php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #14467 Cannot load libphp4.so
Submitted: 2001-12-12 14:49 UTC Modified: 2001-12-13 22:42 UTC
From: arnaud dot etcheverry at ratp dot fr Assigned:
Status: Not a bug Package: Apache2 related
PHP Version: 4.1.0 OS: Linux RedHat 7.1
Private report: No CVE-ID: None
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem:
37 + 43 = ?
Subscribe to this entry?

 
 [2001-12-12 14:49 UTC] arnaud dot etcheverry at ratp dot fr
When i try to start the server : bin/apachectl start        
i get the message :

Cannot load /usr/lib/libphp4.so into server : /usr/lib/apache/libphp4.so : undefined symbol : ap_block_alarms

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-12-12 15:23 UTC] derick@php.net
What is your version of apache?
 [2001-12-12 18:07 UTC] sniper@php.net
Configure line would also be a good idea.
And the information how you compiled Apache or if it was installed
from a RPM.

 [2001-12-13 08:38 UTC] arnaud dot etcheverry at ratp dot fr
The version of Apache i use is : httpd-2.0.28

I have compiled Apache with : ./configure --prefix=/usr/local/apache --enable_module=all --enable-shared=max

I have compiled PHP with : ./configure --with-mysql --with-apxs


In the /usr/local/apache/bin/apxs script i have changed the line :
my $CFG_LIBEXECDIR=...
by
my $CFG_LIBEXECDIR='/usr/lib/apache';
 [2001-12-13 22:42 UTC] sniper@php.net
Please try running this command: ./configure --help | grep apxs2
and you'll find the correct configure option to be used with Apache2.

--Jani

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