Return-Path: Delivered-To: apmail-httpd-users-archive@www.apache.org Received: (qmail 62668 invoked from network); 7 Oct 2009 14:18:38 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 7 Oct 2009 14:18:38 -0000 Received: (qmail 15274 invoked by uid 500); 7 Oct 2009 14:18:35 -0000 Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 15246 invoked by uid 500); 7 Oct 2009 14:18:35 -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 15234 invoked by uid 99); 7 Oct 2009 14:18:35 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 07 Oct 2009 14:18:35 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of covener@gmail.com designates 209.85.220.227 as permitted sender) Received: from [209.85.220.227] (HELO mail-fx0-f227.google.com) (209.85.220.227) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 07 Oct 2009 14:18:27 +0000 Received: by fxm27 with SMTP id 27so4361806fxm.41 for ; Wed, 07 Oct 2009 07:18:06 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=+9YVYFvPLaQV/d8+I6J+xjj6JURUIxeVWWQhw1u5nIo=; b=pjLl3PEH66Y7g1AqgvFlfvVosM0G5RCwrXZb5nb88+riqQhOfqKvRtbilItdeVLYiS 53vsAXTIukedOFTKUE47q/f5BFAhZ9XCOJbwfAnDvO+DDcFfbX8grs6q/v7UuQktBWtO ZF+F7n1XKWz1HKxUreZeYJoEsyUWYgQM0wdPY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=KYj2z7sp3S7JZFEtc7ZFTF0sM759SKu+vYZ/nHwbKB0xQnCbkLo836DpfdpuiZU5ro r5UqDiNwPsXio2V1GKi+laSK5zXHVg/8lusv3vAemnm8cHgahOOJH2lsKfPNnCh8h/9i eKKQsfDthbLERpu33Hk+h+jiCkPSbGGWZAMzg= MIME-Version: 1.0 Received: by 10.223.143.79 with SMTP id t15mr972097fau.13.1254925086690; Wed, 07 Oct 2009 07:18:06 -0700 (PDT) In-Reply-To: <51f0831e0910070706o456cc8a6l98bec33ef7c074ae@mail.gmail.com> References: <51f0831e0910070706o456cc8a6l98bec33ef7c074ae@mail.gmail.com> Date: Wed, 7 Oct 2009 10:18:06 -0400 Message-ID: <1404e5910910070718p44e26929mcc62a4d6de9b9069@mail.gmail.com> From: Eric Covener To: users@httpd.apache.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org Subject: Re: [users@httpd] undefined symbol: cache_generate_key_default On Wed, Oct 7, 2009 at 10:06 AM, marcos wrote: > Hello, > > I have a problem to active one module_cache in apache: > > > 1.First i compile the module mod_cache, not error founds: > > $/opt/apache2/bin/apxs -c mod_cache.c > /opt/apache2/build/libtool --silent --mode=3Dcompile gcc -prefer-pic > -DAP_HAVE_DESIGNATED_INITIALIZER -DLINUX=3D2 -D_REENTRANT -D_GNU_SOURCE > -g -O2 -pthread -I/opt/apache2/include =A0-I/opt/apache2/include > -I/opt/apache2/include =A0 -c -o mod_cache.lo mod_cache.c && touch > mod_cache.slo > /opt/apache2/build/libtool --silent --mode=3Dlink gcc -o mod_cache.la > -rpath /opt/apache2/modules -module -avoid-version =A0 =A0mod_cache.lo For more complicated modules, you need to pass it all the source files that comprise the module, including e.g. cache_storage.c cache_util.c -- see modules.mk in the cache/ directory. -- Eric Covener covener@gmail.com --------------------------------------------------------------------- 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