|
Posted by Chuck Carson on 09/26/54 11:21
Trying to build php 5.0.4 on solaris using gcc, and get this error:
checking for Apache 2.0 filter-module support via DSO through APXS... no
checking for Apache 2.0 handler-module support via DSO through APXS...
Sorry, I cannot run apxs. Possible reasons follow:
1. Perl is not installed
2. apxs was not found. Try to pass the path using --with-apxs2=/path/to/apxs
3. Apache was not built using --enable-so (the apxs usage page is displayed)
The output of /usr/local/apache2/bin/apxs follows:
../configure: /usr/local/apache2/bin/apxs: not found
configure: error: Aborting
ccarson-sun:/usr/local/src/php-5.0.4 #/usr/local/apache2/bin/httpd -l
Compiled in modules:
core.c
prefork.c
http_core.c
mod_so.c
ccarson-sun:/usr/local/src/php-5.0.4 #which perl
/usr/bin/perl
ccarson-sun:/usr/local/src/php-5.0.4 #ls -l /usr/local/apache2/bin/apxs
-rwxr-xr-x 1 root bin 22795 Jun 19 00:17
/usr/local/apache2/bin/apxs
According to the error, the problem could be one of 3 things, however,
none of those apply to my case.
Anyone have any ideas?
Thx,
CC
Navigation:
[Reply to this message]
|