我想使用./configure
安装某些东西,但是在此过程中出现此错误:
configure: error: Package requirements (libxml++-2.6 >= 2.20) were not met:
No package 'libxml++-2.6' found
我已经尝试过这两个命令,但没有成功:
$sudo apt-get install libxml2
$sudo apt-get install libxml2-dev
答案 0 :(得分:1)
# apt-get update
# apt-cache search libxml++
......
libxml++2.6-2v5 - C++ interface to the GNOME XML library (libxml2)
libxml++2.6-dev - C++ interface to the GNOME XML library (libxml2) - dev files
# apt-get install libxml++2.6-2v5 libxml++2.6-dev