Difference between revisions of "Issues with installing EPrints on RHEL 6"
m |
m |
||
Line 10: | Line 10: | ||
You could try running: rpm -Va --nofiles --nodigest | You could try running: rpm -Va --nofiles --nodigest | ||
− | Solution is a missing package from | + | Solution is a missing package from [https://fedoraproject.org/wiki/EPEL EPEL]. Add EPEL to yums configuration then installing the missing package. |
yum install epel-release | yum install epel-release | ||
yum install perl-Apache-DBI | yum install perl-Apache-DBI |
Latest revision as of 16:03, 20 May 2020
Issues when following Installing_EPrints_on_RHEL/Fedora/CentOS#Installing_from_EPrints_3.3.x_RPM.
Error installing eprints:
--> Processing Dependency: perl(Apache::DBI) for package: eprints-3.3.15-1.el6.noarch --> Finished Dependency Resolution Error: Package: eprints-3.3.15-1.el6.noarch (rpm-eprints-org) Requires: perl(Apache::DBI) You could try using --skip-broken to work around the problem You could try running: rpm -Va --nofiles --nodigest
Solution is a missing package from EPEL. Add EPEL to yums configuration then installing the missing package.
yum install epel-release yum install perl-Apache-DBI