Hi
I'm trying to complie openldap with backsql on osx,
everything is fine until I run make, and it exits with the following
errors:
/bin/sh /Installers/openldap-2.2.28/libtool --mode=link cc -static -g
-O2 -L/usr/local/BerkeleyDB.4.3/lib -o dtest dtest.o liblber.la
../../libraries/liblutil/liblutil.a -lresolv -Lresolv
/Installers/openldap-2.2.28/libtool: line 1: cd: resolv: No such file
or directory
libtool: link: cannot determine absolute directory name of `resolv'
make[2]: *** [dtest] Error 1
make[1]: *** [all-common] Error 1
make: *** [all-common] Error 1
I'm configuring with the following:
env LIBS="-Lresolv" ac_cv_func_res_query=no CPPFLAGS="-I/usr/local/
BerkeleyDB.4.3/include" LDFLAGS="-L/usr/local/BerkeleyDB.4.3/
lib" ./configure --prefix=/usr --exec-prefix=/usr --bindir=/usr/bin
--sbindir=/usr/sbin --sysconfdir=/etc --datadir=/usr/share --
localstatedir=/var --mandir=/usr/share/man --infodir=/usr/share/info
--enable-sql