[MDEV-5301] Problem with installing from repository Created: 2013-11-16 Updated: 2013-12-02 Resolved: 2013-12-02 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | None |
| Affects Version/s: | 5.5.33a-galera, 5.5.33a |
| Fix Version/s: | None |
| Type: | Bug | Priority: | Major |
| Reporter: | Michael Shestero | Assignee: | Unassigned |
| Resolution: | Duplicate | Votes: | 0 |
| Labels: | None | ||
| Environment: |
Ubuntu 12.04.1 LTS 64bit |
||
| Issue Links: |
|
||||||||
| Description |
|
First of all, I was unable to add repository following instructions at page:
that isn't in the instructions. But I cannot install libmariadbclient18 package (with all consequences). Error message is:
[listing]
|
| Comments |
| Comment by Alexander Mashin [ 2013-11-16 ] |
|
Looks like your depositories for Ubuntu 13.04 and 13.10 are broken. See http://askubuntu.com/questions/365992/ubuntu-13-10-installing-mariadb-when-apt-reports-mariadb-has-unmet-dependencies for further details. |
| Comment by Alexander Mashin [ 2013-11-16 ] |
|
Now looks like ALL your depositories for Ubuntu are broken – 12.10 doesn't work either: a chain of dependencies running to libmysqlclient18. The OS is Ubuntu 13.10. |
| Comment by Elena Stepanova [ 2013-11-16 ] |
|
In the second part (the lib conflict), you experience the problem described here: http://tinyurl.com/c3jtdxj (a conflict with Oracle MySQL of a higher version). For the first part (key problem), the situation is unclear. I seem to be able to install it all right: sudo apt-key adv --recv-keys --keyserver hkp://keyserver.ubuntu.com:80 0xcbcb082a1bb943db I'll try to look around to see what might be the reason of the error you got. Upd: |
| Comment by Alexander Mashin [ 2013-11-16 ] |
|
Thank you, it worked. Hope the issue with version number will be resolved soon. |
| Comment by Elena Stepanova [ 2013-11-16 ] |
|
We are working on that, currently in scope of |
| Comment by Michael Shestero [ 2013-11-16 ] |
|
Is it possible to obtain the libmysqlclient18 (=5.5.33a+maria-1~precise) package manually and install it using dpkg ? |
| Comment by Elena Stepanova [ 2013-11-16 ] |
|
It probably is, but why do you need to do it? This is one of the workarounds described on the page, specifying exact version of the library. If you missed the previous comment with the link, please read it, there is also a question about the problem with keys. |
| Comment by Michael Shestero [ 2013-11-16 ] |
|
Thank you. I installed what I need from packages and my personal problem is solved. |
| Comment by Elena Stepanova [ 2013-12-02 ] |
|
Closing as a duplicate of |