`
chourentang
  • 浏览: 57422 次
  • 性别: Icon_minigender_1
  • 来自: 成都
社区版块
存档分类
最新评论

安装php时出现configure: error: Unable to find gd.h anywhere under,错误解决

php 
阅读更多
在进行PHP开发环境源码安装时,在安装PHP-5.2.6是出现:configure: error: Unable to find gd.h anywhere under错误

解决方式:
1.在gd库的安装路径下搜索没有发现gd.h文件,但是在/etc/include下有gd.h文件
2.在网上搜索发现重装gd库可解决
3.重新安装gd库,在安装时出现:
configure.ac:64: error: possibly undefined macro: AM_ICONV
If this token and others are legitimate, please use m4_pattern_allow.
See the Autoconf documentation. 错误,在./configure 后加上--enable-m4_pattern_allow 重新编译即可通过
4.重新编译php,通过
分享到:
评论

相关推荐

    CentOS下编译php时的一些典型错误及解决办法.

    11. configure: error: Cannot find MySQL header files under /usr.Note that the MySQL client library is not bundled anymore! 解决方法: yum install mysql-devel 此错误是由于缺少 mysql-devel 库文件所...

    PHP编译configure时常见错误的总结

    13. **错误:Configure: error: Unable to locate gmp.h** 解决方案:在CentOS上,需要`gmp-devel`,使用`yum install gmp-devel`进行安装。 14. **错误:Configure: error: Cannot find MySQL header files** 这...

    Linphone编译错误及解决方法

    4. failed to with "configure: error: "Could not find libreadline headers or library" 错误原因:缺少libreadline头文件或库文件。 解决方法:apt-get install libreadline5-dev 5. fail with "checking for ...

    CentOS编译安装PHP常见错误及解决办法

    13. 错误:`Configure: error: Unable to locate gmp.h` 解决方法:通过`yum install gmp-devel`安装gmp的开发库。 14. 错误:`configure: error: Cannot find libpq-fe.h. Please specify correct PostgreSQL ...

    apache2.4完整安装

    ### Apache2.4完整安装及解决configure: error: APR-util not found问题 #### 一、背景介绍 Apache HTTP Server(通常简称为Apache)是目前最流行的Web服务器软件之一,广泛应用于互联网上的各种网站和应用程序。...

    libmount-2.32.tar.gz

    然而,当我们尝试编译和安装这个版本时,可能会遇到“configure: error: *** Could not find libmount”这样的错误提示,这通常是由于系统环境配置不完整或者依赖关系未满足所导致的。 首先,我们要明白“configure...

    php源代码安装常见错误与解决办法分享

    15. **错误:Configure: error: Unable to locate gmp.h** 解决:安装gmp-devel,命令是`yum install gmp-devel`。 16. **错误:Configure: error: Cannot find MySQL header files under /usr. Note that the ...

    编译PHP报错configure error Cannot find libmysqlclient under usr的解决方法

    在Linux系统中,当尝试编译PHP以与MySQL数据库交互时,可能会遇到“configure error Cannot find libmysqlclient under /usr”的错误。这个问题通常出现在你尝试使用`./configure`脚本配置PHP源代码,并且系统中...

    PHP编译安装时常见错误解决办法

    6. 错误:`configure: error: Unable to detect ICU prefix or /usr/bin/icu-config failed. Please verify ICU install prefix and makesure icu-config works.` 解决:使用 `yum -y install libicu-devel` 安装...

    svn安装过程中遇到错误需要的文件包

    错误 configure: error: could not find library containing RSA_new: 错误 configure: error: no XML parser was found: expat or libxml 2.x required 解放方法: ...

    为PHP安装imagick时出现Cannot locate header file MagickWand.h错误的解决方法

    然而,在安装`imagick`扩展时,可能会遇到各种问题,其中一种常见的错误是“Cannot locate header file MagickWand.h”。这通常意味着编译器在指定的路径下找不到必要的头文件,导致配置过程失败。 当安装`imagick`...

    Arm板Apache+PHP环境搭建

    configure: error: cannot check for file existence when cross compiling的错误。 2. 需要添加ac_cv_func_setpgrp_void=yes选项,以避免出现checking whether setpgrp takes no argument... configure: error: ...

    CentOS 7.0编译安装Nginx1.6.0+MySQL5.6.19+PHP5.5.14

    ### CentOS 7.0 编译安装 Nginx1.6.0 + MySQL5.6.19 + PHP5.5.14 #### 一、环境准备与配置 在开始部署 LNMP(Linux+Nginx+MySQL+PHP)环境之前,首先需要对 CentOS 7.0 系统进行必要的环境配置。 **1. 配置防火墙...

    Linux 开发板移植gdb

    开发板没有gdb,写程序老出错而且找不到问题在哪里。于是痛定思痛,决定移植一个gdb。 交叉编译器:arm-none-linux-gnueabi ...(3)./configure –host=arm-none-linux-gnueabi –prefix=$PWD/install –wi

    haxmfori7.rar

    Failed to open driver”是一个常见的错误提示,意味着在安装或配置HAXM时遇到了问题。 Intel HAXM依赖于计算机的硬件虚拟化功能,尤其是CPU的虚拟化扩展(如Intel VT-x)。当用户尝试安装HAXM并遇到这个错误,...

    linux下PHP编译安装各种出错及解决方法

    configure: error: Unable to locate gmp.h ``` **原因分析:** `gmp.h` 是 GMP (GNU Multiple Precision Arithmetic Library) 的头文件,用于处理大整数运算。 **解决方案:** - 安装 GMP 的开发包。 ```bash #...

    gcc-4.9.4安装包

    在编译安装软件的时候,发现错误configure: error: *** A compiler with support for C++11 language features is required. 要支持C++11,必须升级到gcc4.7以上。

    linux下php+mysql+apatch搭建web服务器

    4. 设置 GD 的安装目录:/usr/local/gd 知识点 6: ZendOptimizer 安装和配置 1. 下载 ZendOptimizer 软件包:ZendOptimizer-2.6.2-linux-glibc21-i386.tar.gz 2. 解压缩软件包:tar xfz ZendOptimizer-2.6.2-linux...

    [Linux]Ubuntu安装pip及其各种bug解决方案.docx

    Ubuntu 安装 pip 及其各种 bug 解决方案 本文档旨在提供 Ubuntu 安装 pip 及其各种 bug 解决方案的详细指南。pip 是 Python 的包管理工具,它允许用户轻松安装和管理 Python 软件包。在 Ubuntu 系统中,安装 pip 是...

Global site tag (gtag.js) - Google Analytics