Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
10.1.16
-
None
-
Fedora release 24 (Twenty Four)
Description
Hi Team,
I am getting below error during installation of MariaDB server and client on my system with yum.
[root@localhost ~]# cat /etc/yum.repos.d/MariaDB.repo
- MariaDB 10.1 Fedora repository list - created 2016-07-29 02:35 UTC
- http://downloads.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
[root@localhost ~]# dnf install MariaDB-server MariaDB-client
Last metadata expiration check: 0:29:08 ago on Thu Jul 28 19:36:28 2016.
Error: nothing provides libjemalloc.so.1()(64bit) needed by MariaDB-server-10.1.16-1.fc23.x86_64
(try to add '--allowerasing' to command line to replace conflicting packages)
[root@localhost ~]# dnf update
Last metadata expiration check: 1:27:08 ago on Thu Jul 28 19:36:28 2016.
Dependencies resolved.
Nothing to do.
Complete!
Please suggest where I am wrong to install MariaDB.
Thanks
Anil