用Rhel6.7的iso镜像作为yum源,安装zabbix_server时,缺少php依赖的包。

用Rhel6.7的iso镜像作为yum源

搭建lamp安装zabbix_server

在下载php时:

yum install php php-cli php-common php-devel php-gd php-mbstring php-mysql php-snmp php-soap php-xml  php-pear  php-imap php-sockets php-bcmath –y

发现yum源里有许多php的包没有。

这里有两个包是必须的php-bcmath和php-mbstring

先查看php版本信息,这两个php-bcmath和php-mbstring依赖包的版本信息必须和安装的php版本信息一样,才能安装成功。

我的php是php-5.3.3-40.el6_6.86_64...   ,所以php-bcmath和php-mbstring也必须是这个版本

这两个包的下载地址:

php-bcmath :http://rpm.pbone.net/index.php3/stat/4/idpl/27905903/dir/scientific_linux_6/com/php-bcmath-5.3.3-40.el6_6.x86_64.rpm.html

其它版本的php-bcmath:http://rpm.pbone.net/index.php3?stat=3&limit=8&srodzaj=3&dl=40&search=php-bcmath

php-mbstring:http://rpm.pbone.net/index.php3/stat/4/idpl/31339222/dir/centos_6/com/php-mbstring-5.3.3-40.el6_6.i686.rpm.html

其它版本的php-mbstring:http://rpm.pbone.net/index.php3?stat=3&limit=8&srodzaj=3&dl=40&search=php-mbstring

你可能感兴趣的:(用Rhel6.7的iso镜像作为yum源,安装zabbix_server时,缺少php依赖的包。)