Thanks for the reply....
Well , there is no Oracle on the machine. I installed OpenSSL, SASL and BerkelyDB(2.2.7). Everything installed OK and OpenLDAP installed ok as well with all the tests in "make test" working correctly.
Then PHP4.0.2 installs flawlessly
#
./configure --with-mysql=/usr/local/mysql \
--with-apxs=/usr/local/apache/bin/apxs \
--enable-versioning \
--with-config-file-path=/usr/local/apache/conf \
--enable-track-vars=yes \
--with-gd \
--with-zlib=/usr/local/lib \
--enable-ftp \
In the above cfg script I tried --with-ldap= leading to every path I could find with LDAP stuff in it /lib,/usr/local/lib even /usr/local/bin. But when apache tries to load php4 on apachectl start I always recieved the error...
$ sudo ./apachectl start
Syntax error on line 213 of /usr/local/apache/conf/httpd.conf:
Cannot load /usr/local/apache/libexec/libphp4.so into server: ld.so.1:
/usr/local/apache/bin/httpd: fatal: relocation error: file
/usr/local/apache/libexec/libphp4.so: symbol ldap_unbind_s: referenced
symbol not found
I had NO TROUBLE when I installed it with Slackware at home. I have scoured every newsgroup , mailing list and forum for an answer with no luck. Im starting to think that it was something I did. But I installed everything as I should have according the the various README's. The one thing I did screw up on is I tried to install OpenLDAP with BerkleyDB 3* which is not compatable so OpenLDAP didnt even compile (as it shouldnt have).
Ya, got any ideas or cfg scrits so we can compare notes?
CH