Forum Moderators: phranque

Message Too Old, No Replies

mod_rewrite.so after compiling not existent?

         

foy

11:08 pm on Sep 30, 2004 (gmt 0)

10+ Year Member



I'm running apache2 on my suse linux. wanted to compile apache2 with mod_rewrite module.

when I do

"./configure --enable-rewrite --enable-so"

it compiles successfully. after that I do a "make".

When I look into the modules directory then there is no mod_rewrite.so but there is:

mod_rewrite.c
mod_rewrite.dsp
mod_rewrite.exp
mod_rewrite.h
mod_rewrite.la
mod_rewrite.lo -> mod_rewrite.o
mod_rewrite.o

how can I get the mod_rewrite.so to be build?