免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库
最近访问板块 发新帖
查看: 2022 | 回复: 1
打印 上一主题 下一主题

linux下apache +php 常见错误解决方法 [复制链接]

论坛徽章:
0
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2012-02-03 18:27 |只看该作者 |倒序浏览
linux下apache +php 常见错误解决方法







如果使用的是ubuntu或debian就很简单了,直接sudo apt-get install apache2 libapache2-mod-php5 php5 php5-gd 就基本上搞定,但是用源代码安装还是很麻烦~

wget http://www.boutell.com/gd/http/gd-2.0.11.tar.gz
tar zxvf gd-2.0.11.tar.gz
cd gd-2.0.11
sudo ./configure --prefix=/usr/local/gd2
sudo make
sudo make install再php:~/:./configure  …… --with-gd=/usr/local/gd2  ……
以下是基于yum install或者apt-get的。

1)


Java代码
  1. 1.Configure: error: xml2-config not found. Please check your libxml2 installation.#yum install libxml2 libxml2-devel (For Redhat & Fedora)  
  2. Configure: error: xml2-config not found. Please check your libxml2 installation.#yum install libxml2 libxml2-devel (For Redhat & Fedora)
  3. # aptitude install libxml2-dev      (For ubuntu)
  4. 2)
复制代码
Java代码
  1. 1.Checking for pkg-config… /usr/bin/pkg-config   
  2. 2.configure: error: Cannot find OpenSSL’s <evp.h>#  
  3. Checking for pkg-config… /usr/bin/pkg-config
  4. configure: error: Cannot find OpenSSL’s <evp.h>#yum install openssl openssl-devel
  5. 3)
复制代码
Java代码
  1. 1.Configure: error: Please reinstall the BZip2 distribution# yum   
  2. Configure: error: Please reinstall the BZip2 distribution# yum install bzip2 bzip2-devel
  3. 4)

  4. Configure: error: Please reinstall the libcurl distribution -easy.h should be in <curl-dir>/include/curl/# yum install curl curl-devel   (For Redhat & Fedora)
  5. # install libcurl4-gnutls-dev    (For Ubuntu)
  6. 5)
复制代码
Java代码
  1. 1.Configure: error: libjpeg.(also) not found.  
  2. Configure: error: libjpeg.(also) not found.# yum install libjpeg libjpeg-devel
  3. 6)
复制代码
Java代码
  1. 1.Configure: error: libpng.(also) not found.  
  2. Configure: error: libpng.(also) not found.# yum install libpng libpng-devel
  3. 7)
复制代码
Java代码
  1. 1.Configure: error: freetype.h not found  
  2. Configure: error: freetype.h not found.#yum install freetype-devel
  3. 8)
复制代码
Java代码
  1. 1.Configure: error: Unable to locate gmp.h  
  2. Configure: error: Unable to locate gmp.h# yum install gmp-devel
  3. 9)
复制代码
Java代码
  1. 1.Configure: error: Cannot find MySQL header files under /usr.   
  2. 2.Note that the MySQL client library is not bundled anymore!# yum install mysql-devel            (For Redhat & Fedora)   
  3. Configure: error: Cannot find MySQL header files under /usr.
  4. Note that the MySQL client library is not bundled anymore!# yum install mysql-devel            (For Redhat & Fedora) # apt-get install libmysql++-dev      (For Ubuntu)
  5. 10)
复制代码
Java代码
  1. 1.Configure: error: Please reinstall the ncurses distribution  
  2. Configure: error: Please reinstall the ncurses distribution# yum install ncurses ncurses-devel
  3. 11)
复制代码
Java代码
  1. 1.Checking for unixODBC support… configure: error: ODBC header file ‘/usr/include/sqlext.h’ not found!  
  2. Checking for unixODBC support… configure: error: ODBC header file ‘/usr/include/sqlext.h’ not found!# yum install unixODBC-devel
  3. 12)
复制代码
Java代码
  1. 1.Configure: error: Cannot find pspell  
  2. Configure: error: Cannot find pspell# yum install pspell-devel
  3. 13)
复制代码
Java代码
  1. 1.configure: error: mcrypt.h not found. Please reinstall libmcrypt.# yum install libmcrypt libmcrypt-devel    (For Redhat & Fedora)   
  2. configure: error: mcrypt.h not found. Please reinstall libmcrypt.# yum install libmcrypt libmcrypt-devel    (For Redhat & Fedora) # apt-get install libmcrypt-dev
  3. 14)
复制代码
Java代码
  1. 1.Configure: error: snmp.h not found. Check your SNMP installation.#   
  2. Configure: error: snmp.h not found. Check your SNMP installation.# yum install net-snmp net-snmp-devel
复制代码
以上均是转载内容

论坛徽章:
0
2 [报告]
发表于 2012-02-03 18:27 |只看该作者
谢谢分享
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

北京盛拓优讯信息技术有限公司. 版权所有 京ICP备16024965号-6 北京市公安局海淀分局网监中心备案编号:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年举报专区
中国互联网协会会员  联系我们:huangweiwei@itpub.net
感谢所有关心和支持过ChinaUnix的朋友们 转载本站内容请注明原作者名及出处

清除 Cookies - ChinaUnix - Archiver - WAP - TOP