Ah. Right you were. 

[EMAIL PROTECTED]:/usr/local/applications/apache2059/bin# ./httpd -l
Compiled in modules:
  core.c
  mod_access.c
  mod_auth.c
  mod_include.c
  mod_log_config.c
  mod_env.c
  mod_setenvif.c
  prefork.c
  http_core.c
  mod_mime.c
  mod_status.c
  mod_autoindex.c
  mod_asis.c
  mod_cgi.c
  mod_negotiation.c
  mod_dir.c
  mod_imap.c
  mod_actions.c
  mod_userdir.c
  mod_alias.c
  mod_rewrite.c
  mod_so.c



Leaving aside arguments regarding desirability, how do I make it so that
mod_rewrite becomes an .so file in the modules directory?  Or is it even
possible? 




> -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of 
> Joshua Slive
> Sent: Friday, September 07, 2007 12:12 PM
> To: users@httpd.apache.org
> Subject: Re: [EMAIL PROTECTED] Unable to compile mod_rewrite
> 
> On 9/7/07, gb1071nx <[EMAIL PROTECTED]> wrote:
> >
> > Hi, first-time poster (go easy on me)
> >
> > I've downloaded httpd 2.0.59 and untar'd it.
> >
> > I've used ./configure like so:
> >
> >         [EMAIL PROTECTED]:/home/mikec/httpd-2.0.59# ./configure
> >         --prefix=/usr/local/applications/2059
> >         --enable-so
> >         --enable-rewrite
> 
> >         [EMAIL PROTECTED]:/usr/local/applications/2059/bin# httpd -l
> >         Compiled-in modules:
> >           http_core.c
> >           mod_so.c
> >         suexec: disabled; invalid wrapper /usr/sbin/suexec
> 
> The this last one with "./httpd -l"
> 
> I bet you are hitting another installed version of apache 
> httpd, rather than the freshly-compiled one.
> 
> Joshua.
> 
> ---------------------------------------------------------------------
> The official User-To-User support forum of the Apache HTTP 
> Server Project.
> See <URL:http://httpd.apache.org/userslist.html> for more info.
> To unsubscribe, e-mail: [EMAIL PROTECTED]
>    "   from the digest: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to