Click to See Complete Forum and Search --> : Oracle 8.0.5/Apache /PHP 4.0/Redhat 6.2 install


Anon
08-03-2000, 12:05 PM
Hi
When I configure Apache,It failed :
doing sanity check on compiler and options
A test compilation with your Make file failed....
Error Output for sanity check...

My step is

in php4

configure --with-oracle --with-apache=/usr/local/apache --enable-track-vars

make

make install

it successed

but in Apache

configure --with-oracle --activate-module=src/modules/php4/libphp4.a

It report error.

My Oracle runs OK.

Anon
08-03-2000, 04:05 PM
I guess that under RedHat 6.2 the path is
--with-apache=/etc/httpd

maybe it helps...

Anon
08-03-2000, 05:22 PM
hey i don't think u've to give
configure --with-oracle --activate-module=src/modules/php4/libphp4.a

while u compile apache, u just have to introduce the newly compiled php module so try giving only

configure --activate-module=src/modules/php4/libphp4.a

see if it works...

Anon
08-04-2000, 09:35 PM
Funny, I have almost the same setup and i get the same error! Using Postgres 7.0.2/Apache 1.3.12/PHP4.0.1pl2, I get an error configuring the php4 module for Apache. the php3 module installed fine, yet libphp4.a is completely missing from src/modules/php4/libphp4.a! php3 module installed fine since libphp3.a was actually in the right folder..i couldn't find libphp4.a anywhere--even though libphp4.module was in there! check your folder to see if libphp4.a is even inside.. i'm still having problems so if you find a solution please post/email!

-amelia

Anon
02-28-2001, 04:52 PM
I have the same problem.
I'm using a SUSE 7 distribution, but removed apache, PHP and MySQL first, to start from 'clean'.

Did you find any solution?
Any idea what the problem is?

thanks,
dries/

Anon
07-16-2001, 01:40 AM
I'm trying to compile PHP with Oracle 8.1.6 support using
./configure --with-apxs=/usr/local/apache/bin/apxs --with-oracle=/opt/oracle/product/8.1.6

Configuring, compiling and installation of PHP seems; when starting apache there is no error message but no http is coming up: the httpd.conf contains:
LoadModule php4_module libexec/libphp4.so
AddModule mod_php4.c

Any hints what's going wrong ?
Thanks