php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #8778 Cannot load libphp4.so
Submitted: 2001-01-18 06:15 UTC Modified: 2001-04-10 09:47 UTC
From: ydegauquier at krafteurope dot com Assigned:
Status: Closed Package: Apache related
PHP Version: 4.0.4pl1 OS: AIX 4.3.3
Private report: No CVE-ID: None
 [2001-01-18 06:15 UTC] ydegauquier at krafteurope dot com
I did the compilation with : 
./configure --with-mysql=/usr/local --with-apxs=/usr/local/apache/bin/apxs --with-jpeg-dir --with-gd

and, when I try to start apache, I receive the error:

nvagent3:[/AIX_SOFT/php-4.0.4pl1] # apachectl start                                       
Syntax error on line 208 of /usr/local/apache/conf/httpd.conf:                            
Cannot load /usr/local/apache/libexec/libphp4.so into server: No such file or directory   
/usr/local/apache/bin/apachectl start: httpd could not be started                         

But the file is present.

nvagent3:[/AIX_SOFT/php-4.0.4pl1] # ls -l /usr/local/apache/libexec/libphp4.so            
-rwxr-xr-x   1 root     system   2118557 Jan 18 10:26 /usr/local/apache/libexec/libphp4.so

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-01-18 12:44 UTC] sniper@php.net
What does ldd say about libphp4.so?
ie.

# ldd /usr/local/apache/libexec/libphp4.so


--Jani
 [2001-03-09 21:02 UTC] sniper@php.net
Is this problem still valid? Have you tried latest CVS snapshot from http://snaps.php.net/ ?

--Jani

 [2001-04-10 09:47 UTC] sniper@php.net
No feedback. If this happens with soon to be released PHP 4.0.5 too, reopen this bug report.

--Jani

 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 19 02:01:29 2024 UTC