LAMP
Posted jetlin
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了LAMP相关的知识,希望对你有一定的参考价值。
安装:http://wenku.baidu.com/link?url=1HrDcWjn4MqehasoVHczuL2o7r0PAlZKFtRvJgPbzppXK5lzRN89Xs5GUO2BmHhyx68L1kUmBb8JSr-2gZqWn_z6sLA4z8-IaqA-Wvli0Z7
1.安装zabbix过程中
configure: error: Invalid Net-SNMP directory - unable to find net-snmp-config
通过
yum install net-snmp-devel
解决
2.configure: error: Not found curl Library
#yum install curl-devel (此项未经测试)
安装php
编译PHP时发生make ***[libphp5.la] Error 1的解决方案
make ***[libphp5.la] Error 1
/usr/bin/ld: cannot find -lltdl
collect2: ld returned 1 exit status
make: *** [libphp5.la] Error 1
解决办法:
1. 安装libtool.i386
# yum install libtool
2. 安装libtool-ltdl-devel.i386
# yum install libtool-ltdl-devel
以上是关于LAMP的主要内容,如果未能解决你的问题,请参考以下文章