Return-Path: Delivered-To: apmail-perl-modperl-archive@www.apache.org Received: (qmail 95071 invoked from network); 14 Nov 2009 19:43:44 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 14 Nov 2009 19:43:44 -0000 Received: (qmail 35089 invoked by uid 500); 14 Nov 2009 19:43:42 -0000 Delivered-To: apmail-perl-modperl-archive@perl.apache.org Received: (qmail 35051 invoked by uid 500); 14 Nov 2009 19:43:41 -0000 Mailing-List: contact modperl-help@perl.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list modperl@perl.apache.org Received: (qmail 35043 invoked by uid 99); 14 Nov 2009 19:43:41 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 14 Nov 2009 19:43:41 +0000 X-ASF-Spam-Status: No, hits=-2.6 required=5.0 tests=BAYES_00 X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [209.85.160.51] (HELO mail-pw0-f51.google.com) (209.85.160.51) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 14 Nov 2009 19:43:39 +0000 Received: by pwj10 with SMTP id 10so2660053pwj.10 for ; Sat, 14 Nov 2009 11:43:18 -0800 (PST) MIME-Version: 1.0 Received: by 10.142.195.13 with SMTP id s13mr659797wff.3.1258227798134; Sat, 14 Nov 2009 11:43:18 -0800 (PST) Date: Sat, 14 Nov 2009 11:43:18 -0800 Message-ID: Subject: _apr_bucket_shared_copy symbol not found From: Fred Moyer To: mod_perl list Content-Type: text/plain; charset=ISO-8859-1 Platform: Snow Leopard Versions used: perl 5.10.1, mod_perl 2.0.5-dev, httpd 2.2.14 Error found during make test: t/apr-ext/uuid.t ........................ Can't load '/Users/phred/dev/svn/modperl/mod_perl-2.0/blib/arch/auto/APR/APR.bundle' for module APR: dlopen(/Users/phred/dev/svn/modperl/mod_perl-2.0/blib/arch/auto/APR/APR.bundle, 9): Symbol not found: _apr_bucket_shared_copy I compiled apache using the --with-included-apr option. This is a new toolchain setup. Any thoughts?