I am building PHP with the --with-apxs=/usr/local/apache/bin/apxs option.
When I try to configure, I get:

./configure: /usr.local/apache/bin/apxs: bad interpreter: No such file or
directory
Sorry, I was not able to successfully run APXS.  Possible reasons:
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: ;

1. perl is definitely installed
2. running httpd -l results in:
    Compiled-in modules:
    http_core.c
    mod_so.
3. as you can see from my config option above 'apxs' is in the path

I have also read the Chapter 31 Build Problems question 11 and verified that
the /usr/local/apache/bin/apxs script is correct.

Can someone shed some light on this for me please?

Shaun



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