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.
http://terabithia.org/rpms/xymon/
Josh Luthman Office: 937-552-2340 Direct: 937-552-2343 1100 Wayne St Suite 1337 Troy, OH 45373
On Fri, Jul 21, 2017 at 10:41 AM, Henrik Størner via Xymon <xymon at xymon.com> wrote:
Xymon mailing list Xymon at xymon.com http://lists.xymon.com/mailman/listinfo/xymon
---------- Forwarded message ---------- From: "Henrik Størner" <henrik at hswn.dk> To: Xymon mailinglist <xymon at xymon.com> Cc: Bcc: Date: Fri, 21 Jul 2017 16:41:50 +0200 Subject: Re: [Xymon] xymon with tls1.2 Hi Frank,
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?
It also ought to pull in libdl.so automatically, but that probably requires some magic when compiling OpenSSL.
Anyway, I believe you can work around it by setting NETLIBS in xymon-4.3.27/build/Makefile.Linux like
NETLIBS="-ldl"
Regards,
Henrik
On 21-07-2017 16:26, Frank wrote:
I am re-sending this from my member account.
Hi everyone,
We are changing all our SSL web sites on windows over to tls1.2. So I have upgraded the openssl on the xymon server.
I have run into an ssl issue compiling xymon-4.3.27 and xymon-4.3.28openssl is in /usr/share/openssl-1.0.21
./configure.server --ssllib /usr/share/openssl-1.0.21/lib --sslinclude /usr/share/openssl-1.0.21/include
This is my error:
Checking for OpenSSL ... Compiling with SSL library works OK /usr/share/openssl-1.0.21/lib/libcrypto.a(dso_dlfcn.o): In function
dlfcn_globallookup': dso_dlfcn.c:(.text+0x1a): undefined reference todlopen' dso_dlfcn.c:(.text+0x31): undefined reference todlsym' dso_dlfcn.c:(.text+0x3b): undefined reference todlclose' /usr/share/openssl-1.0.21/lib/libcrypto.a(dso_dlfcn.o): In functiondlfcn_pathbyaddr': dso_dlfcn.c:(.text+0x81): undefined reference todladdr' dso_dlfcn.c:(.text+0xf8): undefined reference todlerror' /usr/share/openssl-1.0.21/lib/libcrypto.a(dso_dlfcn.o): In functiondlfcn_bind_func': dso_dlfcn.c:(.text+0x3fe): undefined reference todlsym' dso_dlfcn.c:(.text+0x46f): undefined reference todlerror' /usr/share/openssl-1.0.21/lib/libcrypto.a(dso_dlfcn.o): In functiondlfcn_bind_var': dso_dlfcn.c:(.text+0x4ee): undefined reference todlsym' dso_dlfcn.c:(.text+0x571): undefined reference todlerror' /usr/share/openssl-1.0.21/lib/libcrypto.a(dso_dlfcn.o): In functiondlfcn_unload': dso_dlfcn.c:(.text+0x5d7): undefined reference todlclose' /usr/share/openssl-1.0.21/lib/libcrypto.a(dso_dlfcn.o): In functiondlfcn_load': dso_dlfcn.c:(.text+0x697): undefined reference todlopen' dso_dlfcn.c:(.text+0x6f5): undefined reference todlclose' dso_dlfcn.c:(.text+0x72c): undefined reference to `dlerror' collect2: ld returned 1 exit status make: *** [test-link] Error 1 Warning: Cannot link with SSL library OpenSSL include- or library-files not found.
Thanks, I just had a look at your link. We are running slackware-12.1.0 32 bit. Which is why I am compiling everything. Not sure if something for centos or fedora will work.
On 7/21/17 10:56, Josh Luthman wrote:
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.
http://terabithia.org/rpms/xymon/
Josh Luthman Office: 937-552-2340 Direct: 937-552-2343 1100 Wayne St Suite 1337 Troy, OH 45373
On Fri, Jul 21, 2017 at 10:41 AM, Henrik Størner via Xymon <xymon at xymon.com <mailto:xymon at xymon.com>> wrote:
_______________________________________________ Xymon mailing list Xymon at xymon.com <mailto:Xymon at xymon.com> http://lists.xymon.com/mailman/listinfo/xymon <http://lists.xymon.com/mailman/listinfo/xymon> ---------- Forwarded message ---------- From: "Henrik Størner" <henrik at hswn.dk <mailto:henrik at hswn.dk>> To: Xymon mailinglist <xymon at xymon.com <mailto:xymon at xymon.com>> Cc: Bcc: Date: Fri, 21 Jul 2017 16:41:50 +0200 Subject: Re: [Xymon] xymon with tls1.2 Hi Frank, 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? It also ought to pull in libdl.so automatically, but that probably requires some magic when compiling OpenSSL. Anyway, I believe you can work around it by setting NETLIBS in xymon-4.3.27/build/Makefile.Linux like NETLIBS="-ldl" Regards, Henrik On 21-07-2017 16 <tel:21-07-2017%2016>:26, Frank wrote: I am re-sending this from my member account. Hi everyone, We are changing all our SSL web sites on windows over to tls1.2. So I have upgraded the openssl on the xymon server. I have run into an ssl issue compiling xymon-4.3.27 and xymon-4.3.28 openssl is in /usr/share/openssl-1.0.21 ./configure.server --ssllib /usr/share/openssl-1.0.21/lib --sslinclude /usr/share/openssl-1.0.21/include This is my error: Checking for OpenSSL ... Compiling with SSL library works OK /usr/share/openssl-1.0.21/lib/libcrypto.a(dso_dlfcn.o): In function `dlfcn_globallookup': dso_dlfcn.c:(.text+0x1a): undefined reference to `dlopen' dso_dlfcn.c:(.text+0x31): undefined reference to `dlsym' dso_dlfcn.c:(.text+0x3b): undefined reference to `dlclose' /usr/share/openssl-1.0.21/lib/libcrypto.a(dso_dlfcn.o): In function `dlfcn_pathbyaddr': dso_dlfcn.c:(.text+0x81): undefined reference to `dladdr' dso_dlfcn.c:(.text+0xf8): undefined reference to `dlerror' /usr/share/openssl-1.0.21/lib/libcrypto.a(dso_dlfcn.o): In function `dlfcn_bind_func': dso_dlfcn.c:(.text+0x3fe): undefined reference to `dlsym' dso_dlfcn.c:(.text+0x46f): undefined reference to `dlerror' /usr/share/openssl-1.0.21/lib/libcrypto.a(dso_dlfcn.o): In function `dlfcn_bind_var': dso_dlfcn.c:(.text+0x4ee): undefined reference to `dlsym' dso_dlfcn.c:(.text+0x571): undefined reference to `dlerror' /usr/share/openssl-1.0.21/lib/libcrypto.a(dso_dlfcn.o): In function `dlfcn_unload': dso_dlfcn.c:(.text+0x5d7): undefined reference to `dlclose' /usr/share/openssl-1.0.21/lib/libcrypto.a(dso_dlfcn.o): In function `dlfcn_load': dso_dlfcn.c:(.text+0x697): undefined reference to `dlopen' dso_dlfcn.c:(.text+0x6f5): undefined reference to `dlclose' dso_dlfcn.c:(.text+0x72c): undefined reference to `dlerror' collect2: ld returned 1 exit status make: *** [test-link] Error 1 Warning: Cannot link with SSL library OpenSSL include- or library-files not found.
Xymon mailing list Xymon at xymon.com http://lists.xymon.com/mailman/listinfo/xymon
--
sysadm cronomagic.com/gemstelecom.com e-mail ve2cii at canasoft.net
POWERED BY LINUX
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.
=G=
From: Xymon <xymon-bounces at xymon.com> on behalf of Frank <ve2cii at canasoft.net> Sent: Friday, July 21, 2017 11:01 AM To: xymon at xymon.com Subject: Re: [Xymon] xymon with tls1.2
EXTERNAL
Thanks, I just had a look at your link. We are running slackware-12.1.0 32 bit. Which is why I am compiling everything. Not sure if something for centos or fedora will work.
On 7/21/17 10:56, Josh Luthman wrote: 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.
http://terabithia.org/rpms/xymon/
Josh Luthman Office: 937-552-2340 Direct: 937-552-2343 1100 Wayne St Suite 1337 Troy, OH 45373
On Fri, Jul 21, 2017 at 10:41 AM, Henrik Størner via Xymon <xymon at xymon.com<mailto:xymon at xymon.com>> wrote:
Xymon mailing list Xymon at xymon.com<mailto:Xymon at xymon.com> http://lists.xymon.com/mailman/listinfo/xymon
---------- Forwarded message ---------- From: "Henrik Størner" <henrik at hswn.dk<mailto:henrik at hswn.dk>> To: Xymon mailinglist <xymon at xymon.com<mailto:xymon at xymon.com>> Cc: Bcc: Date: Fri, 21 Jul 2017 16:41:50 +0200 Subject: Re: [Xymon] xymon with tls1.2 Hi Frank,
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?
It also ought to pull in libdl.so automatically, but that probably requires some magic when compiling OpenSSL.
Anyway, I believe you can work around it by setting NETLIBS in xymon-4.3.27/build/Makefile.Linux like
NETLIBS="-ldl"
Regards,
Henrik
On 21-07-2017 16<tel:21-07-2017%2016>:26, Frank wrote: I am re-sending this from my member account.
Hi everyone,
We are changing all our SSL web sites on windows over to tls1.2. So I have upgraded the openssl on the xymon server.
I have run into an ssl issue compiling xymon-4.3.27 and xymon-4.3.28
openssl is in /usr/share/openssl-1.0.21
./configure.server --ssllib /usr/share/openssl-1.0.21/lib --sslinclude /usr/share/openssl-1.0.21/include
This is my error:
Checking for OpenSSL ...
Compiling with SSL library works OK
/usr/share/openssl-1.0.21/lib/libcrypto.a(dso_dlfcn.o): In function dlfcn_globallookup': dso_dlfcn.c:(.text+0x1a): undefined reference to dlopen'
dso_dlfcn.c:(.text+0x31): undefined reference to dlsym' dso_dlfcn.c:(.text+0x3b): undefined reference to dlclose'
/usr/share/openssl-1.0.21/lib/libcrypto.a(dso_dlfcn.o): In function dlfcn_pathbyaddr': dso_dlfcn.c:(.text+0x81): undefined reference to dladdr'
dso_dlfcn.c:(.text+0xf8): undefined reference to dlerror' /usr/share/openssl-1.0.21/lib/libcrypto.a(dso_dlfcn.o): In function dlfcn_bind_func':
dso_dlfcn.c:(.text+0x3fe): undefined reference to dlsym' dso_dlfcn.c:(.text+0x46f): undefined reference to dlerror'
/usr/share/openssl-1.0.21/lib/libcrypto.a(dso_dlfcn.o): In function dlfcn_bind_var': dso_dlfcn.c:(.text+0x4ee): undefined reference to dlsym'
dso_dlfcn.c:(.text+0x571): undefined reference to dlerror' /usr/share/openssl-1.0.21/lib/libcrypto.a(dso_dlfcn.o): In function dlfcn_unload':
dso_dlfcn.c:(.text+0x5d7): undefined reference to dlclose' /usr/share/openssl-1.0.21/lib/libcrypto.a(dso_dlfcn.o): In function dlfcn_load':
dso_dlfcn.c:(.text+0x697): undefined reference to dlopen' dso_dlfcn.c:(.text+0x6f5): undefined reference to dlclose'
dso_dlfcn.c:(.text+0x72c): undefined reference to `dlerror'
collect2: ld returned 1 exit status
make: *** [test-link] Error 1
Warning: Cannot link with SSL library
OpenSSL include- or library-files not found.
Xymon mailing list Xymon at xymon.com<mailto:Xymon at xymon.com> http://lists.xymon.com/mailman/listinfo/xymon
--
sysadm cronomagic.com/gemstelecom.com e-mail ve2cii at canasoft.net<mailto:ve2cii at canasoft.net>
POWERED BY LINUX
Hi,
Installing the rpm (even after conversion to tgz file) does not work. It cannot find libraries including the ssl. The start script also does not work because slackare is no designed to work with /etc/rc.d/init.d/functions. I used the start script from the one that I compiled to start it and that's where things went downhill.
On 7/21/17 11:12, Galen Johnson wrote:
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.
=G=
*From:* Xymon <xymon-bounces at xymon.com> on behalf of Frank <ve2cii at canasoft.net> *Sent:* Friday, July 21, 2017 11:01 AM *To:* xymon at xymon.com *Subject:* Re: [Xymon] xymon with tls1.2
*/EXTERNAL/*
Thanks, I just had a look at your link. We are running slackware-12.1.0 32 bit. Which is why I am compiling everything. Not sure if something for centos or fedora will work.
On 7/21/17 10:56, Josh Luthman wrote:
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.
http://terabithia.org/rpms/xymon/
Josh Luthman Office: 937-552-2340 Direct: 937-552-2343 1100 Wayne St Suite 1337 Troy, OH 45373
On Fri, Jul 21, 2017 at 10:41 AM, Henrik Størner via Xymon <xymon at xymon.com <mailto:xymon at xymon.com>> wrote:
_______________________________________________ Xymon mailing list Xymon at xymon.com <mailto:Xymon at xymon.com> http://lists.xymon.com/mailman/listinfo/xymon <http://lists.xymon.com/mailman/listinfo/xymon> ---------- Forwarded message ---------- From: "Henrik Størner" <henrik at hswn.dk <mailto:henrik at hswn.dk>> To: Xymon mailinglist <xymon at xymon.com <mailto:xymon at xymon.com>> Cc: Bcc: Date: Fri, 21 Jul 2017 16:41:50 +0200 Subject: Re: [Xymon] xymon with tls1.2 Hi Frank, 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? It also ought to pull in libdl.so automatically, but that probably requires some magic when compiling OpenSSL. Anyway, I believe you can work around it by setting NETLIBS in xymon-4.3.27/build/Makefile.Linux like NETLIBS="-ldl" Regards, Henrik On 21-07-2017 16 <tel:21-07-2017%2016>:26, Frank wrote: I am re-sending this from my member account. Hi everyone, We are changing all our SSL web sites on windows over to tls1.2. So I have upgraded the openssl on the xymon server. I have run into an ssl issue compiling xymon-4.3.27 and xymon-4.3.28 openssl is in /usr/share/openssl-1.0.21 ./configure.server --ssllib /usr/share/openssl-1.0.21/lib --sslinclude /usr/share/openssl-1.0.21/include This is my error: Checking for OpenSSL ... Compiling with SSL library works OK /usr/share/openssl-1.0.21/lib/libcrypto.a(dso_dlfcn.o): In function `dlfcn_globallookup': dso_dlfcn.c:(.text+0x1a): undefined reference to `dlopen' dso_dlfcn.c:(.text+0x31): undefined reference to `dlsym' dso_dlfcn.c:(.text+0x3b): undefined reference to `dlclose' /usr/share/openssl-1.0.21/lib/libcrypto.a(dso_dlfcn.o): In function `dlfcn_pathbyaddr': dso_dlfcn.c:(.text+0x81): undefined reference to `dladdr' dso_dlfcn.c:(.text+0xf8): undefined reference to `dlerror' /usr/share/openssl-1.0.21/lib/libcrypto.a(dso_dlfcn.o): In function `dlfcn_bind_func': dso_dlfcn.c:(.text+0x3fe): undefined reference to `dlsym' dso_dlfcn.c:(.text+0x46f): undefined reference to `dlerror' /usr/share/openssl-1.0.21/lib/libcrypto.a(dso_dlfcn.o): In function `dlfcn_bind_var': dso_dlfcn.c:(.text+0x4ee): undefined reference to `dlsym' dso_dlfcn.c:(.text+0x571): undefined reference to `dlerror' /usr/share/openssl-1.0.21/lib/libcrypto.a(dso_dlfcn.o): In function `dlfcn_unload': dso_dlfcn.c:(.text+0x5d7): undefined reference to `dlclose' /usr/share/openssl-1.0.21/lib/libcrypto.a(dso_dlfcn.o): In function `dlfcn_load': dso_dlfcn.c:(.text+0x697): undefined reference to `dlopen' dso_dlfcn.c:(.text+0x6f5): undefined reference to `dlclose' dso_dlfcn.c:(.text+0x72c): undefined reference to `dlerror' collect2: ld returned 1 exit status make: *** [test-link] Error 1 Warning: Cannot link with SSL library OpenSSL include- or library-files not found.
Xymon mailing list Xymon at xymon.com http://lists.xymon.com/mailman/listinfo/xymon
--
sysadm cronomagic.com/gemstelecom.com e-mailve2cii at canasoft.net
POWERED BY LINUX
--
sysadm cronomagic.com/gemstelecom.com e-mail ve2cii at canasoft.net
POWERED BY LINUX
participants (3)
-
Galen.Johnson@sas.com
-
josh@imaginenetworksllc.com
-
ve2cii@canasoft.net