Re: [EMAIL PROTECTED] instaling modules

2006-05-10 Thread Daniel Hernandez
Josua wrote: I think you mean --enable-mods-shared=all Unfortuantely, this is a typo that is all-important but that configure can't warn you about. Joshua. I make the typo mistake only in the mail, I comprove it with $ history | grep configure thanks. In other computer (with Ubuntu 5.1) I i

RE: [EMAIL PROTECTED] instaling modules

2006-05-10 Thread Daniel Hernandez
Billy Nab wrote: I don't think anyone has asked yet so I will so we know - Which version of apache and os are you using? I'm using httpd-2.2.2 that I download from the apache site, and I'm using Debian stable. -- Daniel H

RE: [EMAIL PROTECTED] instaling modules

2006-05-10 Thread Daniel Hernandez
On Wed, 10 May 2006, Billy Nab wrote: You are doing the ls on this dir /local/home/apache2 But your configure command has -prefix= /usr/local/apache2 Sorry, I was mistaken when writing it in the mail. It must to say: $ ./configure --prefix=/usr/local/apache2 --enable-so --enable-mods-share

Re: [EMAIL PROTECTED] instaling modules

2006-05-10 Thread Daniel Hernandez
Daniel Hernandez wrote: Richard de Vries wrote: > did you run your ./configure with > "--enable-mods-shared=all" ? No, now I'm compling it again. Thanks It didn't works fine: $ ./configure --prefix=/usr/local/apache2 --enable-so --enable-mods-share=all $ make

Re: [EMAIL PROTECTED] instaling modules

2006-05-10 Thread Daniel Hernandez
On Wed, 10 May 2006, Richard de Vries wrote: did you run your ./configure with "--enable-mods-shared=all" ? No, now I'm compling it again. Thanks -- Daniel H - The official User-To-User support forum of the Apache HTTP Serv

[EMAIL PROTECTED] instaling modules

2006-05-10 Thread Daniel Hernandez
Hello, I install apache from source and the modules/ dir don't have any modules. I need to use mod_rewrite.os for a rails application. How can I get it? Thanks -- Daniel H - The official User-To-User support forum of the Apache