Home > Backend Development > PHP Tutorial > OSX 10.10 下自带的php中GD库不支持png,如何解决?

OSX 10.10 下自带的php中GD库不支持png,如何解决?

WBOY
Release: 2016-06-06 20:23:39
Original
1210 people have browsed it

OSX 10.10 下自带的php中GD库不支持png,如何解决?
经典的报错。。。

然后GD是
OSX 10.10 下自带的php中GD库不支持png,如何解决?

弄了两晚了,无论是添加imagemagick或是直接下载gd,libpng,freetype均不成功。

brew install libpng,freetype 倒是提示添加成功了。但是,PHP就是不生效。。。

回复内容:

OSX 10.10 下自带的php中GD库不支持png,如何解决?
经典的报错。。。

然后GD是
OSX 10.10 下自带的php中GD库不支持png,如何解决?

弄了两晚了,无论是添加imagemagick或是直接下载gd,libpng,freetype均不成功。

brew install libpng,freetype 倒是提示添加成功了。但是,PHP就是不生效。。。

curl -s http://php-osx.liip.ch/install.sh | bash -s 5.6

自行编译一个 libpng

PHP的GD库freetype编译安装问题及解决办法

你需要重新编译GD,增加PNG支持,然后在重新编译PHP,不然GD不会更新,参见http://www.l68.net/2042.html,我博客文中所说的方法是替换系统自带的版本,如果你需要安装到其他位置,请自己修改路径,我觉得还是替换系统自带的好一点,原版编译参数可通过 php-config查看,我的编译参数补上了缺失的常用组件

Related labels:
php
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template