From:             simon at firepages dot com dot au
Operating system: ubuntu (warty)
PHP version:      5.1.1
PHP Bug Type:     Apache2 related
Bug description:  make install gets apache module path wrong

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 bug report at http://bugs.php.net/?id=35609&edit=1
-- 
Try a CVS snapshot (PHP 4.4): 
http://bugs.php.net/fix.php?id=35609&r=trysnapshot44
Try a CVS snapshot (PHP 5.1): 
http://bugs.php.net/fix.php?id=35609&r=trysnapshot51
Try a CVS snapshot (PHP 6.0): 
http://bugs.php.net/fix.php?id=35609&r=trysnapshot60
Fixed in CVS:                 http://bugs.php.net/fix.php?id=35609&r=fixedcvs
Fixed in release:             
http://bugs.php.net/fix.php?id=35609&r=alreadyfixed
Need backtrace:               http://bugs.php.net/fix.php?id=35609&r=needtrace
Need Reproduce Script:        http://bugs.php.net/fix.php?id=35609&r=needscript
Try newer version:            http://bugs.php.net/fix.php?id=35609&r=oldversion
Not developer issue:          http://bugs.php.net/fix.php?id=35609&r=support
Expected behavior:            http://bugs.php.net/fix.php?id=35609&r=notwrong
Not enough info:              
http://bugs.php.net/fix.php?id=35609&r=notenoughinfo
Submitted twice:              
http://bugs.php.net/fix.php?id=35609&r=submittedtwice
register_globals:             http://bugs.php.net/fix.php?id=35609&r=globals
PHP 3 support discontinued:   http://bugs.php.net/fix.php?id=35609&r=php3
Daylight Savings:             http://bugs.php.net/fix.php?id=35609&r=dst
IIS Stability:                http://bugs.php.net/fix.php?id=35609&r=isapi
Install GNU Sed:              http://bugs.php.net/fix.php?id=35609&r=gnused
Floating point limitations:   http://bugs.php.net/fix.php?id=35609&r=float
No Zend Extensions:           http://bugs.php.net/fix.php?id=35609&r=nozend
MySQL Configuration Error:    http://bugs.php.net/fix.php?id=35609&r=mysqlcfg

Reply via email to