./configure --prefix=/home/admin/local/php7 --with-gd=/home/admin/local/libgd-2.1.1/ --with-jpeg-dir=/home/admin/local/jpeg/ --w
ith-png-dir=/home/admin/local/libpng/ --with-freetype-dir=/home/admin/local/freetype/ --with-pdo-mysql=/home/admin/local/mysql/ -
-with-config-file-path=/home/admin/local/php7/etc --with-libxml-dir=/home/admin/local/libxml2/ --enable-fpm --with-pcre-dir=/home
/admin/local/pcre/ --enable-mbstring --enable-pcntl --enable-mysqlnd --with-xpm-dir=/usr/lib64/

/home/admin/soft/php-7.0.5/ext/gd/gd.c:57:22: error: X11/xpm.h: No such file or directory

make: *** [ext/gd/gd.lo] Error 1

sudo yum install libXpm-devel.x86_64

rpm -ql libXpm

append this " --with-xpm-dir=/usr/lib64/"  to install php configure

install memcached

 error: ext/standard/php_smart_str.h: No such file or directory 

最新文章

  1. Web压力测试系统-nGrinder
  2. C# HttpWebReqeust和HttpWebResponse发送请求
  3. 最简单的轮播广告(原生JS)
  4. Label自适应高度
  5. c#.net WinForm 线程内 调用窗体控件
  6. android 隐藏标题栏的方法
  7. ibatis中的$和#的区别
  8. NotifyIcon用法
  9. mencoder mencoder 安装使用及常用参数
  10. Swift入门篇-基本类型(1)
  11. js 音乐
  12. 矩阵链乘 hrbust 1600
  13. PostgreSql入门命令
  14. 使用AOP 使C#代码更清晰
  15. Javascript面对对象. 第三篇
  16. 【安卓开发】Facebook工程师是如何改进他们Android客户端的
  17. 使用GSON工具实现json和其他数据格式间转换
  18. 从零开始学安全(十四)●Windows Server 2012 R2 本地搭建FTP服务器
  19. CSS背景和CSS列表
  20. 字节顺序标记——BOM,Byte Order Mark

热门文章

  1. ZCTF-Pwn
  2. Daily Sentence
  3. ArrayList、Vactor以及LinkList的区别
  4. 自写Date工具类
  5. ZOJ 3261 - Connections in Galaxy War ,并查集删边
  6. zoj1108 FatMouse's Speed
  7. 转 jquery插件--241个jquery插件—jquery插件大全
  8. Android_Dialog cancle 和dismiss 区别
  9. Python 自带IDLE中调试程序
  10. c语言函数实现交换两个数的值