I'm at a loss as to what to do next. I'm running on RHEL 5 and installing as a non-root user. I get the following message when trying to start a fresh install of openLdap:
$ ./slapd ./slapd: error while loading shared libraries: libltdl.so.3: cannot open shared object file: No such file or directory $ locate libltdl.so.3 /usr/local/lib/libltdl.so.3 /usr/local/lib/libltdl.so.3.1.4 /usr/share/libtool/libltdl/.libs/libltdl.so.3 /usr/share/libtool/libltdl/.libs/libltdl.so.3.1.4
This is what I used to configure the install:
CPPFLAGS="-DOPENLDAP_FD_SETSIZE=8192 -I /opt/app/ivr/openldap/tools /include -I/usr/local/opt/gnu/include -I/usr/include -I/usr/local/lib" \ CFLAGS="-g" \ LDFLAGS="-g -L${TOOLS_HOME}/lib -R /opt/app/ivr/openldap/tools /lib -L/usr/local/opt/gnu/lib -R/usr/local/opt/gnu/lib -I/usr/lib -R/usr/lib" \ LD_RUN_PATH /opt/app/ivr/openldap/tools /lib \ ./configure \ --without-subdir \ --with-tls \ --with-cyrus-sasl \ --enable-spasswd \ --enable-shared \ --enable-dynamic \ --enable-slapd \ --enable-modules \ --enable-rewrite \ --enable-rlookups \ --enable-wrappers \ --enable-backends=mod \ --disable-shell \ --disable-sql \ --enable-overlays=mod \ --disable-slurpd \ --enable-multimaster \ --enable-syslog \ --prefix= /opt/app/ivr/openldap/ openldap-2.4.11
Any suggestions on where I should go from here would be greatly appreciated.
Thanks, Geordon