Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> php on 9ias
Got the same erro
these were all the steps I have 9ias working.
I run these comands as oracle9
ORACLE_BASE=/opt/oracle; export ORACLE_BASE ORACLE_HOME=/opt/oracle/product/9.0.2; export ORACLE_HOME ORACLE_SID=iasdb; export ORACLE_SID
then I did
./configure --with-apxs=$ORACLE_HOME/Apache/Apache/bin/apxs --prefix=$ORACLE _HOME --with-config-file-path=$ORACLE_HOME/Apache/Apache/conf
no erro
then make gat these erros
/bin/sh
/home/oracle9/Documents/php-4.3.6/libtool --silent --preserve-dup-deps --mod
e=compile
gcc -IZend/ -I/home/oracle9/Documents/php-4.3.6/Zend/ -DPHP_ATOM_INC -I/hom
e/oracle9/Documents/php-4.3.6/include -I/home/oracle9/Documents/php-4.3.6/ma
in -I/home/oracle9/Documents/php-4.3.6 -I/home/oracle9/Documents/php-4.3.6/Z
end -I/home/oracle9/Documents/php-4.3.6/ext/xml/expat -I/home/oracle9/Docum
ents/php-4.3.6/TSRM -g -O2 -prefer-pic -c
/home/oracle9/Documents/php-4.3.6/Zend/zend_execute.c -o
Zend/zend_execute.lo
/bin/sh
/home/oracle9/Documents/php-4.3.6/libtool --silent --preserve-dup-deps --mod
e=compile
gcc -DLINUX=260 -DMOD_SSL=206104 -DMOD_PERL -DUSE_PERL_SSI -DEAPI -DUSE_EXP
AT -I/opt/oracle/product/9.0.2/Apache/Apache/include -Isapi/apache/ -I/home/
oracle9/Documents/php-4.3.6/sapi/apache/ -DPHP_ATOM_INC -I/home/oracle9/Docu
ments/php-4.3.6/include -I/home/oracle9/Documents/php-4.3.6/main -I/home/ora
cle9/Documents/php-4.3.6 -I/home/oracle9/Documents/php-4.3.6/Zend -I/home/or
acle9/Documents/php-4.3.6/ext/xml/expat -I/home/oracle9/Documents/php-4.3.6
/TSRM -g -O2 -prefer-pic -c
/home/oracle9/Documents/php-4.3.6/sapi/apache/sapi_apache.c -o
sapi/apache/sapi_apache.lo
In file included from
/home/oracle9/Documents/php-4.3.6/sapi/apache/php_apache_http.h:22,
from
from
--- what am I still doing wrong do I have to update something .. Any sugestions will be useful.. Miguel Lopes ----- Original Message ----- From: "Gerard H. Pille" <g.h.p_at_skynet.be> To: <miguel_3011_at_sapo.pt> Sent: Monday, July 19, 2004 5:37 PM Subject: Re: installing PHP on oracle 9ias release 2 > edit apxs > Find CFG_INCLUDEDIR and replace q($ORACLE_HOME/Apache/Apache/include); > > you should replace the $ORACLE_HOME by the literal "/home/oracle9" ? > -- > > Gerard H. Pille > >Received on Wed Jul 21 2004 - 10:03:44 CDT
![]() |
![]() |