[MDEV-2804] LP:463161 - Centos MariaDB package dependency problems for libmysqlclient15.so Created: 2009-10-29 Updated: 2012-10-04 Resolved: 2012-10-04 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | None |
| Affects Version/s: | None |
| Fix Version/s: | None |
| Type: | Bug | Priority: | Critical |
| Reporter: | Kristian Nielsen | Assignee: | Unassigned |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | Launchpad | ||
| Attachments: |
|
| Description |
|
Here is my understanding of the problem after some discussions. Someone please On Centos 5, there is a base package called "mysql". This package includes The base package "mysql" also includes client programs, like /usr/bin/mysql. Since MariaDB also includes /usr/bin/mysql, it conflicts with the base "mysql" So the root problem seems to be that the base "mysql" package in Centos should Proposed solution: Ourdelta already provides builds based on MySQL 5.0, which includes Then the MariaDB packages could provide/replace the base 'mysql' package, but The reason I suggest pulling in a 5.0-based ourdelta package from a separate |
| Comments |
| Comment by Arjen Lentz (Inactive) [ 2009-11-01 ] |
|
Re: Centos MariaDB package dependency problems for libmysqlclient15.so |
| Comment by Arjen Lentz (Inactive) [ 2009-11-09 ] |
|
Re: Centos MariaDB package dependency problems for libmysqlclient15.so RHEL/CentOS 4 originally came with MySQL 4.1, which had .so.14. OurDelta does not have 4.1 builds, so we don't have our own shared libraries to copy in. There are a number of possible solutions for this, but barring that, CentOS4 packages will work, provided there's no local need for the php, perl or python bindings, or the mysql-shared-compat (from mysql.com) is tossed in after installing 5.1 before installing the bindings. That'll work. Might need a --force. |
| Comment by Arjen Lentz (Inactive) [ 2009-11-15 ] |
|
Re: Centos MariaDB package dependency problems for libmysqlclient15.so |
| Comment by Hakan Küçükyılmaz (Inactive) [ 2009-11-19 ] |
|
Re: Centos MariaDB package dependency problems for libmysqlclient15.so |
| Comment by Rasmus Johansson (Inactive) [ 2009-11-19 ] |
|
Launchpad bug id: 463161 |