hi,
just ./configure'd the php, make install with the correct options as below
./configure \
--with-apxs=/usr/local/apache/bin/apxs \
--with-mysql=/usr/local/mysql \
--with-oci8=/usr/local/oracle/software/8.1.5/ \
--enable-track-vars
make install
OKAY- successful installation till here.
now when i try
bash-2.03# ./bin/apachectl start
Syntax error on line 205 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: libclntsh.so.8.0: open failed: No such file or directory
./bin/apachectl start: httpd could not be started
i have the correct dso name in httpd.conf file - anyone encountered such a problem before
cheers
nilesh