PHP를 설치할 때 다음과 같이 구성합니다.
./configure --prefix=/wwwroot/php --with-apxs2=/wwwroot/bin/apxs --with-configure-file-path=/wwwroot/php --with-mysql --with-gd
그리고 다음과 같은 구성 오류가 나타납니다.
xml2-config not found. Please check your libxml2 installation.
이게 다 뭐야? 그리고 어떻게 문제를 해결합니까?