2016-07-04 158 views
0

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

我运行此命令: -

./configure 

,它给了我这样的结果: -

[[email protected] 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 
[[email protected] gmp-4.2.2]# 

我已经尝试了所有可能的解决方案。这里有什么问题?

+0

您正在使用什么版本的CentOS的? –

+0

@JuliePelletier CentOS Linux release 7.2.1511(Core) – Akshay

回答

3

与系统的安装程序安装:

yum install php-gmp 
+0

我从字面上花了数小时试图为它找到一个解决方案。你知道我可以如何安装它用于本地主机使用(使用WAMP)。编辑: - 它说我可以在7分钟内接受你的答案。 – Akshay

+0

在这样的应用程序包中,通常有一种访问php.ini的简单方法,可能会将其注释掉,但如果没有,只需发布​​另一个问题。 –

+0

'extension = php_gmp.dll'我的php.ini没有注释它。 – Akshay