Re: [EMAIL PROTECTED] instaling modules

2006-05-11 Thread Joost de Heer
>> > did you run your ./configure with >> > "--enable-mods-shared=all" ? > $ ./configure --prefix=/usr/local/apache2 --enable-so > --enable-mods-share=all Compare your configure line to what was suggested. Joost - The offi

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 Joshua Slive
On 5/10/06, Billy Nab <[EMAIL PROTECTED]> wrote: -Original Message- From: Daniel Hernandez [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 10, 2006 3:34 PM To: users@httpd.apache.org Subject: RE: [EMAIL PROTECTED] instaling modules >sorry, I was mistaken when writing it in the

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 Billy Nab
-Original Message- From: Daniel Hernandez [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 10, 2006 3:34 PM To: users@httpd.apache.org Subject: RE: [EMAIL PROTECTED] instaling modules >sorry, I was mistaken when writing it in the mail. It must to say: > >$ ./configure --prefix=/

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 Billy Nab
You are doing the ls on this dir /local/home/apache2 But your configure command has -prefix= /usr/local/apache2 B Nab -Original Message- From: Daniel Hernandez [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 10, 2006 3:08 PM To: Apache Users Subject: Re: [EMAIL PROTECTED] instaling

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 # make install $ ls /local/home

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

Re: [EMAIL PROTECTED] instaling modules

2006-05-10 Thread Richard de Vries
did you run your ./configure with "--enable-mods-shared=all" ? R --- Daniel Hernandez <[EMAIL PROTECTED]> wrote: > 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 > -- > D

[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