php-general | 2000071

[PHP] compiling with oracle From: Adam Powell (adam <email protected>)
Date: 07/15/00

Hi there, Im trying to compile the latest PHP version and it keeps barfing
on the following line :

gcc -o
conftest -g -O2 -Wl,-rpath,/usr/local/oracle/lib -L/usr/local/oracle/lib
conftest.c -lclntsh -lm -lgd -lresolv -lm -ldl -lcrypt -lnsl -lresolv 1>&5
/usr/bin/ld: cannot find -lclntsh
collect2: ld returned 1 exit status

I have put the library everywhere I can think, and it still cant find it...
I am using 'libclntsh.so.8.0'.

Any ideas why it cant find the library?

Thanks a lot,
Adam

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: php-general-unsubscribe <email protected>
For additional commands, e-mail: php-general-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>