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 official

[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

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

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

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
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

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=/usr/local

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 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 mail

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