hello,
i try to install libdbd-mysql-perl, because i frequently use that modul and it is really common for perl mysql communication, but it actually conflicts with percona-server-server 5.5.
i am not very familiar with all the libdbd, perl-dbi, libdbd, perl-dbd, but i can provide the aptitude log for the installation. it seems like libmysqlclient16 is needed, but percona provides the libmysqlclient18… what to do?
aptitude install libdbd-mysql-perl
The following NEW packages will be installed:
libdbd-mysql-perl libmysqlclient16{a} mysql-common{a}
0 packages upgraded, 3 newly installed, 0 to remove and 5 not upgraded.
Need to get 2,120 kB of archives. After unpacking 4,730 kB will be used.
The following packages have unmet dependencies:
percona-server-common-5.5: Conflicts: mysql-common but 5.1.58-1~dotdeb.1 is to be installed.
Conflicts: mysql-common-4.1 which is a virtual package.
The following actions will resolve these dependencies:
Remove the following packages:
- percona-server-client-5.5
- percona-server-common-5.5
- percona-server-server
- percona-server-server-5.5
Here is my installed percona server:
aptitude show percona-server-server
Package: percona-server-server
New: yes
State: installed
Automatically installed: no
Version: 5.5.15-rel21.0-158.squeeze
Priority: extra
Section: database
…
forgot to say: debian squeeze…
thanks
schnix