Return-Path: Delivered-To: apmail-perl-dev-archive@www.apache.org Received: (qmail 55617 invoked from network); 7 Jul 2004 17:44:10 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 7 Jul 2004 17:44:10 -0000 Received: (qmail 92113 invoked by uid 500); 7 Jul 2004 17:44:13 -0000 Delivered-To: apmail-perl-dev-archive@perl.apache.org Received: (qmail 91910 invoked by uid 500); 7 Jul 2004 17:44:10 -0000 Mailing-List: contact dev-help@perl.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Delivered-To: mailing list dev@perl.apache.org Received: (qmail 91874 invoked by uid 99); 7 Jul 2004 17:44:09 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [195.154.174.52] (HELO mail.logilune.com) (195.154.174.52) by apache.org (qpsmtpd/0.27.1) with ESMTP; Wed, 07 Jul 2004 10:44:08 -0700 Received: from [127.0.0.1] (localhost.logilune.com [127.0.0.1]) by mail.logilune.com (Postfix) with ESMTP id 4AA7B1E19EE; Wed, 7 Jul 2004 19:43:57 +0200 (CEST) Message-ID: <40EC3659.6060207@stason.org> Date: Wed, 07 Jul 2004 10:43:53 -0700 From: Stas Bekman Organization: Hope, Humanized User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7) Gecko/20040617 X-Accept-Language: en-us, en, he, ru MIME-Version: 1.0 To: Markus Wichitill Cc: dev@perl.apache.org Subject: Re: [mp2] undefined symbol: load_module References: <40EBB131.1050701@stason.org> In-Reply-To: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Markus Wichitill wrote: >>That's usually the case when you get more than one perl installed on >>your system, and one libperl.so is found in the ldconfig path (e.g. >>/usr/lib). >>do 'locate libperl.so' and shows us what you come up with. > > > $ locate libperl.so > /usr/local/perl/lib/CORE/libperl.so > /usr/src/perl-5.8.4/libperl.so > > $ locate mod_perl.so > /usr/local/apache2/modules/mod_perl.so > /usr/src/modperl-2.0/src/modules/perl/mod_perl.so > > I'm not using any parallel installations of either Perl, mod_perl or Apache, > and the backup of Perl 5.8.3 is well hidden. What's the nm on the libperl.so then? On my machine (linux) it's: % nm src/modules/perl/mod_perl.so | grep load_module 000100cf T modperl_cmd_load_module U Perl_load_module % nm /home/stas/perl/5.8.4/lib/5.8.4/i686-linux/CORE/libperl.so | grep load_module 00056818 T Perl_load_module 0005684b T Perl_vload_module 00145f18 B PL_in_load_module It might be a perl problem, show us the output of nm on libperl.so like I did above. Also see which .o object is src/modules/perl refers to load_module (again using nm). -- __________________________________________________________________ Stas Bekman JAm_pH ------> Just Another mod_perl Hacker http://stason.org/ mod_perl Guide ---> http://perl.apache.org mailto:stas@stason.org http://use.perl.org http://apacheweek.com http://modperlbook.org http://apache.org http://ticketmaster.com --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@perl.apache.org For additional commands, e-mail: dev-help@perl.apache.org