ID: 39752 Updated by: [EMAIL PROTECTED] Reported By: matt dot selph at gmail dot com -Status: Closed +Status: Bogus Bug Type: Apache2 related Operating System: Suse 9.3 PHP Version: 5.2.0
Previous Comments: ------------------------------------------------------------------------ [2006-12-06 14:22:38] matt dot selph at gmail dot com make clean worked. thanks for your prompt reply. ------------------------------------------------------------------------ [2006-12-06 13:25:16] [EMAIL PROTECTED] make clean? ------------------------------------------------------------------------ [2006-12-06 13:19:58] matt dot selph at gmail dot com Description: ------------ Cannot start Apache 2.2.3 after I compiled and installed php 5.2.0. I get an error regarding libphp5.so and an undefined sqlite3 symbol. Reproduce code: --------------- Apache 2.2.3 configuration: ./configure --enable-so PHP 5.2.0 configuration: ./configure --prefix=/usr/local/php5 --with-apxs2=/usr/local/apache2/bin/apxs --enable-xml --with-gd --with-gettext --with-xml --with-zlib-dir=/usr/local/php-5.2.0/ext/zlib --with-jpeg-dir Error message: ./apachectl -k start httpd: Syntax error on line 53 of /usr/local/apache2/conf/httpd.conf: Cannot load /usr/local/apache2/modules/libphp5.so into server: /usr/local/apache2/modules/libphp5.so: undefined symbol: sqlite3ExprDelete Expected result: ---------------- Expected Apache to start with no errors. Actual result: -------------- Got the following error: ./apachectl -k start httpd: Syntax error on line 53 of /usr/local/apache2/conf/httpd.conf: Cannot load /usr/local/apache2/modules/libphp5.so into server: /usr/local/apache2/modules/libphp5.so: undefined symbol: sqlite3ExprDelete Also a ps -ef | grep httpd showed no web server daemons running. ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=39752&edit=1