Return-Path: Delivered-To: apmail-perl-modperl-archive@www.apache.org Received: (qmail 30765 invoked from network); 6 Jul 2005 18:39:13 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 6 Jul 2005 18:39:13 -0000 Received: (qmail 73593 invoked by uid 500); 6 Jul 2005 18:38:59 -0000 Delivered-To: apmail-perl-modperl-archive@perl.apache.org Received: (qmail 73572 invoked by uid 500); 6 Jul 2005 18:38:58 -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 73558 invoked by uid 99); 6 Jul 2005 18:38:58 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 06 Jul 2005 11:38:58 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [140.90.119.204] (HELO hermes.nos.noaa.gov) (140.90.119.204) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 06 Jul 2005 11:38:58 -0700 Received: from [10.80.10.3] ([10.80.10.3]) by hermes.nos.noaa.gov (Netscape Messaging Server 4.15) with ESMTP id IJ7YGU00.407; Wed, 6 Jul 2005 14:38:54 -0400 Message-ID: <42CC2532.1020001@noaa.gov> Date: Wed, 06 Jul 2005 14:38:42 -0400 From: "Robert Aspinall" User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.2) Gecko/20040804 Netscape/7.2 (ax) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Stas Bekman CC: mod_perl Mailing List Subject: Re: Problems with DBI & modperl on Irix 6.5 References: <42CA9F88.30804@noaa.gov> <42CAA0B1.7020104@plusthree.com> <42CAA1C3.5010608@noaa.gov> <42CBDF02.4020105@noaa.gov> <42CC071D.70704@stason.org> <42CC0DA3.2090106@noaa.gov> <42CC0F84.9040608@stason.org> <42CC1541.1030009@noaa.gov> <42CC1B88.3050706@stason.org> In-Reply-To: <42CC1B88.3050706@stason.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N I'm not sure what output you're looking for, but if I run ldd on /var/sgi_apache/httpd-outbox/libexec/libperl.so: libm.so => /usr/lib32/libm.so libc.so.1 => /usr/lib32/libc.so.1 Which file do you want me to ldd as far as the perl lib goes? Robert Aspinall NOAA's National Ocean Service CO-OPS/Information Systems Division 1305 East-West Highway Bldg. SSMC4, Station Id 6314 Silver Spring, MD 20910 Robert.Aspinall@noaa.gov Stas Bekman wrote: > Robert Aspinall wrote: > >> ldd DBI.so just returns: >> >> libc.so.1 => /usr/lib32/libc.so.1 > > > Hmm, that's bizzare. Was DBI linked statically with perl or something > like that? I'm not familiar with Irix, so I'm just guessing. But in > this case there should be no DBI.so. > > How about nuking > /opt/perl-5.8.2/lib/site_perl/5.8.2/IP27-irix/auto/DBI/DBI.so > and DBI.pm, and installing it from scratch? > > Also please show us, the ldd output of the mod_perl and perl libs > (assuming that they are shared libs) > >>>>>>>>> Can't load >>>>>>>>> '/opt/perl-5.8.2/lib/site_perl/5.8.2/IP27-irix/auto/DBI/DBI.so' >>>>>>>>> for >>>>>>>>> module DBI: 71121247:/var/sgi_apache/server/sbin/httpd: rld: >>>>>>>>> Fatal >>>>>>>>> Error: unresolvable symbol in >>>>>>>>> /opt/perl-5.8.2/lib/site_perl/5.8.2/IP27-irix/auto/DBI/DBI.so: >>>>>>>>> PL_curstackinfo at >>>>>>>>> /opt/perl-5.8.2/lib/5.8.2/IP27-irix/DynaLoader.pm >>>>>>>> > > >