Return-Path: Delivered-To: apmail-perl-modperl-archive@www.apache.org Received: (qmail 41786 invoked from network); 10 Oct 2008 18:22:47 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 10 Oct 2008 18:22:47 -0000 Received: (qmail 11688 invoked by uid 500); 10 Oct 2008 18:22:41 -0000 Delivered-To: apmail-perl-modperl-archive@perl.apache.org Received: (qmail 11675 invoked by uid 500); 10 Oct 2008 18:22: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 11664 invoked by uid 99); 10 Oct 2008 18:22:41 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 10 Oct 2008 11:22:41 -0700 X-ASF-Spam-Status: No, hits=2.0 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of fjmolinabravo@gmail.com designates 74.125.46.153 as permitted sender) Received: from [74.125.46.153] (HELO yw-out-1718.google.com) (74.125.46.153) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 10 Oct 2008 18:21:38 +0000 Received: by yw-out-1718.google.com with SMTP id 5so233128ywr.40 for ; Fri, 10 Oct 2008 11:22:14 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:mime-version:content-type; bh=grFhX5keOD27mqn/FjSRudYnW9zOHZBU+Kvk/SY9vjQ=; b=oM9UdN5H0CYXlePIMvZgcpZYsHzHOCcwCAu4AaK6mwnH5r3m+2NMErGG2E+boRgs30 5X9lnlEZOFAwQFsapuU6SKNKKfx52COzmha08sP/d0pP4V+LBvySmHJFNe9jnIzcjGQE bYu2bK3HSzgLRwRlQvnTjM8btoXlvWllBult4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type; b=BDC1xAOSK9+IcfE+TtADQeSKmuanE+91rPpQ8Hy7+lvtiFq+1odkeciN8uBQF3e51K PZ/4UEm75Ho2hjYsuVaQJJQUBrNwwinyYQa8Y6HOKu0sC8agNn7aBLLnjsk0Rc3PsQWV XOPWYCmDSaXzEsboQxyRF3mX00x6v1P26/l5s= Received: by 10.100.95.19 with SMTP id s19mr2682098anb.43.1223662933576; Fri, 10 Oct 2008 11:22:13 -0700 (PDT) Received: by 10.100.172.13 with HTTP; Fri, 10 Oct 2008 11:22:13 -0700 (PDT) Message-ID: Date: Fri, 10 Oct 2008 13:22:13 -0500 From: "=?ISO-8859-1?Q?Felipe_de_Jes=FAs_Molina_Bravo?=" To: modperl@perl.apache.org Subject: Sleepycat::DbXml problem "httpd: symbol lookup error" MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_102685_27940286.1223662933541" X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_102685_27940286.1223662933541 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Hi My english is not good (sorry) but I try to explain my problem I have apache2.2.9 with modperl 2.0.4 static; I have some perl modules (development by me) with Sleepycat::DbXml library; when ran "make test" for its modules all is fine (I also develop the test); I also use mason (1.37). When i tried to acces some page generated for maso I gotten the next messages (log/error): /usr/local/apache2.2/bin/httpd: symbol lookup error: /usr/lib/perl5/vendor_perl/5.8.8/i686-linux/auto/Sleepycat/DbXml/DbXml.so: undefined symbol: _ZN5DbXml12XmlContainer10getManagerEv if I execute "ldd /usr/lib/perl5/vendor_perl/5.8.8/i686-linux/auto/Sleepycat/DbXml/DbXml.so" the output is: linux-gate.so.1 => (0xb7f25000) libdbxml-2.4.so => /usr/lib/libdbxml-2.4.so (0xb7b97000) libdb_cxx-4.6.so => /usr/lib/libdb_cxx-4.6.so (0xb7a4b000) libxerces-c.so.28 => /usr/lib/libxerces-c.so.28 (0xb7643000) libxqilla.so.4 => /usr/lib/libxqilla.so.4 (0xb726f000) libgcc_s.so.1 => /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libgcc_s.so.1 (0xb7263000) libc.so.6 => /lib/libc.so.6 (0xb7139000) libstdc++.so.6 => /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6 (0xb7055000) libm.so.6 => /lib/libm.so.6 (0xb7030000) libpthread.so.0 => /lib/libpthread.so.0 (0xb7019000) libnsl.so.1 => /lib/libnsl.so.1 (0xb7002000) /lib/ld-linux.so.2 (0x80000000) my distribution is gentoo... maybe the problem is caused by - duplicate libraries with different versions - or old libraries I updated my system and delete duplicate libraries, but the problem continue anybody can help me? .... where can investigate? another question is: why the problem is present only with apache? thanks in advance ------=_Part_102685_27940286.1223662933541 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline
Hi

My english is not  good (sorry) but  I try to explain my problem

I have apache2.2.9 with  modperl 2.0.4 static; I have some perl modules  (development by me) with Sleepycat::DbXml library; when ran "make test" for its modules all is fine (I also develop the test); I also use mason (1.37).

When i tried to acces some page generated for maso I gotten the next messages (log/error):

/usr/local/apache2.2/bin/httpd: symbol lookup error: /usr/lib/perl5/vendor_perl/5.8.8/i686-linux/auto/Sleepycat/DbXml/DbXml.so: undefined symbol: _ZN5DbXml12XmlContainer10getManagerEv


if I execute "ldd /usr/lib/perl5/vendor_perl/5.8.8/i686-linux/auto/Sleepycat/DbXml/DbXml.so" the output is:

        linux-gate.so.1 =>  (0xb7f25000)
        libdbxml-2.4.so => /usr/lib/libdbxml-2.4.so (0xb7b97000)
        libdb_cxx-4.6.so => /usr/lib/libdb_cxx-4.6.so (0xb7a4b000)
        libxerces-c.so.28 => /usr/lib/libxerces-c.so.28 (0xb7643000)
        libxqilla.so.4 => /usr/lib/libxqilla.so.4 (0xb726f000)
        libgcc_s.so.1 => /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libgcc_s.so.1 (0xb7263000)
        libc.so.6 => /lib/libc.so.6 (0xb7139000)
        libstdc++.so.6 => /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6 (0xb7055000)
        libm.so.6 => /lib/libm.so.6 (0xb7030000)
        libpthread.so.0 => /lib/libpthread.so.0 (0xb7019000)
        libnsl.so.1 => /lib/libnsl.so.1 (0xb7002000)
        /lib/ld-linux.so.2 (0x80000000)

my distribution is gentoo...

maybe the problem is caused by
   - duplicate libraries with different versions
   - or old libraries

  I updated my system and delete duplicate libraries, but the problem continue

anybody can help me? .... where can investigate?

another question is: why the problem is present only with apache?

thanks in advance

------=_Part_102685_27940286.1223662933541--