-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Problem: unmeet dependencies in RHEL 7.5 #209
Comments
I managed to install AM in a RHEL 7.5 system without that dependency error:
In this system the repository rhel-7-server-eus-optional-rpms is enabled (excerpt from /etc/yum.repos.d/redhat.repo):
|
openjpeg is also provided by rhel-7-server-optional-rpms repository |
I could avoid this issue adding the EPEL and optional-rpms repositories running: yum install https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm subscription-manager repos --enable "rhel-*-optional-rpms" --enable "rhel-*-extras-rpms" The
|
While installing Archivematica 1.7 on a RHEL 7.5 I got this:
I was able to solve it by installing the libfribidi package from https://li.nux.ro/download/nux/dextop/retired/libfribidi-0.19.2-3.el7.nux.x86_64.rpm
We might need that package in the archivematica extras repo, but this problem is not happening with CentOS deployments.
Same problem is described in Redmine#11357
The text was updated successfully, but these errors were encountered: