I have problems trying to start APACHE and PHP. I built APACHE in DSO mode
and when I configure httpd.cont to addmodule php4 Apache creates a core
dump. It occurs that if I run httpd -t I find the core dump too.

Before I had problem as libphp.so sould find SSL_CTX_set_tmp_rsa_callback so
I have been obliged to install and configure openssl and modssl.
APACHE COnfiguration:
./configure  --with-apxs=/usr/sbin/apxs \
--with-openssl  \
--with-mysql --with-gd --enable-track-vars --enable-force-cgi-redirect \
--enable-discard-path --enable-safe-mode --enable-calendar --with-gdbm \
--enable-ftp --with-regex=php --with-gnu-ld --with-oci8 \
--with-imap --with-kerberos

PHP
./configure --enable-rule=SHARED_CORE --enable-module=most --enable-shared=m
ax \
--sbindir=/usr/sbin  --libexecdir=/usr/lib/apache  --mandir=/home/httpd/html
/manual \
 --sysconfdir=/etc/httpd/conf  --iconsdir=/home/httpd/icons  --htdocsdir=/ho
me/httpd/html \
 --cgidir=/home/httpd/cgi-bin  --logfiledir=/var/log/httpd --with-openssl

If I esclude AddModule libphp4 Apache starts regularly



-- 
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]

Reply via email to