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



--- Comment #8 from Petr Pisar <ppi...@redhat.com> ---
(In reply to Terje Røsten from comment #7)
> # ldd /usr/lib64/perl5/vendor_perl/auto/DBD/mysql/mysql.so

I'd like to emphases importance of the ldd's "-r" option. The problem with
mariadb is not a soname, but symbol names. While plain "ldd" resolves only
sonames, it succeeds, but "ldd -r" fails on resolving the symbols against
mariadb library.

-- 
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
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

Reply via email to