On Tue, May 22, 2001 at 07:06:32PM +0200, [EMAIL PROTECTED] wrote : 
> got php to work with mysql .... but when I try to compile in oracle support 
> something goes bad.
> .configure, make & make install semm to go fine ....
> but when I restart apache I get an error:
> Shutting down http: [OK]
> Starting httpd: Syntax error on line 872 of /etc/httpd/conf/httpd.conf:
> Cannot load /etc/httpd/lib/apache/libphp4.so into server: libclntsh.so.1.0: 
> cannot open shared object file: No such file or directory
> [FAILED]

libclntsh.so.1.0 is not in your library path /etc/ld.so.conf

btw, make sure you linked both apache & php against libpthread
like libclntsh.so.1.0 is

- Markus

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to