php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #5147 conflict with mod_perl and mod_php4 with apache
Submitted: 2000-06-20 16:12 UTC Modified: 2000-08-31 21:17 UTC
From: infos at e-blokos dot com Assigned:
Status: Closed Package: Dynamic loading
PHP Version: 4.0 Release Candidate 2 OS: LinuxPPC
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: infos at e-blokos dot com
New email:
PHP Version: OS:

 

 [2000-06-20 16:12 UTC] infos at e-blokos dot com
hi,

i noticed a bug when i compile apache with mod_perl 1.24 and php4 4.0.0,
when i restart apache, it says R_PPC_RELOC out of range...
when i start apache, nothing happens but when i connect to a site it says "the document contains no data"
in the error.log apache, it says "(11) segmentation fault..."
If i compile mod_perl with apxs and i comment in it in the httpd.conf, all work ok.
Its the same if i let the mod_perl and i comment php4...

Any suggestions ??

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-08-17 04:12 UTC] sniper@php.net
Do you happen to use mysql with both?
And please include your configure line for php.

--Jani
 [2000-08-17 12:08 UTC] sniper@php.net
When configuring PHP4 use path to your mysql install directory in --with-mysql.
For example:

./configure --prefix=/www --with-apxs=/www/bin/apxs --with-mysql=/www 

In this example I have used --prefix=/www when configuring both mysql and apache.

Please report if this helps.

--Jani

 [2000-08-31 21:17 UTC] sniper@php.net
No feedback. Reopen if problem still persist when using php4.0.2.

--Jani
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Sun Jul 06 13:01:35 2025 UTC