Hello,

I installed the latest version of apache and php and thought all went well,
but I get a segfault with apache when I try to reload (apachectl graceful)
apache:

Here the details:

kernel: 2.4.18
httpd 2.0.44
php 4.3.1

My way of installing it:

cd httpd-2.0.44
./configure --prefix=/opt/apache/2.0.44
--enable-so
--enable-cache
--enable-mem-cache
--enable-logio
--enable-expires
--enable-unique-id
--enable-ssl
--enable-info
--enable-suexec
--enable-cgi
--enable-speling
--disable-userdir
--enable-rewrite
--enable-mime-magic
--with-mpm=worker
--with-suexec-bin=/opt/apache/2.0.44/sbin/suexe
--with-suexec-caller=wwwrun
--with-suexec-uidmin=100
--with-suexec-gidmin=100 &&
make && make install &&
cd .. && cd php-4.3.1 &&
./configure --with-apxs2=/opt/apache/2.0.44/bin/apxs
--enable-experimental-zts
--prefix=/opt/php4/4.3.1
--with-mysql
--with-imagick
--enable-mailparse
--enable-trans-sid
--enable-memory-limit
--enable-ftp
--enable-gd-native-ttf
--with-ttf
--with-gettext
--with-openssl
--with-bz2
--disable-cgi
--with-zlib
--enable-calendar
--with-gd
--with-imap-ssl
--disable-debug
--with-imap=/usr/local/imapd/ &&
make && make install && libtool --finish /INSTALL/php-4.3.1/libs &&
cp php.ini-dist /opt/php4/4.3.1/lib/php.ini

I removed all \ for better reading

Here the logs:

[Wed Feb 26 19:24:12 2003] [notice] Apache/2.0.44 (Unix) mod_ssl/2.0.44
OpenSSL/0.9.6g PHP/4.3.1 configured -- resuming normal operations

and after /opt/apache/2.0.44/bin/apachectl graceful

[Wed Feb 26 19:31:33 2003] [notice] SIGUSR1 received.  Doing graceful
restart
[Wed Feb 26 19:31:35 2003] [notice] seg fault or similar nasty error
detected in the parent process

Thanks,

Alexander Newald



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to