ID:               35609
 Updated by:       [EMAIL PROTECTED]
 Reported By:      simon at firepages dot com dot au
-Status:           Open
+Status:           Bogus
 Bug Type:         Apache2 related
 Operating System: ubuntu (warty)
 PHP Version:      5.1.1
 New Comment:

Report that to Apache people. This is some bug in the APXS tool.


Previous Comments:
------------------------------------------------------------------------

[2005-12-09 06:22:05] 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


------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=35609&edit=1

Reply via email to