Good evening,

I' v been struggling to install PHP-Oracle on AIX for
several days and still can' t find the solution.
__________
Oracle 8.1.7 and Oracle client have been installed
succesfully on the server

__________
Whatever the way I configure PHP (dynamic with --apxs
option or statc with --apache option) I always have
the same problem:
can' t find lib ocijdbc8

__________
my environment is typically

CLASSPATH=ORACLE_HOME/jdbc/libs/classes11.zip:ORACLE_HOME/jdbc/libs/nls_charset111.zip

LIBPATH=ORACLE_HOME/lib:ORACLE_HOME/jdbc/lib
LD_LIBRARY_PATH=ORACLE_HOME/lib:ORACLE_HOME/jdbc/lib

Here are the ways I've executed configure
./configure \
--prefix=PHP-INSTALL-DIR \
--with-apxs=APXS-DIR \(i use apxs installed during
apache instal)
--with-oci8=ORACLE-HOME

./configure \
--prefix=PHP-INSTALL-DIR \
--with-apache-APACHE-SOURCE-DIR \
--with-oci8=ORACLE-HOME

__________
here are some information during configure:
I'm using gcc version 3.2.1
host:power-ibm-aix4.3.3.0
gcc...ok
using GNU C yes
gcc accepts -c yes
gcc and cc understand -c and -o yes

_________
I can see two interesting files under ORACLE-HOME/lib
libocijdbc8.so and libocijdbc8_g.so

I also send you as an attached file debug.log

I hope your information will save me from this problem

Thanx a lot

___________________________________________________________
Do You Yahoo!? -- Une adresse @yahoo.fr gratuite et en français !
Yahoo! Mail : http://fr.mail.yahoo.com
-- 
PHP Install Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to