linux php7安装

WBOY
Release: 2016-06-23 13:16:44
Original
911 people have browsed it

configure: error: Could not find libpcre.(a|so) in /usr
Fix: cp /usr/lib/libpcre.a /usr/libpcre.a   可以先使用 find / -name libpcre.a找到这个文件
Refer: http://bugs.php.net/bug.php?id=1647


报错

If configure fails try �with-xpm-dir=

;
configure: error: freetype.h not found.

解决方法 

wget http: //download .savannah.gnu.org /releases/freetype/freetype-2 .4.10. tar .gz

tar zxvf freetype-2.4.10. tar .gz

cd freetype-2.4.10/

. /configure

sudo make && make install



Related labels:
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