Shib SP Install on Cents 7.3 fails: Requires: libcrypto.so.10(OPENSSL_1.0.2)
Rainer Hoerbe
rainer at hoerbe.at
Wed Sep 13 15:46:46 EDT 2017
Recently the build of a docker image packaging the Shibboleth SP on Centos 7 keeps failing, because the shib package libcurl-openssl requires openssl 1.0.2, which is not in the current CentOS 7.3-161 (it should be part of Centos 7.4):
Error: Package: libcurl-openssl-7.51.0-2.3.x86_64 (security_shibboleth)
Requires: libcrypto.so.10(OPENSSL_1.0.2)(64bit)
minimal Dockerfile to reproduce the issue:
FROM centos:centos7
RUN yum -y update \
&& yum -y install curl \
&& cd /etc/yum.repos.d \
&& curl -O http://download.opensuse.org/repositories/security://shibboleth/CentOS_7/security:shibboleth.repo
RUN yum -y install httpd shibboleth.x86_64
- Rainer
More information about the users
mailing list