|
I have been trying very unsuccessfully to get Apache 1.3.23 to run php
4.1.1 as a DSO. I can get everything to compile, but if I try to load the
php DSO apache will CORE.
System Information:
Aix 4.3.3 Patch Level 9
Cset for Aix compiler v5.02
Perl 5.6.0 [bull lppset]
MM v1.1.3 [bull lppset]
Bison v1.33 [self-compile]
GNU Make v1.4 [bull lppset]
GNU readline 4.1.0.1 [bull lppset]
GNU m4 v1.4 [bull lppset]
GNU Autoconf
GNU Automake
Apache configure:
./configure --enable-rule=SHARED_CORE --enable-rule=EAPI --enable-mo
dule=so --activate-module=src/modules/perl/libperl.a --enable-module=perl
--enable-module=usertrack --enable-module=digest --enable-module=ssl
--enable-shared=usertrack --enable-shared=digest --enable-shared=ssl
--disable-module=autoindex --server-uid=apache --server-gid=web
--with-port=3000 --prefix=/sftw/apache --logfiledir=/logs/system/apache
--cgidir=/data/htdocs/cgi-bin --htdocsdir=/data/htdocs/base --iconsd
ir=/data/htdocs/icons --mandir=/usr/local/man --includedir=/usr/local/includ
e
php configure:
./configure --prefix=/usr/local --with-apxs=/sftw/apache/bin/apxs --w
ith-pgsql=shared,/usr/local/lib --enable-track-vars --with-xml
--without-mysql --enable-discard-path --with-zlib
--with-mm --with-java=/usr/java131 --with-openssl=/usr/local
|