SOlaris 10 Build Problems

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux