Xymon Mailing List Archive search

Upgrade to 4.3.21, https tests seem to no longer work.

list Shawn Heisey
Tue, 25 Aug 2015 14:46:11 -0600
Message-Id: <user-909701f1893a@xymon.invalid>

On 8/25/2015 2:30 PM, Shawn Heisey wrote:
I completely deleted the extracted source archive, re-extracted it, and
then did these commands:

cd xymon-4.3.21
build/makerpm.sh 4.3.21 > build.out.txt 2>&1

In the build.out.txt file, I see these lines:

make: *** [test-link] Error 1
Warning: Cannot link with SSL library
OpenSSL include- or library-files not found.

If you want the full gory details, the logfile can be found here:

https://www.dropbox.com/s/g6f4d2scf8h3f7q/build.out.txt?dl=0

OpenSSL *is* installed, this is CentOS 6.7:

[root at mcp xymon-4.3.21]# rpm -qa | grep openssl
openssl-devel-1.0.1e-42.el6.x86_64
openssl-1.0.1e-42.el6.x86_64
Just to be complete, I repeated these action with the 4.3.14 source
archive.  The same link error happens with the older source, so it's
definitely a problem with the RH/CentOS openssl-devel package.

It's a good thing I still had the RPM from when I initially built 4.3.14
a year and a half ago!

To those who replied asking if I installed openssl-devel ... you didn't
read everything I wrote.  It's included above, but just in case that's
not obvious, here it is again:
OpenSSL *is* installed, this is CentOS 6.7:

[root at mcp xymon-4.3.21]# rpm -qa | grep openssl
openssl-devel-1.0.1e-42.el6.x86_64
openssl-1.0.1e-42.el6.x86_64
Thanks,
Shawn