Difference between revisions of "Issues with installing EPrints on RHEL 6"
(create page with the issues I found , almost doesn't seem worth it but more can be added in future) |
m |
||
Line 14: | Line 14: | ||
yum install epel-release | yum install epel-release | ||
yum install perl-Apache-DBI | yum install perl-Apache-DBI | ||
− | |||
− |
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