[Bug 543982] New: perl-DBD-SQLite using internal copy of sqlite instead of sqlite shared lib

bugzilla at redhat.com bugzilla at redhat.com
Thu Dec 3 16:24:19 UTC 2009


Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.

Summary: perl-DBD-SQLite using internal copy of sqlite instead of sqlite shared lib

https://bugzilla.redhat.com/show_bug.cgi?id=543982

           Summary: perl-DBD-SQLite using internal copy of sqlite instead
                    of sqlite shared lib
           Product: Fedora
           Version: 12
          Platform: All
        OS/Version: Linux
            Status: NEW
          Severity: medium
          Priority: low
         Component: perl-DBD-SQLite
        AssignedTo: skasal at redhat.com
        ReportedBy: gerd at egidy.de
         QAContact: extras-qa at fedoraproject.org
                CC: steve at silug.org, skasal at redhat.com,
                    fedora-perl-devel-list at redhat.com, mmaslano at redhat.com
    Classification: Fedora


Description of problem:
perl-DBD-SQLite is currently using an internal copy of sqlite instead of the
system-wide sqlite shared lib coming with the package "sqlite".

This is advertised differently in the rpm description and has the disadvantage
that bugfixes/security updates/... that get published via a new sqlite package
don't affect code accessing sqlite databases from perl.

Version-Release number of selected component (if applicable):
1.25-4.fc12

How reproducible:
always

Steps to Reproduce:
1. ldd
/usr/lib/perl5/vendor_perl/5.10.0/i386-linux-thread-multi/auto/DBD/SQLite/SQLite.so

Actual results:
        linux-gate.so.1 =>  (0x00987000)
        libc.so.6 => /lib/libc.so.6 (0x00235000)
        /lib/ld-linux.so.2 (0x00213000)

Expected results:
        linux-gate.so.1 =>  (0x00987000)
        libc.so.6 => /lib/libc.so.6 (0x00235000)
        /lib/ld-linux.so.2 (0x00213000)
        libsqlite3.so.0 => /usr/lib/libsqlite3.so.0 (...)

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.




More information about the perl-devel mailing list