Install GMP on CentOS - centos

I've tried to install GMP on CentOS and this error appears:
yumdownloader --source gmp
Enabling mysql-tools-community-source repository
Enabling mysql-connectors-community-source repository
Enabling mysql56-community-source repository
Loading mirror speeds from cached hostfile
* base: centos.mirrors.ovh.net
* epel: nl.mirror.babylon.network
* epel-source: nl.mirror.babylon.network
* extras: centos.mirrors.ovh.net
* updates: centos.mirrors.ovh.net
No source RPM found for gmp-4.3.1-10.el6.x86_64
No source RPM found for gmp-4.3.1-10.el6.i686
Nothing to download
Can you help me please?

How to install GMP : # yum install gmp-devel

Related

I can't install SSH2 PHP extension on Centos 7

When I make the command:
yum install gcc php-devel libssh2 libssh2-devel php-pear make
Return me below:
Loaded plugins: fastestmirror, langpacks, universal-hooks
Loading mirror speeds from cached hostfile
* EA4: 104.219.172.10
* cpanel-addons-production-feed: 104.219.172.10
* cpanel-plugins: 104.219.172.10
* remi-php74: mirror.sjc02.svwh.net
* remi-safe: mirror.sjc02.svwh.net
Package gcc-4.8.5-39.el7.x86_64 already installed and latest version
No php-devel package available.
Package libssh2-1.8.0-3.el7.x86_64 already installed and latest version
Package libssh2-devel-1.8.0-3.el7.x86_64 already installed and latest version
No php-pear package available.
Package 1: make-3.82-24.el7.x86_64 already installed and latest version
Nothing to do
When I run the pecl install -f ssh2 command
returns me:
bash: pecl: command not found
I can't install pecl either, I tried yum install php-pear but it returns:
Loaded plugins: fastestmirror, langpacks, universal-hooks
Loading mirror speeds from cached hostfile
* EA4: 104.219.172.10
* cpanel-addons-production-feed: 104.219.172.10
* cpanel-plugins: 104.219.172.10
* remi-php74: mirror.bebout.net
* remi-safe: mirror.bebout.net
No php-pear package available.
Error: Nothing to do

Install GeoIP package using yum on Centos issue

I am trying to get the db files from the geo ip, but my folder /usr/share/GeoIP folders is always empty. When running: yum install GeoIP, I am getting message:
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
* base: mirrors.xtom.nl
* epel: mirror.hostnet.nl
* extras: mirror.seedvps.com
* updates: mirror.dataone.nl
Package GeoIP-1.5.0-14.el7.x86_64 already installed and latest version
Nothing to do
Any clue why my folder is empty ? PS: I removed the GeoIP folder (with the old version of the db) and recreated it manually.
Thnx
Seems like the package locate file in different directory. You can check where the files are located with command:
rpm -ql GeoIP

davfs2 package not found on CENTOS 7.3 x86_64

I'm having some issues trying to install davfs2 on my CentOS server, I run
yum install davfs2
but I get this:
Loaded plugins: fastestmirror, langpacks, priorities, universal-hooks
Loading mirror speeds from cached hostfile
* EA4: 91.197.228.252
* cpanel-addons-production-feed: 91.197.228.252
* base: centos.quelquesmots.fr
* centosplus: centos.mirror.fr.planethoster.net
* extras: centos.quelquesmots.fr
* rpmforge: mirrors.ircam.fr
* updates: centos.quelquesmots.fr
Nothing to do
Not sure but maybe I need add more mirrors to my distro, if it's not possible install davfs2 I'd like to know other alternative for mount webdav routes as folder in CentOS, cadaver is a webdav client but I can't mount folders with it...
thank you guys, have a nice day
You have to enable the EPEL repo in order to install that package:
yum -y install epel-release
yum -y install davfs2
After you're done installing the required packages please disable the epel repo since you are on a cPanel server and this additional repo, at some point might break some package dependencies when cPanel/WHM nightly update is running.
To disable the EPEL repo you can edit /etc/yum.repos.d/epel.repo file and replace enabled=1 with enabled=0

Can't install Geany-plugins-* It requires geany-plugins-common which is installed

CentOS 7.2 is my OS
I installed 1.27 geany from EPEL Repo. It was successful, and then I just tried to double click the geany plugins rpms to add them one by one which was successful when I did in CentOS 6.7, but it failed.
Then I tried terminal:(debugger plugin in this example)
[root#localhost geany-plugins]# yum install geany-plugins-debugger-1.27-1.el7.centos.x86_64.rpm
Loaded plugins: fastestmirror, langpacks
Examining geany-plugins-debugger-1.27-1.el7.centos.x86_64.rpm: geany-plugins-debugger-1.27-1.el7.centos.x86_64
Marking geany-plugins-debugger-1.27-1.el7.centos.x86_64.rpm to be installed
Resolving Dependencies
--> Running transaction check
---> Package geany-plugins-debugger.x86_64 0:1.27-1.el7.centos will be installed
--> Processing Dependency: geany-plugins-common = 1.27-1.el7.centos for package: geany-plugins-debugger-1.27-1.el7.centos.x86_64
Loading mirror speeds from cached hostfile
* base: mirrors.syringanetworks.net
* epel: mirror.prgmr.com
* extras: mirror.pac-12.org
* updates: mirrors.usc.edu
--> Finished Dependency Resolution
Error: Package: geany-plugins-debugger-1.27-1.el7.centos.x86_64 (/geany-plugins-debugger-1.27-1.el7.centos.x86_64)
Requires: geany-plugins-common = 1.27-1.el7.centos
Installed: geany-plugins-common-1.27-1.el7.x86_64 (#epel)
geany-plugins-common = 1.27-1.el7
You could try using --skip-broken to work around the problem
You could try running: rpm -Va --nofiles --nodigest
It requires geany-plugins-common and it then lists the exact thing as installed
What is the problem?

Unable to install mysqlnd driver on centos 6 digitalocean

Hi I am trying ton install mysqlnd driver in centos but getting the following error.
Loaded plugins: fastestmirror, replace
Loading mirror speeds from cached hostfile
* base: centos.usonyx.net
* extras: centos.usonyx.net
* updates: centos.usonyx.net
Setting up Install Process
No package php5-mysqlnd available.
Error: Nothing to do