ID: 21987 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Open +Status: Feedback Bug Type: Apache related Operating System: Openbsd 3.2 PHP Version: 4.3.0 New Comment:
Are you sure you're linking PHP with exactly SAME openssl libs as you have linked Apache with? Previous Comments: ------------------------------------------------------------------------ [2003-02-01 09:43:36] [EMAIL PROTECTED] this behavior only occurs when compiling: --with-openssl unless you propose the bug is w/ openbsd's openssl, however be advised my mod_ssl is compiled with it and it suffers no issues. -quel ------------------------------------------------------------------------ [2003-01-31 16:29:43] [EMAIL PROTECTED] Sorry, but your problem does not imply a bug in PHP itself. For a list of more appropriate places to ask for help using PHP, please visit http://www.php.net/support.php as this bug system is not the appropriate forum for asking support questions. Thank you for your interest in PHP. Given the provided information there is nothing to indicate that it is PHP who is responsible for the broken configuration. If you want you could try compiling PHP with --enable-debug, which may make the backtrace more meaningful if it is indeed PHP who is responsible for the problem. ------------------------------------------------------------------------ [2003-01-31 13:39:00] [EMAIL PROTECTED] after compiling the new php 4.3.0 using (leaving my old apache alone) ./configure --with-apxs=/usr/local/apache/bin/apxs --with-mysql --with-openssl --with-gettext --with-xml --with-imap --with-imap-ssl --with-mcrypt --with-zlib then restart time: [root@amanda /home/quel/php-4.3.0] /usr/local/apache/bin/apachectl restart /usr/local/apache/bin/apachectl restart: configuration broken, ignoring restart /usr/local/apache/bin/apachectl restart: (run 'apachectl configtest' for details) [root@amanda /home/quel/php-4.3.0] /usr/local/apache/bin/apachectl configtest Memory fault (core dumped) [root@amanda /home/quel/php-4.3.0] gdb /usr/local/apache/bin/httpd httpd.core #0 0x4019e33a in strcmp () (gdb) bt #0 0x4019e33a in strcmp () #1 0xb380e in obj_name_cmp () bt seems useless and incomplete to me... I once had this problem when getting php 4.2.3 up, however bt showed issues in libc and the problem was related to the --with-kerberos option (which i didn't use this time around) [EMAIL PROTECTED] ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=21987&edit=1