Summary: | dev-perl/DBD-mysql-4.41.0 - /usr/lib64/perl5/vendor_perl/5.24.3/x86_64-linux/auto/DBD/mysql/mysql.so should link to /usr/lib64/libmysqlclient.so but links to libperconaserverclient.so.18 | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Deniss Gaplevsky <slim> |
Component: | Current packages | Assignee: | Gentoo Perl team <perl> |
Status: | RESOLVED OBSOLETE | ||
Severity: | normal | CC: | kentnl, mysql-bugs |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- |
Description
Deniss Gaplevsky
2018-02-27 12:07:08 UTC
I'm gonna have to get mysql teams input on this. The "linked target" is controlled by calling `mysql_config`, as far as I understand. If "mysql_config" just happens to be percona, ... I'm at a loss how to fix this. I get the impression Deniss has permitted some file collisions to be overridden, but I don't know enough to work this out. This should be obsolete. We have since removed USE=client from dev-db/{mysql,mariadb,percona-server} and client lives in dev-db/{mysql,mariadb}-connector-c:
From a system with =dev-db/percona-server-8.0.19.10:
> $ lddtree /usr/lib64/perl5/vendor_perl/5.30.0/x86_64-linux-thread-multi/auto/DBD/mysql/mysql.so
> /usr/lib64/perl5/vendor_perl/5.30.0/x86_64-linux-thread-multi/auto/DBD/mysql/mysql.so (interpreter => None)
> libmysqlclient.so.21 => /usr/lib64/libmysqlclient.so.21
> libdl.so.2 => /lib64/libdl.so.2
> libz.so.1 => /lib64/libz.so.1
> libssl.so.1.1 => /usr/lib64/libssl.so.1.1
> libcrypto.so.1.1 => /usr/lib64/libcrypto.so.1.1
> libstdc++.so.6 => /usr/lib/gcc/x86_64-pc-linux-gnu/10.1.0/libstdc++.so.6
> libm.so.6 => /lib64/libm.so.6
> libgcc_s.so.1 => /usr/lib/gcc/x86_64-pc-linux-gnu/10.1.0/libgcc_s.so.1
> ld-linux-x86-64.so.2 => /lib64/ld-linux-x86-64.so.2
> libpthread.so.0 => /lib64/libpthread.so.0
> libc.so.6 => /lib64/libc.so.6
> $ qfile /usr/lib64/libmysqlclient.so.21
> dev-db/mysql-connector-c: /usr/lib64/libmysqlclient.so.21
>
Oh wow, didn't notice how old this was. Yes, should be obsolete. @Deniss, please retest this problem and feel free to change resolution back to an open one if pain persists. |