Been trying for days to get (Apache 1.3.19, PHP 4.0.4pl1, Postgres 7.0.3 and
Oracle 8.1.6) going on a Solaris 2.8 x86 platform. Except for Oracle, am
working from source.
Postgres is installed and appears to run. Oracle is installed - haven't
tested, but PHP doesn't complain.
Latest attempt is Apache with:
# httpd -l
Compiled-in modules:
http_core.c
mod_so.c
mod_php4.c
suexec: disabled; invalid wrapper /usr/local/apache/bin/suexec
PHP was:
./configure --with-apache=../apache_1.3.19 --with-oci8 --with-pgsql
I redid it with only --with-apache=../apache_1.3.19 and still httpd is not
recognizing the .php extension. The httpd.conf has all LoadModule and
AddModule except dbm_auth and perl.
============================================================================
============
The first thing I did was build --with-apxs only with a pre-installed 1.3.9
running. The phpinfo test worked. I have reverted to this state which still
works. However, several attempts to reconfigure PHP to add pgsql or oci8
resulted in the phpinfo showing the same old build date and
only --with-apxs. I couldn't figure out from where it was getting the php
module. I finally nuked everything that had to do with PHP and restored the
tar again.
I tried building --with apxs --with-pgsql --with-oci8, (together and
individually). The result with apachectl configtest (or start) is a coredump
out of httpd. Even with just --with apxs it core dumps. So I restored the
old but working libphp4.so with only MySQL support for now and hope that
someone can help me get either a static or dynamic Apache/PHP with one or
both of the desired DBs.
TIA,
Barry (note spam block in email address)
--
PHP Install Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]