RE: [PHP-INST] Install php4.0.6 with Oracle9i in Linux Redhat7.2(Ker nel 2.4.9-13)

2001-11-14 Thread Jaeck Stephan
] Install php4.0.6 with Oracle9i in Linux Redhat7.2(Ker nel 2.4.9-13) One thing I would like to mention about: If use: ./configure --with-oci9=/opt/app/oracle/product/9.0.1 instead of ./configure --with-oci8=/opt/app/oracle/product/9.0.1 It still can not install php. I just check ./configure --help . The

Re: [PHP-INST] Install php4.0.6 with Oracle9i in Linux Redhat7.2(Ker nel 2.4.9-13)

2001-11-13 Thread Kexiao Liao
One thing I would like to mention about: If use: ./configure --with-oci9=/opt/app/oracle/product/9.0.1 instead of ./configure --with-oci8=/opt/app/oracle/product/9.0.1 It still can not install php. I just check ./configure --help . The message shows it only support --with-oci8!!! Kexiao Austi

Re: [PHP-INST] Install php4.0.6 with Oracle9i in Linux Redhat7.2(Ker nel 2.4.9-13)

2001-11-13 Thread Austin Gonyou
I don't see anything wrong in there. Anyone else? On Tue, 2001-11-13 at 17:37, Kexiao Liao wrote: > Hi Php , > When I installed php4.0.6 with Oracle9i(Enterprise Edition) in Linux > Redhat 7.2(Kernel 2.4.9-13). I got following error message: > -