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
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: yubby at lanset dot com
New email:
PHP Version: OS:

 

 [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

Pull Requests

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: Thu Dec 26 22:01:28 2024 UTC