On Wed, Apr 21, 2010 at 11:45 AM, Robert Cooper <[email protected]> wrote: > Hello, > > I am having trouble building apr-util with ldap on AIX. I have successfully > build apr and openssl with the following options: > apr > CC="gcc" ./configure -C --prefix=/usr/local/apr > openssl
that's really openldap, right? > CC="gcc" ./configure -C --enable-slapd --enable-hdb=no --enable-bdb=no > --prefix=/usr/local/openldap > > I have tried building apr-util multiple times with different options. Here > what I think is close to right: > CPPFLAGS="-I/usr/local/openssl" LDFLAGS="-L/usr/local/openssl" CC="gcc" > ./configure -C --prefix=/usr/local/apr-util \ > --with-apr=/usr/local/apr --enable-ldap --with-ldap don't you need "--with-ldap=/usr/local/openldap" ? > > Here is the output from the apr-util configure: > checking for ldap support... > checking for ldap_init in -lldap50... no > checking for ldap_init in -lldapssl41... no > checking for ldap_init in -lldapssl40... no > checking for ldap_init in -lldapssl30... no > checking for ldap_init in -lldapssl20... no > checking for ldap_init in -lldapsdk... no > checking for ldap_init in -lldapsdk... no > checking for ldap_init in -lldap... no > checking for ldap_init in -lldap... no > checking for ldap_init in -lldap... no > checking for ldap_init in -lldap... no > configure: error: could not find an LDAP library > Is there a file ldap_init that should exist in /usr/local/openssl? no, it is a function that should be found in libldap.so or one of those alternative library names like libldapssl41.so
