[PHP-DB] Re: ORA-12541: TNS:no listener error

2001-08-22 Thread Joe Casey
What module did you build PHP with? We tried rebuilding PHP 4.06 with oci8 after upgrading to 9i and apparently the client libraries were missing. Am I missing something? Tom Tsongas wrote: > Hi folks. > > My group recently switched from an 8i to a 9i database. I recompiled > PHP4.0.6 against Or

[PHP-DB] Re: ORA-12541: TNS:no listener error

2001-08-23 Thread Joe Casey
e 8 library searched for is > hard coded as libclntsh.so.8.0 corresponding to the older oracle library. > If you create a symbolic link to the oracle 9 library as follows: > > ln libclntsh.so.9.0 libclntsh.so.8.0 > > it will compile and build. > > Tom > > Joe Casey wrote: > &g