[sudo-users] Sudo 1.8.1 compialtion with LDAP

Todd C. Miller Todd.Miller at courtesan.com
Mon Aug 22 09:39:57 EDT 2011


On Mon, 22 Aug 2011 18:56:23 +0530, Rakesh Rajasekharan wrote:

> To include LDAP support , I run the configure script as "./configure
> --with-ldap=/usr/local/include".

You probably want "./configure -with-ldap=/usr/local" instead.

> The configure however compeltes without any error and so does the make and
> make install.
> So, does this mean , I was able to successfully compile SUDO with LDAP
> support.

Yes, gcc searches /usr/local/include and /usr/local/lib by default
so it was able to find the LDAP includes and libraries.

 - todd




More information about the sudo-users mailing list