percona server 5.1 fails via apt-get
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Percona Server moved to https://jira.percona.com/projects/PS |
Invalid
|
Undecided
|
Unassigned | ||
5.1 |
Won't Fix
|
Undecided
|
Unassigned | ||
5.5 |
Invalid
|
Undecided
|
Unassigned | ||
5.6 |
Invalid
|
Undecided
|
Unassigned |
Bug Description
When trying to install percona server 5.1 with apt-get it complains about libdbd-mysql-perl module while it's already installed.
$ apt-get install percona-
The following packages have unmet dependencies:
percona-
E: Unable to correct problems, you have held broken packages.
$ dpkg -l | grep -i "dbd"
ii libaprutil1-
ii libdbd-mysql-perl 4.021-1+b1 amd64 Perl5 database interface to the MySQL database
tags: | added: pkg |
What exact Debian/Ubuntu version is it? I see the following on Debian 6.0.9, for example:
root@debian6: /home/openxs# dpkg -l | grep dbd /home/openxs# dpkg -l | grep -i percona rel14.11- 603.squeeze Percona Server database client library rel33.0- 611.squeeze Percona Server database client library server- client- 5.1 5.1.73- rel14.11- 603.squeeze Percona Server database client binaries server- common 5.1.73- rel14.11- 603.squeeze Percona Server database common files (e.g. /etc/mysql/my.cnf) server- common- 5.5 5.5.36- rel34.2- 648.squeeze Percona Server database common files (e.g. /etc/mysql/my.cnf) server- server- 5.1 5.1.73- rel14.11- 603.squeeze Percona Server database server binaries server- server- 5.5 5.5.36- rel34.2- 648.squeeze Percona Server database server binaries server- server- 5.6 5.6.16- 64.2-569. squeeze Percona Server database server binaries /home/openxs# mysql -uroot -proot
ii libdbd-mysql-perl 4.016-1 Perl5 database interface to the MySQL database
root@debian6:
ii libmysqlclient16 5.1.73-
rc libmysqlclient18 5.5.35-
ii percona-
ii percona-
ii percona-
ii percona-
rc percona-
rc percona-
ii percona-toolkit 2.2.7 Advanced MySQL and system command-line tools
root@debian6:
Welcome to the MySQL monitor. Commands end with ; or \g.
Your MySQL connection id is 45
Server version: 5.1.73-rel14.11 (Percona Server (GPL), 14.11, Revision 603)
Copyright (c) 2009-2013 Percona LLC and/or its affiliates
Copyright (c) 2000, 2013, Oracle and/or its affiliates. All rights reserved.
Oracle is a registered trademark of Oracle Corporation and/or its
affiliates. Other names may be trademarks of their respective
owners.
Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.
mysql>