Topic: Error: Package: php-gmp-5.5.17-2.el6.remi.x86_64 (remi-php55)

Hello,

I would like to install PHP-GMP on a CentOS 7 machine. When I use yum --enablerepo=remi,remi-php55 install php-gmp to install it results in an error (Requires: libgmp.so.3()(64bit))

GMP is already installed (5.1.1-5.el7). I only have libgmp.so.10.1.1 on my machine.

How to solve this?

Thank you in advance.

Re: Error: Package: php-gmp-5.5.17-2.el6.remi.x86_64 (remi-php55)

$ rpm -qp --requires php-gmp-5.5.17-2.el7.remi.x86_64.rpm 
libgmp.so.10()(64bit)
...
$ rpm -q gmp
gmp-5.1.1-5.el7 (x86_64)

$ rpm -q --provides gmp
libgmp.so.10()(64bit)
...

So something wrong on your machine...
Please paste full yum output.

P.S. looks like your are trying to install el5 or el6 package on a el7 system.

Laptop:  Fedora 38 + rpmfusion + remi (SCL only)
x86_64 builder: Fedora 39 + rpmfusion + remi-test
aarch64 builder: RHEL 9 with EPEL
Hosting Server: CentOS 8 Stream with EPEL, rpmfusion, remi

Re: Error: Package: php-gmp-5.5.17-2.el6.remi.x86_64 (remi-php55)

Pff... of course... reading the subject "... php-gmp-5.5.17-2.el6.remi.x86_64 ..." can't work on CentOS-7

Laptop:  Fedora 38 + rpmfusion + remi (SCL only)
x86_64 builder: Fedora 39 + rpmfusion + remi-test
aarch64 builder: RHEL 9 with EPEL
Hosting Server: CentOS 8 Stream with EPEL, rpmfusion, remi