php-developer-list | 2000101
Date: 10/14/00
- Next message: Bug Database: "[PHP-DEV] PHP 4.0 Bug #7162 Updated: Sun CC 5.0 fails on reentrancy.lo"
- Previous message: sailor <email protected>: "[PHP-DEV] PHP 4.0 Bug #7211: APXS CFlags not set"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
From: clivestorey <email protected>
Operating system: linux 6.2
PHP version: 4.0.3
PHP Bug Type: *General Issues
Bug description: Writing to HTTPD.Conf
After 27 hours of trying to install PHP4.0.3 we are lost. I cannot see the trouble we are having anywhere else/ so this maybe a bug or just us newbies.
Apache 1.3.x
We configured php-4.0.3 with
./configure --with-mysql=/usr --with-apxs there were no problems or error messages , nor with make & make install. On checking the httpd.conf file we see that the install programme has written to the file:
LoadModule php4_module lib/apache/libphp.so
AddModule mod_php4.c
We assume the programme is instructed to right these at the place after where it finds the last corresponding entry. In our case this places them after
LoadModule put module modules/mod_put and
AddModule mod_php4.c
this is way down in the section for home/http/html and causes the server not to run. We believe they should be placed in the section where all the other LoadModules are,
is this correct?
Also the programme sends the LoadModule php4_module to the path /lib/apache/libphp4.so. We do not have that directory. We do have usr/lib/apache/libphp4.so but on using that it states that the directory does not exist. We also have (etc/httpd/conf/)modules/libphp4.so, we tried that path without success.
Your help would be much appreciated
-- Edit Bug report at: http://bugs.php.net/?id=7212&edit=1-- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: php-dev-unsubscribe <email protected> For additional commands, e-mail: php-dev-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: Bug Database: "[PHP-DEV] PHP 4.0 Bug #7162 Updated: Sun CC 5.0 fails on reentrancy.lo"
- Previous message: sailor <email protected>: "[PHP-DEV] PHP 4.0 Bug #7211: APXS CFlags not set"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

