Home > Backend Development > PHP Tutorial > 求大神指点linux下安装PHP需要的一些库的问题。

求大神指点linux下安装PHP需要的一些库的问题。

WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWB
Release: 2016-06-23 14:02:27
Original
790 people have browsed it

在CentOS5.7环境下安装php.
在之前需要装libxmlt2和libxslt这两个库。均是源码包安装
libxmlt2已经装好,但是在装libxslt的时候。make以后报错如下:

求大神指教~~~~~


回复讨论(解决方案)

一直都是 yum install libxml2-devel
不过从没有安装过 libxslt

很明显,是libxml2和zlib的兼容问题。
zlib版本不对,升级到1.2.5你再试试。

很明显,是libxml2和zlib的兼容问题。
zlib版本不对,升级到1.2.5你再试试。

嗯,应该是zlib的问题,不过我用的版本就是比较高的了。
我在libxslt 执行./configure ***后面加上了--without-zlib就没有报错了。装上都正常。

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