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@xxxxxxxxxx ReportedBy: gerd@xxxxxxxx QAContact: extras-qa@xxxxxxxxxxxxxxxxx CC: steve@xxxxxxxxx, skasal@xxxxxxxxxx, fedora-perl-devel-list@xxxxxxxxxx, mmaslano@xxxxxxxxxx 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. -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl Fedora-perl-devel-list mailing list Fedora-perl-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/fedora-perl-devel-list