Re: [PHP-INSTALL] ./configure error -- oci8

2007-12-20 Thread Christopher Jones
Porwal, Nikhil wrote: I am trying to configure Oracle Client with Php + Apache server. My Apache + php server was running fine and also oracle client SQLPLUS utility was able to connect to remote database. /gcc -o conftest -I/usr/include -g -O2 -L/usr/lib -Wl,-rpath,/usr/lib/oracle/10.2.0

RE: [PHP-INSTALL] ./configure error -- oci8

2007-12-13 Thread Porwal, Nikhil
-INSTALL] ./configure error -- oci8 check if you have libnnz10.so i had a similar problem but i am using the database software on the same machine, but php was installed with a package manager so i had to add the oci8 support manually afterwards, i used this paper to guide myself : http

RE: [PHP-INSTALL] ./configure error -- oci8

2007-12-13 Thread j . kaluza
check if you have libnnz10.so i had a similar problem but i am using the database software on the same machine, but php was installed with a package manager so i had to add the oci8 support manually afterwards, i used this paper to guide myself : http://en.opensuse.org/Howto_build_oci8_extensio

RE: [PHP-INSTALL] ./configure error -- oci8

2007-12-13 Thread Porwal, Nikhil
Hi Jerôme, Thanks for looking into it, actually I am using "Linux 2.6.13-15.16-default #1 i686 i686 i386 GNU/Linux". As I have installed only oracle client, I have ORACLE_HOME, LD_LIBRARY_PATH and TNS_ADMIN already setup in env for that. My PHP + Apache configuration was working fine b4,