From:             [EMAIL PROTECTED]
Operating system: REDHAT 6.0
PHP version:      4.0.6
PHP Bug Type:     *Configuration Issues
Bug description:  error while install php4.0.6+apache 2.0.x

Modification necessary while install PHP-4.0.6 with Apache 2.0.x

while install PHP as a staic module for Apache 2.0.x ,the INSTALL file with
php*tar.gz doesn't mentioned the ncessary change.

1st you must either modify the Configure file or `mkdir
/path/to/apache_2.0.a9/src; cp -r /path/to/apache_2.0.a9/include src` since
PHP configure script still assume all header files are within the
apache_tarball_dir/src but apache_2.0.x don't have the `src` folder at
all.

2nd while configure apache to use compiled libphp4.a after install php.
should use `--enable-modules=src/modules/php/libphp4.a` instaed of the
'-activate-module' option. apache 2.0.x doesn't support it anymore

3rd, seems related to apache, always failed while compileing apache 2.0.x
after install php 4.0.6successfuly. the apr stuff seems have some trouble
-- 
Edit bug report at: http://bugs.php.net/?id=12273&edit=1


-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to