I'm trying to Installing PHP as an Apache DSO.

To install Apache I'm runing:

./configure --prefix=/www --enable-module=so
make
make install

After this I'm going to install PHP 4 with this commands

./configure --with-apxs=/www

and after this command I get the error message:

1. Perl is not installed;
2. Apache was not compiled with DSO support (--enable-module=so);
3. 'apxs' is not in your path
configure:Error.

I'm think I'm doing everything OK, did anyone had any problem with this?

Regards,

HS
**** This message is from Arthur D. Little, Inc., and/or one of
Arthur D. Little's subsidiaries or affiliates and may contain
confidential business information. It is intended for the addressee
only and may not be copied without our permission. If you are not
the intended recipient please contact the sender as soon as possible.****


-- 
PHP Install 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