From: [EMAIL PROTECTED] Operating system: SuSE Linux 7.1 Kernel 2.4.2 PHP version: 4.1.1 PHP Bug Type: Apache related Bug description: Apache 1.3.20 won't start with newly compiled PHP 4.1.1
Apache version = 1.3.20 mod_ssl version = 2.8.4 for apache 1.3.20 openssl version = 0.9.6c C-compiler = gcc version 2.95.2 19991024 (release) I have first installed openssl, then compiled and installed apache with mod_ssl support and then compiled PHP 4.1.1 from the official sources, configuring with the following options: $ ./configure --with-apxs=/usr/local/apache/current/bin/apxs \ --with-ftp --enable-versioning \ --enable-tracking-vars --enable-url-includes \ --enable-sysvshm --enable-sysvsem \ --with-config-file-path=/etc --without-mysql \ --with-sapdb=/opt/sapdb/interfaces/odbc This went through without problems,'make' and 'make install' worked also, however when i call apachectl to start the server it exits with this error message : Syntax error on line 224 of /usr/local/apache/1.3.20/conf/httpd.conf: Cannot load /usr/local/apache/1.3.20/libexec/libphp4.so into server: undefined symbol: pcre_malloc I've tried this with the latest CVS snapshot as well but no luck. Also, I've compiled php with different options but always with the same result... The weird thing is that I got this to work on another SuSE box with same kernel version (2.4.2). Am I lacking some package maybe? I wouldn't know which one, though. I read through the configure output carefully and it seems like everything necessary is there. Please help me out here! -- Edit bug report at: http://bugs.php.net/?id=15275&edit=1 -- PHP Development 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]