Return-Path: Delivered-To: apmail-perl-modperl-archive@www.apache.org Received: (qmail 97015 invoked from network); 22 May 2007 05:45:31 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 22 May 2007 05:45:31 -0000 Received: (qmail 22632 invoked by uid 500); 22 May 2007 05:45:31 -0000 Delivered-To: apmail-perl-modperl-archive@perl.apache.org Received: (qmail 22615 invoked by uid 500); 22 May 2007 05:45:31 -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 22600 invoked by uid 99); 22 May 2007 05:45:31 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 21 May 2007 22:45:31 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: local policy) Received: from [64.151.90.21] (HELO redhotpenguin.com) (64.151.90.21) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 21 May 2007 22:45:21 -0700 Received: (qmail 2674 invoked by uid 1005); 21 May 2007 22:45:00 -0700 Received: from c-69-181-237-251.hsd1.ca.comcast.net (HELO pooky.redhotpenguin.com) (69.181.237.251) (smtp-auth username fred@redhotpenguin.com, mechanism plain) by app2.redhotpenguin.com (qpsmtpd/0.32) with ESMTP; Mon, 21 May 2007 22:45:00 -0700 Message-ID: <46528372.8060108@redhotpenguin.com> Date: Mon, 21 May 2007 22:45:22 -0700 From: Fred Moyer User-Agent: Thunderbird 2.0.0.0 (Macintosh/20070326) MIME-Version: 1.0 To: Nick Pron CC: modperl@perl.apache.org Subject: Re: mod_perl not loading into apache error. References: <46527C66.3090700@redhotpenguin.com> <10731723.post@talk.nabble.com> In-Reply-To: <10731723.post@talk.nabble.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Old-Spam-Check-By: app2.redhotpenguin.com X-Old-Spam-Status: No, hits=1.2 required=5.0 tests=AWL,BAYES_00,FORGED_RCVD_HELO,RCVD_IN_NJABL_DUL,RCVD_IN_SORBS_DUL Nick Pron wrote: > Fred Moyer wrote: >> Nick Pron wrote: >>> Hi all, >>> >>> I am on a fresh install of Ubuntu 7.04 with Apache 2.2.4 compiled from >>> source. Perl v5.8.8 built for i486-linux-gnu-thread-multi (came with >>> Ubuntu >>> as a package I assume) and I am getting this error when I try to start >>> Apache. >>> >>> httpd: Syntax error on line 54 of /usr/local/apache/conf/httpd.conf: >>> Cannot >>> load /usr/local/apache/modules/mod_perl.so into server: >>> /usr/local/apache/modules/mod_perl.so: undefined symbol: PL_vtbl_env >> >> Are you sure that mod_perl isn't already installed with Ubuntu's package >> manager? If so then remove it, and re-install mod_perl from source. >> That's usually the source of unresolved symbol bugs like this. >> > Yes I'm positive. I didn't install Apache or mod_perl with the package > manager, the only thing that came packaged installed was Perl. > I just tried installing mod_perl with the package mananger anyway, it > didn't > find anything to upgrade (it wanted a fresh install of it) so that's > how I > know it's not already there. Ok can you post the following (I should have asked for this first on the first email, sorry list): 1) output of mp2bug 2) output of perl -V 3) output of 'make test'