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
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: arnaud dot etcheverry at ratp dot fr
New email:
PHP Version: OS:

 

 [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

Pull Requests

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: Sun Oct 27 16:01:27 2024 UTC