我只是按照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 ';'但我仍然会遇到这些错误。有什么想法吗?
发布于 2012-06-05 21:57:22
CPAN客户端不在RPM数据库中注册模块,因此这无助于满足依赖性。
perl-Net-HTTP和perl-URI-Escape没有为CentOS 5.6正式打包:http://vault.centos.org/5.6/os/x86_64/CentOS/
--nodeps.来支持他维护的来自Dave Cross 6的包:http://rpm.mag-sol.com/Centos/6/x86_64/
https://stackoverflow.com/questions/10898170
复制相似问题