hiboshi 发表于 2015-5-2 23:08:19

lnmp debian7 报错

root@Kvmla-20150501591:~# cat /etc/issue
Debian GNU/Linux 7.0 \n \l

hiboshi 发表于 2015-5-2 23:24:11

原帖由 hiboshi 于 2015-5-2 23:08 发表 https://bbs.vpser.net/images/common/back.gif
root@Kvmla-20150501591:~# cat /etc/issue
Debian GNU/Linux 7.0 \n \l
32 位系统 kvmla 家的 256mb

checking for png_write_image in -lpng... yes
If configure fails try --with-xpm-dir=<DIR>
configure: error: freetype.h not found.
make: *** No targets specified and no makefile found.Stop.
make: *** No rule to make target 'install'.Stop.

licess 发表于 2015-5-3 19:47:32

dpkg -l|grep freetype看一下,看日志系统依赖有问题libfreetype包没安装上

hiboshi 发表于 2015-5-3 23:07:43

回复 3# 的帖子

问题已经解决,两个问题在debian7
1.sudo apt-get install libfreetype-dev 在debian7 是安装了,编译php报错,我直接下载的源码包编译

2.debian7 对php5.3.28 依赖有问题,可能太老 。我直接下载debian.sh将里面的 5.3.28 替换为 5.4.17 安装就成功了。

hiboshi 发表于 2015-5-3 23:08:04

原帖由 licess 于 2015-5-3 19:47 发表 https://bbs.vpser.net/images/common/back.gif
dpkg -l|grep freetype看一下,看日志系统依赖有问题libfreetype包没安装上
问题已经解决,两个问题在debian7
1.sudo apt-get install libfreetype-dev 在debian7 是安装了,编译php报错,我直接下载的源码包编译

2.debian7 对php5.3.28 依赖有问题,可能太老 。我直接下载debian.sh将里面的 5.3.28 替换为 5.4.17 安装就成功了。
页: [1]
查看完整版本: lnmp debian7 报错