4store install: perl(Net::HTTP) is needed by 4store-v1.1.2-1.x86_64 -
i followed instruction @ 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 i got errors when installing 4store on centos 5.6:
perl(net::http) needed 4store-v1.1.2-1.x86_64 perl(uri::escape) needed 4store-v1.1.2-1.x86_64 but have installed modules:
cpan net::http cpan uri::escape and tested with:
perl -mnet::http -e ';' but still got errors. ideas?
cpan clients not register modules in rpm database, not satisfy dependencies.
perl-net-http , perl-uri-escape not officially packaged centos 5.6: http://vault.centos.org/5.6/os/x86_64/centos/
- find 3rd party repo offers them.
- try force installation
--nodeps. - you bribe dave cross backport maintained packages centos 6: http://rpm.mag-sol.com/centos/6/x86_64/
- learn packaging , build them yourself.
Comments
Post a Comment