Return-Path: Delivered-To: apmail-httpd-users-archive@www.apache.org Received: (qmail 27084 invoked from network); 30 Jun 2006 08:46:41 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 30 Jun 2006 08:46:41 -0000 Received: (qmail 4181 invoked by uid 500); 30 Jun 2006 08:46:31 -0000 Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 4027 invoked by uid 500); 30 Jun 2006 08:46:31 -0000 Mailing-List: contact users-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: users@httpd.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list users@httpd.apache.org Received: (qmail 4016 invoked by uid 99); 30 Jun 2006 08:46:31 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 30 Jun 2006 01:46:31 -0700 X-ASF-Spam-Status: No, hits=0.5 required=10.0 tests=DNS_FROM_RFC_ABUSE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of krist.vanbesien@gmail.com designates 64.233.162.207 as permitted sender) Received: from [64.233.162.207] (HELO nz-out-0102.google.com) (64.233.162.207) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 30 Jun 2006 01:46:30 -0700 Received: by nz-out-0102.google.com with SMTP id x7so106155nzc for ; Fri, 30 Jun 2006 01:46:09 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=nDQsEgEnfoZIx3vupJhI2jEISqL+D6f9SYn1zOaYp0WDVpG/c4ygSyysfEztY++2xW+OnYyfVib0zkf0bsrqy5zu8jAfVbfptzsx1uQ9TdXDwBlE183OxTrLlmRAXBXlKHZNTaQ/SPIvVMMXXf2QgKgwtEfy7yWddaYKh3N3mtk= Received: by 10.36.80.17 with SMTP id d17mr485651nzb; Fri, 30 Jun 2006 01:46:09 -0700 (PDT) Received: by 10.36.247.10 with HTTP; Fri, 30 Jun 2006 01:46:09 -0700 (PDT) Message-ID: <6ed6382b0606300146u4d5b75efpe5261b829fb7afda@mail.gmail.com> Date: Fri, 30 Jun 2006 10:46:09 +0200 From: "Krist van Besien" To: users@httpd.apache.org In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: X-Virus-Checked: Checked by ClamAV on apache.org Subject: Re: [users@httpd] I'm not able to compile apache with mod_rewrite X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N On 6/30/06, Adrian Mak wrote: > > I used apache 2.0.58 and here is my compile options > > > CC=gcc CFLAGS="-march=i686 -O3 -pipe -fomit-frame-pointer " CXX=gcc > CXXFLAGS="-march=i686 -O3 -pipe -fomit-frame-pointer -felide-constructors > -fno-exceptions -fno-rtti" ./configure --prefix=/usr/local/httpd- 2.0.58 > --enable-module=rewrite --enable-module=expires --enable-module=so > > The compilation process is fine without errors, then I did a check 'httpd > -l' > Compiled in modules: > core.c > mod_access.c > mod_auth.c > mod_include.c > mod_log_config.c > mod_env.c > mod_setenvif.c > prefork.c > http_core.c > mod_mime.c > mod_status.c > mod_autoindex.c > mod_asis.c > mod_cgi.c > mod_negotiation.c > mod_dir.c > mod_imap.c > mod_actions.c > mod_userdir.c > mod_alias.c > mod_so.c > > but I can't see mod_rewrite.c > > Any thing wrong with my compile options ? mod_rewrite might have been build as a module. Did you check your module directory? (the module dir is usually /modules) Krist -- krist.vanbesien@gmail.com Bremgarten b. Bern, Switzerland --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See for more info. To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org " from the digest: users-digest-unsubscribe@httpd.apache.org For additional commands, e-mail: users-help@httpd.apache.org