【发布时间】:2012-06-05 13:25:27
【问题描述】:
我只是按照http://4store.org/trac/wiki/Download的说明进行操作:
rpm -Uvh http://4store.org/download/linux/centos5/4store-v1.1.2-1.x86_64.rpm http://4store.org/download/linux/centos5/rasqal-0.9.24-1.x86_64.rpm http://4store.org/download/linux/centos5/raptor2-2.0.0-0.x86_64.rpm http://4store.org/download/linux/centos5/mpfr-2.4.1-1.x86_64.rpm http://4store.org/download/linux/centos5/gmp-4.3.1-5.x86_64.rpm
在 CentOS 5.6 上安装 4store 时出现错误:
perl(Net::HTTP) is needed by 4store-v1.1.2-1.x86_64
perl(URI::Escape) is needed by 4store-v1.1.2-1.x86_64
但我已经安装了这些模块:
cpan Net::HTTP
cpan URI::Escape
我测试了它:
perl -MNet::HTTP -e ';'
但我仍然遇到这些错误。有什么想法吗?
【问题讨论】: