ID: 22106 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Open +Status: Feedback Bug Type: IMAP related Operating System: RedHat Linux 7.2 -PHP Version: 4.3.0 +PHP Version: 4.3.1-dev New Comment:
Using '/usr/local/lib' for any configure option is wrong. Use '/usr/local' instead. (this can not cause the problem though) And to get the backtrace for the crash: (gdb) run -X <segfault> (gdb) bt Please try minimizing the configure options and try this configure line for PHP: ./configure --disable-all --with-apache=../apache_1.3.27 --with-imap=/usr/local --with-kerberos Previous Comments: ------------------------------------------------------------------------ [2003-02-07 05:43:30] [EMAIL PROTECTED] 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 ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=22106&edit=1