From: [EMAIL PROTECTED]
Operating system: Linux - Redhat 7.1
PHP version: 4.1.0
PHP Bug Type: *Compile Issues
Bug description: Configuration error for apxs
I am running the following
./configure --with-sql=/usr/local/mysql/bin/mysql
--with-apxs=/usr/local/apache/bin/apxs
Configuring SAPI modules
checking for AOLserver support... no
checking for Apache module support via DSO through APXS...
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> ...
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: ;
I have specified the right path to apxs and made sure that
apache was built with dso support.
The following is the out put of httpd -l
Compiled-in modules:
http_core.c
mod_env.c
mod_log_config.c
mod_mime.c
mod_negotiation.c
mod_status.c
mod_include.c
mod_autoindex.c
mod_dir.c
mod_cgi.c
mod_asis.c
mod_imap.c
mod_actions.c
mod_userdir.c
mod_alias.c
mod_access.c
mod_auth.c
mod_setenvif.c
I would appreciate any help on this matter.
Thanks
--
Edit bug report at: http://bugs.php.net/?id=14384&edit=1
--
PHP Development 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]