Click to See Complete Forum and Search --> : Oracle 8.0.5/Apache /PHP 4.0/Redhat 6.2 install
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.
I guess that under RedHat 6.2 the path is
--with-apache=/etc/httpd
maybe it helps...
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...
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
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/
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
PHP Builder
Copyright WebMediaBrands Inc. All Rights Reserved.