[MDEV-6118] Unable to install "MariaDB-connect-engine" when using "MariaDB-Galera-server" Created: 2014-04-16 Updated: 2014-08-07 Resolved: 2014-08-07 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | None |
| Affects Version/s: | 10.0.7 |
| Fix Version/s: | 10.0.13 |
| Type: | Bug | Priority: | Minor |
| Reporter: | Ralf Kilian | Assignee: | Nirbhay Choubey (Inactive) |
| Resolution: | Fixed | Votes: | 1 |
| Labels: | None | ||
| Environment: |
Main system:
|
||
| Attachments: |
|
| Description |
|
When I try to install the package MariaDB-connect-engine via yum, it determines its dependencies. These dependencies also contain the package MariaDB-server which conflicts with MariaDB-Galera-server:
|
| Comments |
| Comment by Jan Lindström (Inactive) [ 2014-04-16 ] |
|
Let us research can we support CONNECT engine on Galera and if we can how to enable the installation. |
| Comment by Sergei Golubchik [ 2014-04-21 ] |
|
I suppose, plugins should require not "MariaDB-server" directly, but something that both MariaDB-server and MariaDB-galera-server provide. For example, "MariaDB". |
| Comment by Uwe Beierlein [ 2014-05-26 ] |
|
Hello, as a workaround I've tried to copy the connector from another installation to a Galery Node: 1. Installed the connector on an (identical RHEL6/x64 system) with MariaDB-Server (without Galera) installed. But unfortuately, there is still an unresolved (late bound) dependency: As of now I did not find the library providing that method. |
| Comment by Nirbhay Choubey (Inactive) [ 2014-08-05 ] |
|
Patch committed : http://lists.askmonty.org/pipermail/commits/2014-August/006392.html |
| Comment by Sergei Golubchik [ 2014-08-06 ] |
|
ok to push |
| Comment by Nirbhay Choubey (Inactive) [ 2014-08-07 ] |
|
Fix pushed to 10.0 branch. http://bazaar.launchpad.net/~maria-captains/maria/10.0/revision/4340 |