Hi, first, as it says, you should check if you've installed perl since apxs is a perl script. If that still fails after you verified your perl-installation you could enhance the apxs-path like --with-apxs=/www/bin/apxs in your case(check the exact path to the apxs file). After that it should work since you've enabled the so-module. If not you could try to configure apache with "--enable-shared=max" to get everything compiled as a dso. Robert -----Ursprüngliche Nachricht----- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Gesendet: Mittwoch, 11. April 2001 17:05 An: [EMAIL PROTECTED] Betreff: [PHP-INST] Installing PHP as an Apache DSO 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] -- 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]