[MDEV-10462] Error: nothing provides libjemalloc.so.1()(64bit) needed by MariaDB-server-10.1.16-1.fc23.x86_64 Created: 2016-07-29 Updated: 2020-12-08 Resolved: 2016-08-30 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Platform RedHat |
| Affects Version/s: | 10.1.16 |
| Fix Version/s: | 10.1.17 |
| Type: | Bug | Priority: | Major |
| Reporter: | Anil | Assignee: | Daniel Bartholomew |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Environment: |
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
[root@localhost ~]# dnf install MariaDB-server MariaDB-client [root@localhost ~]# dnf update Please suggest where I am wrong to install MariaDB. Thanks |
| Comments |
| Comment by Elena Stepanova [ 2016-07-29 ] | |||
|
Fedora 24 has libjemalloc.so.2, Fedora 23 packages which you're trying to install want libjemalloc.so.1, hence the problem.
(Or the corresponding dnf commands) | |||
| Comment by Daniel Bartholomew [ 2016-08-30 ] | |||
|
Fedora 24 packages are now available in the MariaDB 10.1 repository. See the Repository Configuration tool for instructions: https://downloads.mariadb.org/mariadb/repositories/ | |||
| Comment by Daniel Bartholomew [ 2016-08-30 ] | |||
|
fixed so closing |