configure: error: Please reinstall the iconv library.

今天在编译安装php5.6.10的时候出现这个报错

然后怎么都解决不了,度娘也没有找到方法,于是仔细看了下配置

./configure \

--prefix=/usr/local/php5.6.10 \

--with-apxs2=/usr/local/apache/bin/apxs \

--with-mysql=/usr/local/mysql \

--with-xmlrpc \

--with-openssl \

--with-zlib \

--with-freetype-dir \

--with-gd \

--with-jpeg-dir \

--with-png-dir \

--with-iconv=/usr/local/libiconv \

--enable-short-tags \

--enable-sockets \

--enable-zend-multibyte \

--enable-soap \

--enable-mbsreing \

--enable-static \

--enable-gd-native-ttf \

--with-curl \

--with-xsl \

--enable-ftp \

--with-libxml-dir

注意--with-iconv=/usr/local/libiconv \ 发现这个包没有安装造成的

原文:http://strong01.blog.51cto.com/1075577/1671559

php 编译 iconv错误,php编译错误:configure: error: Please reinstall the iconv library.相关推荐

  1. 解决编译apache出现的问题:configure: error: APR not found . Please read the documentation

    本文出自 "____哊.時^随记" 博客,请务必保留此出处http://xtony.blog.51cto.com/3964396/836508 解决了我的问题 解决编译apache ...

  2. configure: error: Please reinstall the libcurl distribution - easy.h should be ……

    configure: error: Please reinstall the libcurl distribution - easy.h should be in /include/curl/ 其实就 ...

  3. 【庖丁解牛】configure: error: Please reinstall the libzip distribution

    问题复现 重新编译php报错 configure: error: Please reinstall the libzip distribution 使用yum安装无效 [root@xinsz08 ph ...

  4. configure: error: Please reinstall the libzip distribution

    问题复现 重新编译php报错 configure: error: Please reinstall the libzip distribution 使用yum安装无效 [root@xinsz08 ph ...

  5. Linux解决编译Apache出现的问题:configure: error: APR not found

    问题 #./configure --prefix--检查编辑环境时出现: checking for APR... no configure: error: APR not found . Please ...

  6. php-7.3.13 configure: error: Please reinstall the libzip distribution

    wget https://libzip.org/download/libzip-1.5.2.tar.gztar -zxf libzip-1.5.2.tar.gzcd libzip-1.5.2mkdir ...

  7. php 编译错误,PHP 编译错误及解决办法

    ./configure的时候出现如下错误: configure: error: xslt-confignot found. Please reinstall the libxslt >= 1.1 ...

  8. ubuntu 编译安装php mysql_ubuntu编译安装php5 mysql nginx

    一.首先下载软件源码包 wget http://sysoev.ru/nginx/nginx-0.8.53.tar.gz wget http:/.s135.com/soft/linux/nginx_ph ...

  9. centos7.2编译php,CentOS7.2编译安装PHP7.2.3之史上最详细步骤。

    首先,我们的CentOS版本信息如下: 开始我们的编译. 第一步: 将php安装包安装到/usr/src目录下. cd /usr/src && wget http://cn2.php. ...

最新文章

  1. 学委收作业神器-查未交同学
  2. [转]c#调用API截图
  3. tablemodel dapter区别
  4. Java Experiment 3 PairProgramming
  5. VS Code配置C/C++
  6. [OpenGL] opengl常见问题汇总
  7. Python bytearray()
  8. java安卓开发——1.新项目搭建
  9. Ubuntu 搭建SVN服务器(SVN Server)
  10. 谷歌生物医学专用翻译_干货| 三款精选文献翻译神器,助力文献阅读!
  11. 综合项目之闪讯破解(四)之 如何用C++编写可被C#调用的Dll
  12. 云服务器搭建kms服务器-vol版本
  13. SpringBoot + screw 一键生成数据库文档,告别CV大法,解放生产力
  14. 工业大数据漫谈5:工业大数据案例(上)
  15. Swagger、Rap与Yapi接口管理
  16. 仙之侠道2玖章青门任务怎么做_仙之侠道Ⅱ攻略_仙之侠道Ⅱ柒章 任务全攻略 新手必看_牛游戏网魔兽地图专区...
  17. python拼音怎么写-[编程心得]用Python给汉字加上带音调的拼音
  18. 金融科技对商业银行的挑战与冲击
  19. 0ctf2018_heapstorm2_reproduce
  20. 现代文阅读答案阿法狗大胜,人类该怎么办? 起源于中国的围棋一向是智者的运动

热门文章

  1. 无法连接到 visual studio 开发服务器
  2. $router和$route的区别
  3. 软件测试工程师-数据库
  4. 测量坐标出现6位、7 、8位的情况
  5. u8api openapi_使用OpenAPI规范进行更好的API测试
  6. netflix 开源_手工3D打印机,Netflix上的开源等
  7. 修复IE的浮动元素双倍边距Bug
  8. Math.signbit()
  9. Python笔记(2) Python基础
  10. php 多维数组 列,总结PHP实现提取多维数组指定一列的方法