How to fix error with xml2-config not found when installing PHP from sources?

前端 未结 6 831
青春惊慌失措
青春惊慌失措 2021-01-30 04:43

When I try to install php 5.3 stable from source on Ubuntu (downloading compressed installation file from http://www.php.net/downloads.php) and I run ./configure I

6条回答
  •  执念已碎
    2021-01-30 05:18

    For the latest versions it is needed to install libxml++2.6-dev like that:

    apt-get install libxml++2.6-dev
    

提交回复
热议问题