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
-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
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
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,