php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #34813 PHP 4 will not load under Apache 2.1.8
Submitted: 2005-10-10 17:34 UTC Modified: 2005-10-18 01:00 UTC
From: uzomadu at gmail dot com Assigned:
Status: No Feedback Package: Apache2 related
PHP Version: 4.4.0 OS: OS X 10.4.2
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: uzomadu at gmail dot com
New email:
PHP Version: OS:

 

 [2005-10-10 17:34 UTC] uzomadu at gmail dot com
Description:
------------
Hi,
I have just upgraded to Apache 2.1.8 on OS X 10.4.2 and am having a problem trying to load php 4.



Reproduce code:
---------------
Specified in httpd.conf

# PHP4 configuration
LoadModule php4_module modules/libphp4.so
AddType application/x-httpd-php .php .phtml
AddType application/x-httpd-php-source .phps

and the libphp4.so module is located as specified, in the modules folder. The error specified in the 'actual results' section occurs when I try to shutdown or start Apache 2.1.8


Expected result:
----------------
I expected Apache 2.1.8 under OS X 10.4.2 to load successfully.

Actual result:
--------------
httpd: Syntax error on line 444 of /usr/local/apache2/conf/httpd.conf: Cannot load /usr/local/apache2/modules/libphp4.so into server: Library not loaded: /Library/Apache2/lib/libaprutil-0.0.dylib\n  Referenced from: /usr/local/apache2/modules/libphp4.so\n  Reason: image not found

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2005-10-10 22:36 UTC] tony2001@php.net
>I have just upgraded to Apache 2.1.8 on OS X 10.4.2
Try to rebuild PHP?
Since it's just an Apache module I think it's quite obvious that PHP compiled against some Apache version may not work with another one.
 [2005-10-18 01:00 UTC] php-bugs at lists dot php dot net
No feedback was provided for this bug for over a week, so it is
being suspended automatically. If you are able to provide the
information that was originally requested, please do so and change
the status of the bug back to "Open".
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Fri May 09 11:01:28 2025 UTC