[sudo-users] 1.7.0rc1 interesting tests

Todd C. Miller Todd.Miller at courtesan.com
Mon Jun 9 10:51:10 EDT 2008


In message <484D3D8B.50905 at mayo.edu>
	so spake Patrick Spinler (spinler.patrick):

> Same configure arguments for all platforms, so far.  On reflection, this
> is the root of the problem.  I'll have to grok what the proper set of
> configure options for this platform would be.
> 
> I see I do have openldap installed in /opt/csw.  Indeed, it looks like
> it tries to link against this revision, but fails.  It's interesting
> that it apparently looks for openldap before the system ldap.
> Something in my .profile, I assume.
> 
> Anyway, I changed my configure command from this:
> 
> CFLAGS="-g" LDFLAGS="-g" ./configure --with-logging=syslog
> --with-logfac=authpriv --with-pam --with-env-editor --with-editor=/bin/vi
> --with-ignore-dot --with-tty-tickets --with-ldap
> 
> 
> To this:
> 
> CFLAGS="-g" LDFLAGS="-g" ./configure --with-logging=syslog
> --with-logfac=authpriv --with-pam --with-env-editor --with-editor=/bin/vi
> --with-ignore-dot --with-tty-tickets --with-ldap=/usr
> 
> 
> Now, it finds libldap.  However, it's failing on liblber.  Isn't liblber
> openldap specific?

No, liblber comes with all LDAP implementations I am aware of.

What is the exact error you are getting?

Can you try just using --with-ldap by itself?  It should find the
system ldap libs.

 - todd



More information about the sudo-users mailing list