Home  >  Article  >  Backend Development  >  A small problem in compiling php system

A small problem in compiling php system

WBOY
WBOYOriginal
2016-07-29 09:08:471600browse

Nothing to write about, if you encounter the following situation: configure: error: xml2-config not found. Please check your libxml2 installation

Generally you only need the following:

yum install libxml2

yum install libxml2-devel

The above introduces a small problem in compiling the PHP system, including the relevant content. I hope it will be helpful to friends who are interested in PHP tutorials.

Statement:
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