From:             [EMAIL PROTECTED]
Operating system: Solaris 8
PHP version:      4.3.0RC2
PHP Bug Type:     *Configuration Issues
Bug description:  will not find apache2 apxs

./configure --with-apxs2=/www/bin/apxs
just testing 

Configuring SAPI modules
checking for AOLserver support... no
checking for Apache 1.x module support via DSO through APXS... no
checking for Apache 1.x module support... no
checking for mod_charset compatibility option... no
checking for Apache 2.0 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 /www2/bin/apxs follows:
Usage: apxs -g [-S <var>=<val>] -n <modname>
       apxs -q [-S <var>=<val>] <query> ...
       apxs -c [-S <var>=<val>] [-o <dsofile>] [-D <name>[=<value>]]
               [-I <incdir>] [-L <libdir>] [-l <libname>] [-Wc,<flags>]
               [-Wl,<flags>] <files> ...
       apxs -i [-S <var>=<val>] [-a] [-A] [-n <modname>] <dsofile> ...
       apxs -e [-S <var>=<val>] [-a] [-A] [-n <modname>] <dsofile> ...
configure: error: Aborting
bash-2.05# perl
asdf
^C
bash-2.05# perl -v

This is perl, v5.6.1 built for sun4-solaris

Copyright 1987-2001, Larry Wall

Perl may be copied only under the terms of either the Artistic License or
the
GNU General Public License, which may be found in the Perl 5 source kit.

Complete documentation for Perl, including FAQ lists, should be found on
this system using `man perl' or `perldoc perl'.  If you have access to
the
Internet, point your browser at http://www.perl.com/, the Perl Home Page.

bash-2.05# 

-- 
Edit bug report at http://bugs.php.net/?id=20777&edit=1
-- 
Try a CVS snapshot:         http://bugs.php.net/fix.php?id=20777&r=trysnapshot
Fixed in CVS:               http://bugs.php.net/fix.php?id=20777&r=fixedcvs
Fixed in release:           http://bugs.php.net/fix.php?id=20777&r=alreadyfixed
Need backtrace:             http://bugs.php.net/fix.php?id=20777&r=needtrace
Try newer version:          http://bugs.php.net/fix.php?id=20777&r=oldversion
Not developer issue:        http://bugs.php.net/fix.php?id=20777&r=support
Expected behavior:          http://bugs.php.net/fix.php?id=20777&r=notwrong
Not enough info:            http://bugs.php.net/fix.php?id=20777&r=notenoughinfo
Submitted twice:            http://bugs.php.net/fix.php?id=20777&r=submittedtwice
register_globals:           http://bugs.php.net/fix.php?id=20777&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=20777&r=php3
Daylight Savings:           http://bugs.php.net/fix.php?id=20777&r=dst
IIS Stability:              http://bugs.php.net/fix.php?id=20777&r=isapi

Reply via email to