无法在centOS中安装GMP

Aks*_*hay 0 php centos gmp

我正在尝试在我的centOS服务器上安装GMP库(https://gmplib.org/),但是没有运气。

我运行此命令:-

./configure
Run Code Online (Sandbox Code Playgroud)

它给了我这个结果:-

[root@centos-512mb-ams3-01 gmp-4.2.2]# ./configure
checking build system type... pentium3-unknown-linux-gnu
checking host system type... pentium3-unknown-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking ABI=32
checking compiler gcc -m32 -O2 -fomit-frame-pointer ... no
checking compiler gcc -O2 -fomit-frame-pointer ... yes
checking compiler gcc -O2 -fomit-frame-pointer has sizeof(long)==4... no
checking compiler icc -no-gcc ... no
checking whether cc is gcc... yes
checking compiler cc -m32 -O2 -fomit-frame-pointer ... no
checking compiler cc -O2 -fomit-frame-pointer ... yes
checking compiler cc -O2 -fomit-frame-pointer has sizeof(long)==4... no
configure: error: could not find a working compiler, see config.log for details
[root@centos-512mb-ams3-01 gmp-4.2.2]#
Run Code Online (Sandbox Code Playgroud)

我已经尝试了所有可能的解决方案。怎么了

Jul*_*ier 5

使用系统的安装程序进行安装:

yum install php-gmp
Run Code Online (Sandbox Code Playgroud)