php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #35609 make install gets apache module path wrong
Submitted: 2005-12-09 06:22 UTC Modified: 2005-12-09 09:06 UTC
From: simon at firepages dot com dot au Assigned:
Status: Not a bug Package: Apache2 related
PHP Version: 5.1.1 OS: ubuntu (warty)
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: simon at firepages dot com dot au
New email:
PHP Version: OS:

 

 [2005-12-09 06:22 UTC] simon at firepages dot com dot au
Description:
------------
make install loads the apache2 module into the httpd.conf
but misses the leading '/'
(apache then appends (e.g) /etc/apache2/ to the module path which is then wrong)

its a simple manual fix of course but still not I assume desirable.

Also if the httpd.conf does not already include a LoadModule entry then the automatic httpd.conf configuration fails (APXS is generating the error I think) , thats OK but it gives a fatal error which kills make install.

Should that not just be a warning ? (or scan httpd.conf for includes etc?) 

Reproduce code:
---------------
make install

Expected result:
----------------
LoadModule php5_module /usr/lib/apache2/modules/libphp5.so

Actual result:
--------------
LoadModule php5_module usr/lib/apache2/modules/libphp5.so

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2005-12-09 09:06 UTC] sniper@php.net
Report that to Apache people. This is some bug in the APXS tool.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sun Oct 06 07:01:27 2024 UTC