gnuhub / kiwi

注解kiwi充分理解linux系统构建,以便从零开始构建操作系统
http://localhost:8080/wiki/index.php?title=kiwi
GNU General Public License v2.0
0 stars 0 forks source link

Can't locate XML/LibXML.pm in @INC #11

Closed gnuhub closed 10 years ago

gnuhub commented 10 years ago

缺少 模块

cpanm XML::LibXML
gnuhub commented 10 years ago
cpanm -f -n $(cat .perlmodules | tr "\n" " ")
cpanm -f -n Test::Unit::Lite Class::Singleton Config::IniFiles Digest::SHA1 File::Slurp JSON Readonly XML::LibXML XML::LibXML::Common XML::SAX LWP

这个应该是安装的,怎么没有呢

gnuhub commented 10 years ago
cpanm XML::LibXML -v
Checking for ability to link against libxml2...libxml2, zlib, and/or the Math library (-lm) have not been found
If you install via RPMs, make sure you also install the -devel
RPMs, as this is where the headers (.h files) are
gnuhub commented 10 years ago
zypper -n in libxml2-2 libxml2-devel
gnuhub commented 10 years ago

测试通过