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
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
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

Add a Patch

Pull Requests

Add a Pull Request

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: Mon Jul 08 08:01:29 2024 UTC