<div dir="ltr">FYI the package over at Terabithia works with TLS 1.2 out of the box.  I have an httpd that is TLS 1.2 only.<div><br></div><div><a href="http://terabithia.org/rpms/xymon/">http://terabithia.org/rpms/xymon/</a><br></div></div><div class="gmail_extra"><br clear="all"><div><div class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div><br></div>Josh Luthman<br>Office: 937-552-2340<br>Direct: 937-552-2343<br>1100 Wayne St<br>Suite 1337<br>Troy, OH 45373</div></div></div>
<br><div class="gmail_quote">On Fri, Jul 21, 2017 at 10:41 AM, Henrik Størner via Xymon <span dir="ltr"><<a href="mailto:xymon@xymon.com" target="_blank">xymon@xymon.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="HOEnZb"><div class="h5">______________________________<wbr>_________________<br>
Xymon mailing list<br>
<a href="mailto:Xymon@xymon.com">Xymon@xymon.com</a><br>
<a href="http://lists.xymon.com/mailman/listinfo/xymon" rel="noreferrer" target="_blank">http://lists.xymon.com/<wbr>mailman/listinfo/xymon</a><br>
</div></div><br><br>---------- Forwarded message ----------<br>From: "Henrik Størner" <<a href="mailto:henrik@hswn.dk">henrik@hswn.dk</a>><br>To: Xymon mailinglist <<a href="mailto:xymon@xymon.com">xymon@xymon.com</a>><br>Cc: <br>Bcc: <br>Date: Fri, 21 Jul 2017 16:41:50 +0200<br>Subject: Re: [Xymon] xymon with tls1.2<br>Hi Frank,<br>
<br>
what happens if you leave out the --ssllib and --sslinclude parameters? It is an unusual location for OpenSSL to be installed, so I guess you compiled it yourself?<br>
<br>
It also ought to pull in libdl.so automatically, but that probably requires some magic when compiling OpenSSL.<br>
<br>
Anyway, I believe you can work around it by setting NETLIBS in xymon-4.3.27/build/Makefile.Li<wbr>nux like<br>
<br>
  NETLIBS="-ldl"<br>
<br>
<br>
Regards,<br>
<br>
Henrik<br>
<br>
<br>
On <a href="tel:21-07-2017%2016" value="+12107201716" target="_blank">21-07-2017 16</a>:26, Frank wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
   I am re-sending this from my member account.<br>
<br>
   Hi everyone,<br>
<br>
We are changing all our SSL web sites on windows over to tls1.2. So I have upgraded the<br>
openssl on the xymon server.<br>
<br>
     I have run into an ssl issue compiling xymon-4.3.27 and xymon-4.3.28<br>
<br>
openssl   is in /usr/share/openssl-1.0.21<br>
<br>
 ./configure.server --ssllib /usr/share/openssl-1.0.21/lib --sslinclude /usr/share/openssl-1.0.21/incl<wbr>ude<br>
<br>
This is my error:<br>
<br>
Checking for OpenSSL ...<br>
Compiling with SSL library works OK<br>
/usr/share/openssl-1.0.21/lib/<wbr>libcrypto.a(dso_dlfcn.o): In function `dlfcn_globallookup':<br>
dso_dlfcn.c:(.text+0x1a): undefined reference to `dlopen'<br>
dso_dlfcn.c:(.text+0x31): undefined reference to `dlsym'<br>
dso_dlfcn.c:(.text+0x3b): undefined reference to `dlclose'<br>
/usr/share/openssl-1.0.21/lib/<wbr>libcrypto.a(dso_dlfcn.o): In function `dlfcn_pathbyaddr':<br>
dso_dlfcn.c:(.text+0x81): undefined reference to `dladdr'<br>
dso_dlfcn.c:(.text+0xf8): undefined reference to `dlerror'<br>
/usr/share/openssl-1.0.21/lib/<wbr>libcrypto.a(dso_dlfcn.o): In function `dlfcn_bind_func':<br>
dso_dlfcn.c:(.text+0x3fe): undefined reference to `dlsym'<br>
dso_dlfcn.c:(.text+0x46f): undefined reference to `dlerror'<br>
/usr/share/openssl-1.0.21/lib/<wbr>libcrypto.a(dso_dlfcn.o): In function `dlfcn_bind_var':<br>
dso_dlfcn.c:(.text+0x4ee): undefined reference to `dlsym'<br>
dso_dlfcn.c:(.text+0x571): undefined reference to `dlerror'<br>
/usr/share/openssl-1.0.21/lib/<wbr>libcrypto.a(dso_dlfcn.o): In function `dlfcn_unload':<br>
dso_dlfcn.c:(.text+0x5d7): undefined reference to `dlclose'<br>
/usr/share/openssl-1.0.21/lib/<wbr>libcrypto.a(dso_dlfcn.o): In function `dlfcn_load':<br>
dso_dlfcn.c:(.text+0x697): undefined reference to `dlopen'<br>
dso_dlfcn.c:(.text+0x6f5): undefined reference to `dlclose'<br>
dso_dlfcn.c:(.text+0x72c): undefined reference to `dlerror'<br>
collect2: ld returned 1 exit status<br>
make: *** [test-link] Error 1<br>
Warning: Cannot link with SSL library<br>
OpenSSL include- or library-files not found.<br>
<br>
<br>
</blockquote>
<br>
<br></blockquote></div><br></div>