Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

mod_rewrite.so doesn't get created with compiled version of apache

Status
Not open for further replies.
Joined
Aug 23, 2006
Messages
13
Location
US
Hello,

Our system runs apache (compiled), php (compiled), and mysql.
I compiled apache 2.2.4 with the following options:
./configure --prefix=/ --enable-so --enable-ssl --enable-mod_ssl --enable-mod-so --enable-rewrite --with-included-apr

However, mod_rewrite.so doesn't even get created in the modules directory under apache. I made the entries in httpd.conf:
LoadModule rewrite_module modules/mod_rewrite.so
RewriteEngine On


Any ideas?
 
Did you find a solution to this? I'm having the same problem. It looks to me like libtool is refusing to compile the archives that result in mod_rewrite.so.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top