<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" style="display:none"><!-- p { margin-top: 0px; margin-bottom: 0px; }--></style>
</head>
<body dir="ltr" style="font-size:12pt;color:#000000;background-color:#FFFFFF;font-family:Calibri,Arial,Helvetica,sans-serif;">
<p>From the days I worked with Slackware, I'm fairly certain there is a conversion utility.  It may even have and RPM package by now.<br>
</p>
<p><br>
</p>
<p>=G=<br>
</p>
<div style="color: rgb(33, 33, 33);">
<hr tabindex="-1" style="display:inline-block; width:98%">
<div id="divRplyFwdMsg" dir="ltr"><font face="Calibri, sans-serif" color="#000000" style="font-size:11pt"><b>From:</b> Xymon <xymon-bounces@xymon.com> on behalf of Frank <ve2cii@canasoft.net><br>
<b>Sent:</b> Friday, July 21, 2017 11:01 AM<br>
<b>To:</b> xymon@xymon.com<br>
<b>Subject:</b> Re: [Xymon] xymon with tls1.2</font>
<div> </div>
</div>
<div>
<p><font size="3" face="Arial" color="#FF0000"><b><i>EXTERNAL</i></b> </font></p>
<div>   Thanks,  I just had a look at your link.  We are running slackware-12.1.0 32 bit.  Which is<br>
why I am compiling everything. Not sure if something for centos or fedora will work.<br>
<br>
<div class="moz-cite-prefix">On 7/21/17 10:56, Josh Luthman wrote:<br>
</div>
<blockquote type="cite">
<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">
<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>
<br>
<fieldset class="mimeAttachmentHeader"></fieldset> <br>
<pre>_______________________________________________
Xymon mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Xymon@xymon.com">Xymon@xymon.com</a>
<a class="moz-txt-link-freetext" href="http://lists.xymon.com/mailman/listinfo/xymon">http://lists.xymon.com/mailman/listinfo/xymon</a>
</pre>
</blockquote>
<br>
<pre class="moz-signature" cols="72">-- 

sysadm  cronomagic.com/gemstelecom.com
e-mail  <a class="moz-txt-link-abbreviated" href="mailto:ve2cii@canasoft.net">ve2cii@canasoft.net</a>

POWERED BY LINUX</pre>
</div>
</div>
</div>
</body>
</html>