|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2003-02-07 06:46 UTC] sniper@php.net
[2003-02-20 08:10 UTC] sniper@php.net
[2003-02-20 08:22 UTC] maxim at wl dot dn dot ua
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Mon Oct 27 01:00:02 2025 UTC |
Hello! I can't run httpd with mod_php4/IMAP support. Config lines there are: PHP - ./configure' --with-zlib --with-pgsql=/usr/local/pgsql --with-layout=GNU --with-dom=/usr/local/lib --without-mysql --with-imap=/usr/local --with-kerberos=/usr/local --with-xslt-sablot --enable-xslt --with-iconv=/usr/local/lib/ --with-curl=/usr/local/lib --with-apache=../apache_1.3.27 --enable-calendar --with-gettext=/bin --with-ming=/usr/lib --with-gd --enable-gd-native-ttf --with-png-dir=/usr --with-jpeg-dir=/usr --with-freetype-dir=/usr/local --with-bz2 --enable-debug=yes Apache - SSL_BASE="/usr/src/openssl-0.9.6b" ./configure --with-layout=RedHat --enable-module=so --enable-module=auth --enable-module=ssl --enable-module=proxy --activate-module=src/modules/php4/libphp4.a All things compiled successfully, but when I tried to run httpd with gdb, I get the following message: (gdb) run -X Starting program: /usr/sbin/httpd -X Program received signal SIGSEGV, Segmentation fault. 0x084c8100 in ?? () at eval.c:41 41 eval.c: No such file or directory. in eval.c When I compiled this without IMAP support, all works perfectly. php4-STABLE-200302071030 apache 1.3.27 imap-2001a-10