ID: 14384
Updated by: rasmus
Reported By: [EMAIL PROTECTED]
Old Status: Open
Status: Bogus
Bug Type: *Compile Issues
Operating System: Linux - Redhat 7.1
PHP Version: 4.1.0
New Comment:

User error.

Your httpd -L clearly shows that you do not have mod_so which means you did not 
actually build your Apache with mod_so support.

Previous Comments:
------------------------------------------------------------------------

[2001-12-07 22:05:05] [EMAIL PROTECTED]

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

Reply via email to