I can't start apache after loading libphp4 as DSO. get following error
Syntax error on line 37 of /opt/opwv/sys-a/tools/apache/conf/httpd.conf:
Cannot load /opt/opwv/sys-a/tools/apache/libexec/libphp4.so into server: ld.so.1: /opt/opwv/sys-a/tools/apache/bin/httpd: fatal: relocation error: file /opt/opwv/sys-a/tools/apache/libexec/libphp4.so: symbol php_strip_url_passwd: referenced symbol not found
./apachectl start: httpd could not be started
<<<<<<<<<<<<<<<<<<<
Here's what I did
1) installed apache (static version). version apache-1.3.12-0019 on Solaris 2.6
2) installed php 4.0.5 -
a) configure --with-apxs=<apachePAth>/bin --with-oci8=<oracle home>
b) make
c) make install
3) modify httpd.conf to have libphp4 loaded as DSO (LoadModule, AddModule & AddType)
4) start apache
Please help as I don't know where to shoot