Skip to content
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

Centos 7 package depends on libhiredis #411

Closed
kishaningithub opened this issue Dec 12, 2018 · 1 comment
Closed

Centos 7 package depends on libhiredis #411

kishaningithub opened this issue Dec 12, 2018 · 1 comment

Comments

@kishaningithub
Copy link

I did the following

docker run -it amazonlinux:latest /bin/sh
yum install -y https://github.com/zmartzone/mod_auth_openidc/releases/download/v2.3.0/cjose-0.5.1-1.el7.centos.x86_64.rpm
yum install -y https://github.com/zmartzone/mod_auth_openidc/releases/download/v2.3.9/mod_auth_openidc-2.3.9-1.el7.x86_64.rpm

I got the following output

--> Processing Dependency: hiredis for package: mod_auth_openidc-2.3.9-1.el7.x86_64
--> Processing Dependency: libhiredis.so.0.12()(64bit) for package: mod_auth_openidc-2.3.9-1.el7.x86_64
--> Finished Dependency Resolution
Error: Package: mod_auth_openidc-2.3.9-1.el7.x86_64 (/mod_auth_openidc-2.3.9-1.el7.x86_64)
           Requires: libhiredis.so.0.12()(64bit)
Error: Package: mod_auth_openidc-2.3.9-1.el7.x86_64 (/mod_auth_openidc-2.3.9-1.el7.x86_64)
           Requires: hiredis
 You could try using --skip-broken to work around the problem
 You could try running: rpm -Va --nofiles --nodigest
@zandbelt
Copy link
Member

libhiredis is in EPEL https://dl.fedoraproject.org/pub/epel/7/x86_64/Packages/h/ so you need to add EPEL as a repo

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants