Re: Versions
Peter Pentchev <[email protected]>
| Newsgroups | gmane.network.stunnel.user |
|---|---|
| Message-ID | <[email protected]> |
On Wed, Jan 03, 2018 at 04:01:50PM -0800, Editor wrote: > Hi: > > On the various repo sites for Redhat-CentOS-Oracle Linux, etc., they are > only providing version 4.29 of stunnel. Is there anyway to push them an > updated version? > > I normally use these repo providers: > > Oracle Linux repo > EPEL 6 Repo > rpmforce Repo Unfortunately it does seem that stunnel-5.x is not available through any of the official and even semi-official package repositories for CentOS 6. > In the end, I tried to compile the latest version on Linux but I get this > somewhat cryptic message about a TLS installation directory. I never had > this issue before but to be honest, I normally used Solaris (8-9-10) in the > past. > > "Could not find your TLS library installation dir > Use --with-ssl option to fix this problem" > > I tried pointing it at /usr/bin/openssl and also at /usr/lib64/openssl > without any luck. To compile programs that use a library, you need not only the library files themselves, but also the so-called header files that describe for the compiler what functions and data types are defined and used in the library. Most Linux distributions keep these files in a separate package, e.g. on CentOS 6 for OpenSSL there is the "openssl" package that contains the libraries themselves and then there is "openssl-devel" with the header files. Try installing the openssl-devel package and rerunning the stunnel configure script; it should be able to pick up the OpenSSL header files without any special --with-ssl options, it knows where to look for the most common installation directories. Hope that helps! Best regards, Peter -- Peter Pentchev [email protected] [email protected] [email protected] PGP key: http://people.FreeBSD.org/~roam/roam.key.asc Key fingerprint 2EE7 A7A5 17FC 124C F115 C354 651E EFB0 2527 DF13 _______________________________________________ stunnel-users mailing list [email protected] https://www.stunnel.org/cgi-bin/mailman/listinfo/stunnel-users
signature.asc
(application/pgp-signature, 833 B)
-----BEGIN PGP SIGNATURE----- iQIzBAABCAAdFiEELuenpRf8EkzxFcNUZR7vsCUn3xMFAlpN4N4ACgkQZR7vsCUn 3xMMtw/+Kf2CUsoqxWXy/gu0yGm0qCnt6FfjYBiDPxWfQbdriOLCvW5ElOYVP/UG 99aLxIjk/AJ/vM5K/eRX4vMOFzH6WuLCvwDAyoRYQq5gkLEtlqQ2noLeW1bi4CW/ WB/LISdn764tl0wX5b5aUtq4Bm7KWzXPSWM1uYPO16i/A2wsXQDpqsjuPgLfro2G KKXKkiZwvklNArm5kiePAcIxbUVdl4zHknaUcRZmjTjEUAPAEZGg1xLX2uZ24tRI luGUWnOz7FyYJf+qll6TSyIm0s18qcuCh4OhbRBNf17Uen8ltmMhD9CHAwYyPhAD k72r099+Tr1DYRWL2PUromsb28sLQCO2fB4NXKfWHSspwzZ288wdoMosPV/JjY13 d72/1M7S2RpSRFzwkGIG6wjwPmExCb+i6nC+RfvG0xcVBqlAKbAtXv2ByU2US4I4 lU5wL0GlVxX70H9m2OzhUftJ2qJA9TstdC2dPM0yIQEiNXOczaWZth9PJd6UvDsb bp+umasjgvEHtbuvQ06HtPsvaWRfd1X+QrC7xQAfgd0xAQxMBdfInhKU2IOD0iPC YYdJ2vEurOhm67Cp2GqWyQw4ZlGJu2aR0Uq/Y0TScrYOvHdwZ2h+Jw6aQN1ziHY2 mZHSm98MecAHilcNq72K4m/ylsTHgHBqbg538mDjUqkR4x79Fuo= =A64V -----END PGP SIGNATURE-----