我只是按照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 ';'
但我仍然遇到了这些错误。有什么想法吗?
答案 0 :(得分:0)
CPAN客户端不在RPM数据库中注册模块,因此无法满足依赖性。
对于CentOS 5.6, perl-Net-HTTP
和perl-URI-Escape
未正式打包:http://vault.centos.org/5.6/os/x86_64/CentOS/
--nodeps
强制安装。