2
0
mirror of https://github.com/xcat2/xcat-dep.git synced 2024-11-21 17:11:45 +00:00
xcat-dep/stunnel/Build-notes

15 lines
616 B
Plaintext
Raw Normal View History

Build Notes
1) Copy stunnel.spec to /usr/src/packages/SPECS
2) Copy stunnel-4.26.tar.gz to /usr/src/packages/SOURCES
3) Copy initscript.patch to /usr/src/packages/SOURCES
4) RUN "rpmbuild -ba /usr/src/packages/SPECS/stunnel.spec"
5) You will get the binary rpm package stunnel-4.26-1.<arch>.rpm in the directory /usr/src/packages/
NOTE #1:
This is only neccessary for SLES11 or higher version. stunnel is shipped with RHEL and SLES10.x.
NOTE #2:
It requires libopenssl-devel package to build this package. For SLES11, libopenssl-devel and its related packages can be found in SLES-11-SDK DVDs or repositories.