我一直在嘗試在Ubuntu 12.10上安裝XML :: Simple過去兩個小時左右,並且正式用完了想法。它在XML :: Parser上失敗。XML :: Parser拒絕安裝
我做了一個
sudo apt-get install expat
,它仍然沒有工作。這裏的錯誤我已經得到:
make[1]: Entering directory `/home/<user>/.cpan/build/XML-Parser-2.41-MCLo7T/Expat'
cp Expat.pm ../blib/lib/XML/Parser/Expat.pm
/usr/bin/perl /usr/share/perl/5.14.2/ExtUtils/xsubpp -noprototypes -typemap /usr/share /perl/5.14/ExtUtils/typemap -typemap typemap Expat.xs > Expat.xsc && mv Expat.xsc Expat.c
cc -c -D_REENTRANT -D_GNU_SOURCE -DDEBIAN -fstack-protector -fno-strict-aliasing -pipe -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g -DVERSION=\"2.41\" -DXS_VERSION=\"2.41\" -fPIC "-I/usr/lib/perl/5.14/CORE" Expat.c
Expat.xs:12:19: fatal error: expat.h: No such file or directory
compilation terminated.
make[1]: *** [Expat.o] Error 1
make[1]: Leaving directory `/home/sclarawu/.cpan/build/XML-Parser-2.41-MCLo7T/Expat'
make: *** [subdirs] Error 2
TODDR/XML-Parser-2.41.tar.gz
/usr/bin/make -- NOT OK
Running make test
Can't test without successful make
Running make install
Make had returned bad status, install seems impossible
似乎是在告訴我,這是無法找到expat.h,但我不知道爲什麼或如何,考慮到外籍安裝?我試圖apt-expvel,但它似乎不是apt中的一個包。任何想法將不勝感激。 :)
編輯:我似乎一直只是試圖安裝錯誤的軟件包。 - 這總是小事情。非常感謝那些回答!
爲什麼不試試簡單和直接的 perl -MCPAN -e'install XML :: Simple' – Samih3
是的,這就是我一直在嘗試和在哪裏我得到這些錯誤。對不起,應該已經更清楚了。現在全部解決!謝謝! – user1496777