php-general | 2000071
Date: 07/15/00
- Next message: CDitty: "[PHP] link.htm?count instead of link.htm?count=1"
- Previous message: Wenz Christian: "[PHP] epoche<->date ?"
- In reply to: Adam Powell: "[PHP] compiling with oracle"
- Next in thread: Adam Powell: "Re: [PHP] compiling with oracle"
- Reply: Adam Powell: "Re: [PHP] compiling with oracle"
- Reply: Keith Vance: "Re: [PHP] compiling with oracle"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Which OS? If Linux, add the dir where the lib is to /etc/ld.so.conf and
run ldconfig
-Rasmus
On Sat, 15 Jul 2000, Adam Powell wrote:
>
> 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>
- Next message: CDitty: "[PHP] link.htm?count instead of link.htm?count=1"
- Previous message: Wenz Christian: "[PHP] epoche<->date ?"
- In reply to: Adam Powell: "[PHP] compiling with oracle"
- Next in thread: Adam Powell: "Re: [PHP] compiling with oracle"
- Reply: Adam Powell: "Re: [PHP] compiling with oracle"
- Reply: Keith Vance: "Re: [PHP] compiling with oracle"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

