Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
N/A
-
None
Description
Today is release Fedora 24, but MariaDB compiled for Fodora 23 couldn't install on updated system.
# dnf install MariaDB-server
|
Last metadata expiration check: 0:24:35 ago on Tue Jun 21 19:32:02 2016.
|
Error: nothing provides libjemalloc.so.1()(64bit) needed by MariaDB-server-10.1.14-1.fc23.x86_64
|
(try to add '--allowerasing' to command line to replace conflicting packages)
|
 |
# cat /etc/yum.repos.d/mariadb.repo
|
# MariaDB 10.1 Fedora repository list - created 2015-10-29 22:02 UTC
|
# http://mariadb.org/mariadb/repositories/
|
[mariadb]
|
name = MariaDB
|
baseurl = http://yum.mariadb.org/10.1/fedora23-amd64
|
gpgkey=https://yum.mariadb.org/RPM-GPG-KEY-MariaDB
|
gpgcheck=1
|
enabled=1
|
|