gentoo编译时缺少perl py模块
jues
posted @ 2014年1月14日 16:28
in 笔记(转载)
, 1180 阅读
在(gentoo)编译时经常类似的错误。
configure: error: Atleast one of the required Perl modules (URI::Escape, URI::file and URI::URL) was not found on your system
emerge -s perl时也很难找到或者找不到所提示的模块。
这应该是更新perl时没有运行
perl-cleaner --reallyall
所造成的,这个操作可能会比较久。
参考于: http://forums.gentoo.org/viewtopic-t-950576-highlight-exo.html?sid=acfe70b9b88afc0f35c728d3d4e20828
2014年1月20日 01:41
谢了,真是及时雨啊。