zabbix安装成功后,访问页面,在check of pre-requisites通不过,不知道如何去修改以让其进入下一步?
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了zabbix安装成功后,访问页面,在check of pre-requisites通不过,不知道如何去修改以让其进入下一步?相关的知识,希望对你有一定的参考价值。
Current value Required
php version 5.3.10 5.3.0 OK
PHP option memory_limit 128M 128M OK
PHP option post_max_size 16M 16M OK
PHP option upload_max_filesize 2M 2M OK
PHP option max_execution_time 300 300 OK
PHP option max_input_time 300 300 OK
PHP time zone Asia/Shanhai OK
PHP databases support off Fail
PHP bcmath off Fail
PHP mbstring off Fail
PHP sockets off Fail
PHP gd 2.0.34 2.0 OK
PHP gd PNG support on OK
PHP gd JPEG support off Fail
PHP gd FreeType support off Fail
PHP libxml 2.6.26 2.6.15 OK
PHP xmlwriter on OK
PHP xmlreader on OK
PHP ctype on OK
PHP session on OK
PHP session auto start off off OK
PHP gettext off Warning
./configure --prefix=/usr/local/php --with-apxs2=/usr/local/apache2/bin/apxs --with-mysql=/server/mysql --with-config-file-path=/usr/local/php
以上是我编译php时的语句。
PHP databases support
PHP bcmath
PHP mbstring
PHP sockets
PHP gd JPEG support
PHP gd FreeType support
你或许应该尝试开启或安装这些模块
查看phpinfo()确定你是否有这些模块吧追问
在php.ini中我不知道怎么设置报错的那些,所以不确定是没配置好还是没安装,如果没配置好,麻烦您叫我配下,如果没安装,怎么安装呢?谢谢
追答你应该先查看查看phpinfo()打印出来的信息
确定这些模块的状态,至于安装,ubuntu的话apt-get这些模块就好,你要做的就是查一下这些模块具体叫什么
我下载了gd相关的包,安装后,又重新编译安装了php,现在还有三个错误,数据库我装的是mysql,jpeg和freetype都安装了,是不是还要在哪里配置啊?不知道如何配……
databases support是一个php-mysql,根据php版本不同而不同,你的是php5-mysql
另外jpeg和freetype两个模块你安装了的话,我看你的php里编译时配置的是/usr/local/路径,路径检查以下
另外jpeg和freetype support 应随gd安装,gd的包应该包括这些
我的php5里自带了gd,但不包含jpeg和freetype,我就自己又下过了一个gd装上了,在重新编译php时,指定新的gd地址,make时又报错
参考技术A 使用以下方式会减少错误出现。./configure --prefix=/usr/local/php --with-apxs2=/usr/local/apache/bin/apxs --with-config-file-path=/usr/local/php/lib --disable-cli --enable-shared --with-libxml-dir --with-gd --with-openssl --enable-mbstring --with-mysqli --with-mysql --enable-opcache --enable-mysqlnd --enable-zip --with-zlib-dir --with-pdo-mysql --with-jpeg-dir --with-freetype-dir --with-curl --without-pdo-sqlite --without-sqlite3 --enable-bcmath --enable-sockets --with-gettext
以上是关于zabbix安装成功后,访问页面,在check of pre-requisites通不过,不知道如何去修改以让其进入下一步?的主要内容,如果未能解决你的问题,请参考以下文章
分布式监控系统Zabbix-3.0.3-完整安装记录 -添加web页面监控
centos 6.5下安装zabbix后,访问时候是空白,怎么回事
zabbix_get [2520]: Check access restrictions in Zabbix agent configuration