php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #39752 Can't start Apache2 due to libphp5.so error.
Submitted: 2006-12-06 13:19 UTC Modified: 2006-12-06 14:49 UTC
From: matt dot selph at gmail dot com Assigned:
Status: Not a bug Package: Apache2 related
PHP Version: 5.2.0 OS: Suse 9.3
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: matt dot selph at gmail dot com
New email:
PHP Version: OS:

 

 [2006-12-06 13:19 UTC] 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.

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2006-12-06 13:25 UTC] tony2001@php.net
make clean?
 [2006-12-06 14:22 UTC] matt dot selph at gmail dot com
make clean worked.  thanks for your prompt reply.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sun Oct 06 10:01:27 2024 UTC