php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #4850 "make install" command on source distribution edits "httpd.conf" file incorrect
Submitted: 2000-06-07 01:34 UTC Modified: 2000-08-18 13:25 UTC
From: yubby at lanset dot com Assigned:
Status: Closed Package: Installation problem
PHP Version: 4.0 Release Candidate 2 OS: RedHat Linux 6.2
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:
43 - 39 = ?
Subscribe to this entry?

 
 [2000-06-07 01:34 UTC] yubby at lanset dot com
Using php-4.0.0

Line added to "httpd.conf" by "make install":

LoadModule php4_module        lib/apache/libphp4.so 

Should read:

LoadModule php4_module        modules/libphp4.so      

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-07-26 07:27 UTC] zak@php.net
Ensure that you set the proper values for your flags when running configure.  You should be able to manually set the proper location for your apache modules - check the help for configure...

Of course, I may be wrong - I will validate this asap...
 [2000-08-18 13:25 UTC] waldschrott@php.net
Closed due to missing user feedback.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 19 21:01:30 2024 UTC