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
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:
41 + 30 = ?
Subscribe to this entry?

 
 [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

Add a Patch

Pull Requests

Add a Pull Request

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-2024 The PHP Group
All rights reserved.
Last updated: Thu Apr 18 04:01:27 2024 UTC