SP install on Oracle linux 7.3 looking for guidance with srpm
Ewing, Bill
BEwing at utsystem.edu
Wed Feb 22 10:28:15 EST 2017
So I started with trying the centos7 rpm to install the sp as I had a suggestion that it might work but after running a shibd -t I get the output below.
2017-02-20 13:25:31 CRIT XMLTooling.Config : libcurl lacks OpenSSL-specific options, this will greatly limit functionality
2017-02-20 13:25:33 ERROR XMLTooling.libcurl.InputStream : on Red Hat 6+, make sure libcurl used is built with OpenSSL
2017-02-20 13:25:33 ERROR XMLTooling.ParserPool : fatal error on line 0, column 0, message: internal error in NetAccessor
2017-02-20 13:25:33 WARN OpenSAML.MetadataProvider.XML : adjusted reload interval to 600 seconds
2017-02-20 13:25:33 WARN OpenSAML.MetadataProvider.XML : trying backup file, exception loading remote resource: XML error(s) during parsing, check log for specifics
overall configuration is loadable, check console for non-fatal problems
1.So now im onto looking at needing to do an srpm build "assuming that will work in this case". First question is: Am I correct in using the rpms from the centos7 src folder such as
http://download.opensuse.org/repositories/security://shibboleth/CentOS_7/src/log4shib-1.0.9-3.1.src.rpm<http://download.opensuse.org/repositories/security:/shibboleth/CentOS_7/src/log4shib-1.0.9-3.1.src.rpm> ?
2.Next going through the list from the srpm wiki I see packages for all of those in the src directory except xerces-c. For centos7 is this no longer necessary or do I need to replace it with something else?
1. log4shib
2. xerces-c
3. xml-security-c
4. curl-openssl (on RHEL/CentOS 6.x and later)
5. xmltooling
6. opensaml
7. shibboleth
3.Then finally going through the rpmbuild process I ran rpmbuild --rebuild log4shib-1.0.9-3.1.src.rpm which spit out lots of output but at the end I see 3 files written
rpmbuild --rebuild log4shib-1.0.9-3.1.src.rpm
Wrote: /root/rpmbuild/RPMS/x86_64/liblog4shib1-1.0.9-3.1.x86_64.rpm
Wrote: /root/rpmbuild/RPMS/x86_64/liblog4shib-devel-1.0.9-3.1.x86_64.rpm
Wrote: /root/rpmbuild/RPMS/x86_64/log4shib-debuginfo-1.0.9-3.1.x86_64.rpm
So from that I should follow up with installing those 3 packages with below commands?
rpm -ivh /root/rpmbuild/RPMS/x86_64/liblog4shib1-1.0.9-3.1.x86_64.rpm
rpm -ivh /root/rpmbuild/RPMS/x86_64/liblog4shib-devel-1.0.9-3.1.x86_64.rpm
rpm -ivh /root/rpmbuild/RPMS/x86_64/log4shib-debuginfo-1.0.9-3.1.x86_64.rpm
4.Assuming that's correct I just repeat those steps for each of the rest of the packages till I'm done? Also to avoid this process on subsequent machines can I just take all the new packages and install them all on the rest of my sp's or can I just load all the files into a local repo and do a normal yum install shibboleth.x86_64 off that local repo?
Thanks for any assistance as this is my first time through this process.
Bill
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://shibboleth.net/pipermail/users/attachments/20170222/b8f98f42/attachment.html>
More information about the users
mailing list