php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #11496 Apache2 unable to load shared object file apache2/modules/libphp4.so
Submitted: 2001-06-14 18:50 UTC Modified: 2001-06-14 20:27 UTC
From: jacobc at chiefarch dot com Assigned:
Status: Not a bug Package: Apache related
PHP Version: 4.0.5 OS: Linux
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: jacobc at chiefarch dot com
New email:
PHP Version: OS:

 

 [2001-06-14 18:50 UTC] jacobc at chiefarch dot com
apache2/bin/apachectl start fails with:
Cannot load /usr/local/apache2/modules/libphp4.so into server: cannot open shared object file: cannot load shared object file: No such file or directory

the libphp4.so file is in the modules directory along with the libphp4.la file.

This is a recent CVS apache2.  I tried to use the CVS version of PHP4 (just got it today) but buildconf chokes:

rebuilding main/php_config.h.in
autoheader: error: shell error while sourcing /tmp/ah21791/traces.sh

My system is:
Linux kernel 2.4.4
autoconf 2.5
automake 1.4
gcc 2.95.2.1
glibc 2.2.3

PHP4.0.5 was configured with the following directives:
--with-apxs2=/usr/local/apache2/bin/apxs
--with-openssl=/usr/local/ssl
--with-gettext=/usr/local
--with-mcrypt=/usr/local/lib
--with-mysql=/usr/local/mysql
--with-pdflib=/usr/local/lib
--with-sablot=/usr/local

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-06-14 20:27 UTC] sniper@php.net
Please do not report bugs in this. Apache2 is still under
heavy development (still alpha level) so it's no use to 
report occasional bugs. As the PHP sapi for it is also
under development, you need to get the CVS version.

Try the snapshots found at http://snaps.php.net/
so you don't have to use buildconf..

--Jani


 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Apr 18 19:01:30 2024 UTC