Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
10.0.8, 10.0.14
-
CentOS 6.5
MariaDB installed from repositories at http://yum.mariadb.org/10.0/centos6-amd64
Description
Try to install MariaDB-oqgraph-engine.x86_64. See it fail because it requires libJudy, which does not exist in CentOS/RHEL 6. It works on Fedora, and I notice there are "EPEL" packages (which means you need to enable yet another repository for this to work). But out of the box, this is a problem.
See output:
[root@mariadb ~]# cat /etc/redhat-release
|
CentOS release 6.5 (Final)
|
[root@mariadb ~]# yum install MariaDB-oqgraph-engine
|
Loaded plugins: fastestmirror
|
Loading mirror speeds from cached hostfile
|
* base: mirror.trouble-free.net
|
* extras: mirror.trouble-free.net
|
* updates: centos.someimage.com
|
Setting up Install Process
|
Resolving Dependencies
|
--> Running transaction check
|
---> Package MariaDB-oqgraph-engine.x86_64 0:10.0.8-1 will be installed
|
--> Processing Dependency: libJudy.so.1()(64bit) for package: MariaDB-oqgraph-engine-10.0.8-1.x86_64
|
--> Finished Dependency Resolution
|
Error: Package: MariaDB-oqgraph-engine-10.0.8-1.x86_64 (mariadb)
|
Requires: libJudy.so.1()(64bit)
|
You could try using --skip-broken to work around the problem
|
You could try running: rpm -Va --nofiles --nodigest
|
Attachments
Issue Links
- includes
-
MDEV-5432 Install libjudy on buildbot slaves
-
- Closed
-
There isn't much we can do about it. Correct, OQGraph v3 needs libjudy. Correct, libjudy is not in the official Fedora repository. But we cannot change either of that.
We could
Neither looks like a good solution to me.