Xymon Mailing List Archive search

Xymon on oracle Linux 9

7 messages in this thread

list Kevin King · Wed, 10 Aug 2022 17:42:20 +0000 ·
Anyone have xymon running on Linux 9?  I have started to build on Oracle Linux 9. Having issues with getting retool. It complains about the libs. I do not find a rrdtool-devle for it.


Kevin H. King
Principal-Advanced Technical Support
Technology Operations, SS7 Signaling

AT&T Services, Inc.
XXXX Windridge Dr. Acworth Ga. 30102
m  XXX.XXX.XXXX  |  o  XXX.XXX.XXXX  |  user-95b3507e4917@xymon.invalid<mailto:user-95b3507e4917@xymon.invalid>
list Jeremy Laidman · Thu, 11 Aug 2022 09:30:02 +1000 ·
Hi Kevin

The rrdtool-devel package appears to be in the CodeReady Builder
repository. The links to those repos are on this page:
https://yum.oracle.com/oracle-linux-9.html. You could create a repo file
for this (and I don't know what that would look like), or you could just
browse the repo and download the RPM to install locally.

Cheers
Jeremy
quoted from Kevin King


On Thu, 11 Aug 2022 at 08:03, KING, KEVIN <user-ca972c0c43a8@xymon.invalid> wrote:
Anyone have xymon running on Linux 9?  I have started to build on Oracle
Linux 9. Having issues with getting retool. It complains about the libs. I
do not find a rrdtool-devle for it.


*Kevin H. King*

Principal-Advanced Technical Support

Technology Operations, SS7 Signaling


*AT&T Services, Inc.*

XXXX Windridge Dr. Acworth Ga. 30102

m  XXX.XXX.XXXX  |  o  XXX.XXX.XXXX  |  *user-95b3507e4917@xymon.invalid
<user-95b3507e4917@xymon.invalid>*

list Stephen Carville · Wed, 10 Aug 2022 17:25:10 -0700 ·
I haven't spun in an OL9 server yet but if it follows the patterns of OL7 and OL8 then

sudo dnf config-manager --enable ol9_codeready_builder

The repo file should be /etc/yum.repos.d/oracle-linux-ol9.repo if you want to enable it by hand.

On 8/10/22 16:30, Jeremy Laidman wrote:
***ATTENTION! This email originates from outside of the organization. DO NOT open attachments or click links unless you are certain this email comes from a known sender and you are sure the content is safe. ***

Hi Kevin

The rrdtool-devel package appears to be in the CodeReady Builder repository. The links to those repos are on this page: https://yum.oracle.com/oracle-linux-9.html <https://linkprotect.cudasvc.com/url?a=https%3a%2f%2fyum.oracle.com%2foracle-linux-9.html&c=E,1,mY3mQ7d-n51fFp9QfiQ95WwtgLa2lt_ql8Li-0yyNJrlrOoDTONOL8MJHkvXIBoX6vkaKgUdsUJLXqxnXfYH6-ZAK7tsT8vAToYi0DTZN38HffB8jAdYhlHyFQ,,&typo=1>;. You could create a repo file for this (and I don't know what that would look like), or you could just browse the repo and download the RPM to install locally.
quoted from Jeremy Laidman

Cheers
Jeremy


On Thu, 11 Aug 2022 at 08:03, KING, KEVIN <user-ca972c0c43a8@xymon.invalid> wrote:

    Anyone have xymon running on Linux 9?? I have started to build on Oracle
    Linux 9. Having issues with getting retool. It complains about the libs. I
    do not find a rrdtool-devle for it.

    *Kevin H. King*

    Principal-Advanced Technical Support

    Technology Operations, SS7 Signaling

    *AT&T Services, Inc.*

    XXXX Windridge Dr. Acworth Ga. 30102

    m? XXX.XXX.XXXX? |? o? XXX.XXX.XXXX? | user-1d9afb07ebe1@xymon.invalid
    <mailto:user-95b3507e4917@xymon.invalid>_

    <https://linkprotect.cudasvc.com/url?a=http%3a%2f%2flists.xymon.com%2fmailman%2flistinfo%2fxymon&c=E,1,Hz_gsAqcILEho8jdd2wL_omAZ8tmb4UQUxWo0C-q5Pix68ZzgOQy3n2gNDDgPvJhoJdJyaRPq-alN4aL2TffjVI-sHZK5cRjOXX_-hmJ8PCvmFJw&typo=1>;


https://linkprotect.cudasvc.com/url?a=http%3a%2f%2flists.xymon.com%2fmailman%2flistinfo%2fxymon&c=E,1,E7OkLYm4abFBwWG5NuUDkutw5-pMz22bde568IZrbrz7e1cfcefp01nynbaQOCYmuRADziV4o0X-P6csmUWehjJbVCuV4jQjJ94oMnlp2Fud2sqEljAMqaybzCp1&typo=1
-- 
Stephen Carville
Chief Cook and Bottle Washer III
XXX-XXX-XXXX x1326
XXX-XXX-XXXX x1326
user-45c5e542adfd@xymon.invalid
?\_(?)_/?
Fatum raro vocat on nobis at tempus eligimus.
list Kevin King · Thu, 11 Aug 2022 13:47:49 +0000 ·
Thanks Steve.  I am ok for rrd now.

And the next one is this.
Checking for OpenSSL ...
Compiling with SSL library works OK
/usr/bin/ld: cannot find -ltirpc
collect2: error: ld returned 1 exit status
make: *** [Makefile.test-ssl:7: test-link] Error 1
Warning: Cannot link with SSL library
OpenSSL include- or library-files not found.
Although you can use Xymon without OpenSSL, you will not
be able to run network tests of SSL-enabled services, e.g. https.
So installing OpenSSL is recommended.
OpenSSL can be found at http://www.openssl.org/

Openssl is installed along with the dev stuff.-  I must not of installed the OS right. I have not had to monkey with this on other rhel like systems.

-Kevin
quoted from Stephen Carville

From: Xymon <xymon-bounces at xymon.com> On Behalf Of Stephen Carville
Sent: Wednesday, August 10, 2022 8:25 PM
To: xymon at xymon.com
Subject: Re: [Xymon] Xymon on oracle Linux 9

I haven't spun in an OL9 server yet but if it follows the patterns of OL7 and OL8 then

sudo dnf config-manager --enable ol9_codeready_builder

The repo file should be /etc/yum.repos.d/oracle-linux-ol9.repo if you want to enable it by hand.
On 8/10/22 16:30, Jeremy Laidman wrote:

***ATTENTION! This email originates from outside of the organization. DO NOT open attachments or click links unless you are certain this email comes from a known sender and you are sure the content is safe. ***
Hi Kevin

The rrdtool-devel package appears to be in the CodeReady Builder repository. The links to those repos are on this page: https://yum.oracle.com/oracle-linux-9.html<https://urldefense.com/v3/__https:/linkprotect.cudasvc.com/url?a=https*3a*2f*2fyum.oracle.com*2foracle-linux-9.html&c=E,1,mY3mQ7d-n51fFp9QfiQ95WwtgLa2lt_ql8Li-0yyNJrlrOoDTONOL8MJHkvXIBoX6vkaKgUdsUJLXqxnXfYH6-ZAK7tsT8vAToYi0DTZN38HffB8jAdYhlHyFQ,,&typo=1__;JSUlJQ!!BhdT!n4QejWQVao5VF0pcrZkrTUL5hZsETL1AGagZA0GbEpmUkL99wx7IfNg_C8B8juX0C-U2xomj9tAM3H5N$>;. You could create a repo file for this (and I don't know what that would look like), or you could just browse the repo and download the RPM to install locally.
quoted from Stephen Carville

Cheers
Jeremy


On Thu, 11 Aug 2022 at 08:03, KING, KEVIN <user-ca972c0c43a8@xymon.invalid<mailto:user-ca972c0c43a8@xymon.invalid>> wrote:
Anyone have xymon running on Linux 9?  I have started to build on Oracle Linux 9. Having issues with getting retool. It complains about the libs. I do not find a rrdtool-devle for it.


Kevin H. King
Principal-Advanced Technical Support
Technology Operations, SS7 Signaling

AT&T Services, Inc.
XXXX Windridge Dr. Acworth Ga. 30102
m  XXX.XXX.XXXX  |  o  XXX.XXX.XXXX  |  user-95b3507e4917@xymon.invalid<mailto:user-95b3507e4917@xymon.invalid>


Xymon at xymon.com<https://urldefense.com/v3/__https:/linkprotect.cudasvc.com/url?a=http*3a*2f*2flists.xymon.com*2fmailman*2flistinfo*2fxymon&c=E,1,Hz_gsAqcILEho8jdd2wL_omAZ8tmb4UQUxWo0C-q5Pix68ZzgOQy3n2gNDDgPvJhoJdJyaRPq-alN4aL2TffjVI-sHZK5cRjOXX_-hmJ8PCvmFJw&typo=1__;JSUlJSUl!!BhdT!n4QejWQVao5VF0pcrZkrTUL5hZsETL1AGagZA0GbEpmUkL99wx7IfNg_C8B8juX0C-U2xomj9lL5guhc$>;


Xymon at xymon.com<mailto:Xymon at xymon.com>

https://linkprotect.cudasvc.com/url?a=http%3a%2f%2flists.xymon.com%2fmailman%2flistinfo%2fxymon&c=E,1,E7OkLYm4abFBwWG5NuUDkutw5-pMz22bde568IZrbrz7e1cfcefp01nynbaQOCYmuRADziV4o0X-P6csmUWehjJbVCuV4jQjJ94oMnlp2Fud2sqEljAMqaybzCp1&typo=1<https://urldefense.com/v3/__https:/linkprotect.cudasvc.com/url?a=http*3a*2f*2flists.xymon.com*2fmailman*2flistinfo*2fxymon&c=E,1,E7OkLYm4abFBwWG5NuUDkutw5-pMz22bde568IZrbrz7e1cfcefp01nynbaQOCYmuRADziV4o0X-P6csmUWehjJbVCuV4jQjJ94oMnlp2Fud2sqEljAMqaybzCp1&typo=1__;JSUlJSUl!!BhdT!n4QejWQVao5VF0pcrZkrTUL5hZsETL1AGagZA0GbEpmUkL99wx7IfNg_C8B8juX0C-U2xomj9oSV9bL6$>;
quoted from Stephen Carville

--
Stephen Carville
Chief Cook and Bottle Washer III
XXX-XXX-XXXX x1326
XXX-XXX-XXXX x1326

user-45c5e542adfd@xymon.invalid<mailto:user-45c5e542adfd@xymon.invalid>
?\_(?)_/?
Fatum raro vocat on nobis at tempus eligimus.
list Stephen Carville · Thu, 11 Aug 2022 07:35:23 -0700 ·
I checked my notes and these are the extra packages I have to install on a basic 
OL8 installation.

Build server:
 ? sudo yum install -y gcc gcc-c++ pcre-devel libtirpc-devel fping openssl-devel 
rrdtool-devel c-ares-devel httpd-devel mod_ssl

Build client:
 ? sudo yum install -y gcc gcc-c++ pcre-devel libtirpc-devel

These are the repos that must be enabled for the above.
 ? ol8_baseos_latest
 ? ol8_appstream
 ? ol8_developer_EPEL
 ? ol8_codeready_builder

As I said, I have not spun up an OL9 box yet so YMMV.
quoted from Kevin King

On 8/11/22 06:47, KING, KEVIN wrote:
***ATTENTION! This email originates from outside of the organization. DO NOT 
open attachments or click links unless you are certain this email comes from a 
known sender and you are sure the content is safe. ***

Thanks Steve.? I am ok for rrd now.

And the next one is this.

Checking for OpenSSL ...

Compiling with SSL library works OK

/usr/bin/ld: cannot find -ltirpc

collect2: error: ld returned 1 exit status

make: *** [Makefile.test-ssl:7: test-link] Error 1

Warning: Cannot link with SSL library

OpenSSL include- or library-files not found.

Although you can use Xymon without OpenSSL, you will not

be able to run network tests of SSL-enabled services, e.g. https.

So installing OpenSSL is recommended.

OpenSSL can be found at http://www.openssl.org/ 

<https://linkprotect.cudasvc.com/url?a=http%3a%2f%2fwww.openssl.org%2f&c=E,1,sZxMNnrBjI1_vo9Ox_AOFakJ3lKa8OeNDzz7-XqwvRkdeK_MdZ4M-_9xhRO82KJYHRTpLDnZCYJEXC_7ukTs1s9W8wAeZxjLw1UL_49XsBtKWaC8rKRTpcU,&typo=1>;
quoted from Kevin King

Openssl is installed along with the dev stuff.-? I must not of installed the 
OS right. I have not had to monkey with this on other rhel like systems.

-Kevin

*From:* Xymon <xymon-bounces at xymon.com> *On Behalf Of *Stephen Carville
*Sent:* Wednesday, August 10, 2022 8:25 PM
*To:* xymon at xymon.com
*Subject:* Re: [Xymon] Xymon on oracle Linux 9

I haven't spun in an OL9 server yet but if it follows the patterns of OL7 and 
OL8 then

sudo dnf config-manager --enable ol9_codeready_builder

The repo file should be /etc/yum.repos.d/oracle-linux-ol9.repo if you want to 
enable it by hand.

On 8/10/22 16:30, Jeremy Laidman wrote:

    ***ATTENTION! This email originates from outside of the organization. DO
    NOT open attachments or click links unless you are certain this email
    comes from a known sender and you are sure the content is safe. ***

    Hi Kevin

    The rrdtool-devel package appears to be in the CodeReady Builder
    repository. The links to those repos are on this page:
    https://yum.oracle.com/oracle-linux-9.html

    <https://urldefense.com/v3/__https:/linkprotect.cudasvc.com/url?a=https*3a*2f*2fyum.oracle.com*2foracle-linux-9.html&c=E,1,mY3mQ7d-n51fFp9QfiQ95WwtgLa2lt_ql8Li-0yyNJrlrOoDTONOL8MJHkvXIBoX6vkaKgUdsUJLXqxnXfYH6-ZAK7tsT8vAToYi0DTZN38HffB8jAdYhlHyFQ,,&typo=1__;JSUlJQ!!BhdT!n4QejWQVao5VF0pcrZkrTUL5hZsETL1AGagZA0GbEpmUkL99wx7IfNg_C8B8juX0C-U2xomj9tAM3H5N$>;.
quoted from Kevin King
    You could create a repo file for this (and I don't know what that would
    look like), or you could just browse the repo and download the RPM to
    install locally.

    Cheers

    Jeremy

    On Thu, 11 Aug 2022 at 08:03, KING, KEVIN <user-ca972c0c43a8@xymon.invalid> wrote:

        Anyone have xymon running on Linux 9?? I have started to build on
        Oracle Linux 9. Having issues with getting retool. It complains about
        the libs. I do not find a rrdtool-devle for it.

        *Kevin H. King*

        Principal-Advanced Technical Support

        Technology Operations, SS7 Signaling

        *AT&T Services, Inc.*

        XXXX Windridge Dr. Acworth Ga. 30102
        m? XXX.XXX.XXXX? |? o? XXX.XXX.XXXX? | user-1d9afb07ebe1@xymon.invalid
        <mailto:user-95b3507e4917@xymon.invalid>_

        

        <https://urldefense.com/v3/__https:/linkprotect.cudasvc.com/url?a=http*3a*2f*2flists.xymon.com*2fmailman*2flistinfo*2fxymon&c=E,1,Hz_gsAqcILEho8jdd2wL_omAZ8tmb4UQUxWo0C-q5Pix68ZzgOQy3n2gNDDgPvJhoJdJyaRPq-alN4aL2TffjVI-sHZK5cRjOXX_-hmJ8PCvmFJw&typo=1__;JSUlJSUl!!BhdT!n4QejWQVao5VF0pcrZkrTUL5hZsETL1AGagZA0GbEpmUkL99wx7IfNg_C8B8juX0C-U2xomj9lL5guhc$>;

    
    https://linkprotect.cudasvc.com/url?a=http%3a%2f%2flists.xymon.com%2fmailman%2flistinfo%2fxymon&c=E,1,E7OkLYm4abFBwWG5NuUDkutw5-pMz22bde568IZrbrz7e1cfcefp01nynbaQOCYmuRADziV4o0X-P6csmUWehjJbVCuV4jQjJ94oMnlp2Fud2sqEljAMqaybzCp1&typo=1  <https://urldefense.com/v3/__https:/linkprotect.cudasvc.com/url?a=http*3a*2f*2flists.xymon.com*2fmailman*2flistinfo*2fxymon&c=E,1,E7OkLYm4abFBwWG5NuUDkutw5-pMz22bde568IZrbrz7e1cfcefp01nynbaQOCYmuRADziV4o0X-P6csmUWehjJbVCuV4jQjJ94oMnlp2Fud2sqEljAMqaybzCp1&typo=1__;JSUlJSUl!!BhdT!n4QejWQVao5VF0pcrZkrTUL5hZsETL1AGagZA0GbEpmUkL99wx7IfNg_C8B8juX0C-U2xomj9oSV9bL6$>;
quoted from Kevin King

-- 
Stephen Carville
Chief Cook and Bottle Washer III
XXX-XXX-XXXX x1326
XXX-XXX-XXXX x1326
user-45c5e542adfd@xymon.invalid
?\_(?)_/?


Fatum raro vocat on nobis at tempus eligimus.
-- 
Stephen Carville
Chief Cook and Bottle Washer III
XXX-XXX-XXXX x1326
XXX-XXX-XXXX x1326
user-45c5e542adfd@xymon.invalid
?\_(?)_/?
Fatum raro vocat on nobis at tempus eligimus.
list Kevin King · Thu, 11 Aug 2022 15:53:06 +0000 ·
Ok it was this one that slipped by me?

libtirpc-devel


Thank you!

-Kevin
quoted from Stephen Carville

From: Stephen Carville <user-6ec031efcf79@xymon.invalid>
Sent: Thursday, August 11, 2022 10:35 AM
To: KING, KEVIN <user-ca972c0c43a8@xymon.invalid>; xymon at xymon.com
Subject: Re: [Xymon] Xymon on oracle Linux 9

I checked my notes and these are the extra packages I have to install on a basic OL8 installation.

Build server:
  sudo yum install -y gcc gcc-c++ pcre-devel libtirpc-devel fping openssl-devel rrdtool-devel c-ares-devel httpd-devel mod_ssl

Build client:
  sudo yum install -y gcc gcc-c++ pcre-devel libtirpc-devel

These are the repos that must be enabled for the above.
  ol8_baseos_latest
  ol8_appstream
  ol8_developer_EPEL
  ol8_codeready_builder

As I said, I have not spun up an OL9 box yet so YMMV.

On 8/11/22 06:47, KING, KEVIN wrote:

***ATTENTION! This email originates from outside of the organization. DO NOT open attachments or click links unless you are certain this email comes from a known sender and you are sure the content is safe. ***
Thanks Steve.  I am ok for rrd now.

And the next one is this.
Checking for OpenSSL ...
Compiling with SSL library works OK
/usr/bin/ld: cannot find -ltirpc
collect2: error: ld returned 1 exit status
make: *** [Makefile.test-ssl:7: test-link] Error 1
Warning: Cannot link with SSL library
OpenSSL include- or library-files not found.
Although you can use Xymon without OpenSSL, you will not
be able to run network tests of SSL-enabled services, e.g. https.
So installing OpenSSL is recommended.

OpenSSL can be found at http://www.openssl.org/<https://urldefense.com/v3/__https:/linkprotect.cudasvc.com/url?a=http*3a*2f*2fwww.openssl.org*2f&c=E,1,sZxMNnrBjI1_vo9Ox_AOFakJ3lKa8OeNDzz7-XqwvRkdeK_MdZ4M-_9xhRO82KJYHRTpLDnZCYJEXC_7ukTs1s9W8wAeZxjLw1UL_49XsBtKWaC8rKRTpcU,&typo=1__;JSUlJQ!!BhdT!n5t5x2UiZWC2M4_hLIhQYGc47z9CTgY7-Q_zkL3ClgP6j4c-9POX0qHd9f-9wqpKLQ5nfIwIOLf32hH4$>;
signature

Openssl is installed along with the dev stuff.-  I must not of installed the OS right. I have not had to monkey with this on other rhel like systems.

-Kevin

quoted from Stephen Carville
From: Xymon <xymon-bounces at xymon.com><mailto:xymon-bounces at xymon.com> On Behalf Of Stephen Carville
Sent: Wednesday, August 10, 2022 8:25 PM
To: xymon at xymon.com<mailto:xymon at xymon.com>
Subject: Re: [Xymon] Xymon on oracle Linux 9

I haven't spun in an OL9 server yet but if it follows the patterns of OL7 and OL8 then

sudo dnf config-manager --enable ol9_codeready_builder

The repo file should be /etc/yum.repos.d/oracle-linux-ol9.repo if you want to enable it by hand.
On 8/10/22 16:30, Jeremy Laidman wrote:

***ATTENTION! This email originates from outside of the organization. DO NOT open attachments or click links unless you are certain this email comes from a known sender and you are sure the content is safe. ***
Hi Kevin

The rrdtool-devel package appears to be in the CodeReady Builder repository. The links to those repos are on this page: https://yum.oracle.com/oracle-linux-9.html<https://urldefense.com/v3/__https:/linkprotect.cudasvc.com/url?a=https*3a*2f*2fyum.oracle.com*2foracle-linux-9.html&c=E,1,mY3mQ7d-n51fFp9QfiQ95WwtgLa2lt_ql8Li-0yyNJrlrOoDTONOL8MJHkvXIBoX6vkaKgUdsUJLXqxnXfYH6-ZAK7tsT8vAToYi0DTZN38HffB8jAdYhlHyFQ,,&typo=1__;JSUlJQ!!BhdT!n4QejWQVao5VF0pcrZkrTUL5hZsETL1AGagZA0GbEpmUkL99wx7IfNg_C8B8juX0C-U2xomj9tAM3H5N$>;. You could create a repo file for this (and I don't know what that would look like), or you could just browse the repo and download the RPM to install locally.

Cheers
Jeremy


On Thu, 11 Aug 2022 at 08:03, KING, KEVIN <user-ca972c0c43a8@xymon.invalid<mailto:user-ca972c0c43a8@xymon.invalid>> wrote:
Anyone have xymon running on Linux 9?  I have started to build on Oracle Linux 9. Having issues with getting retool. It complains about the libs. I do not find a rrdtool-devle for it.


Kevin H. King
Principal-Advanced Technical Support
Technology Operations, SS7 Signaling

AT&T Services, Inc.
XXXX Windridge Dr. Acworth Ga. 30102
m  XXX.XXX.XXXX  |  o  XXX.XXX.XXXX  |  user-95b3507e4917@xymon.invalid<mailto:user-95b3507e4917@xymon.invalid>


Xymon at xymon.com<https://urldefense.com/v3/__https:/linkprotect.cudasvc.com/url?a=http*3a*2f*2flists.xymon.com*2fmailman*2flistinfo*2fxymon&c=E,1,Hz_gsAqcILEho8jdd2wL_omAZ8tmb4UQUxWo0C-q5Pix68ZzgOQy3n2gNDDgPvJhoJdJyaRPq-alN4aL2TffjVI-sHZK5cRjOXX_-hmJ8PCvmFJw&typo=1__;JSUlJSUl!!BhdT!n4QejWQVao5VF0pcrZkrTUL5hZsETL1AGagZA0GbEpmUkL99wx7IfNg_C8B8juX0C-U2xomj9lL5guhc$>;


Xymon at xymon.com<mailto:Xymon at xymon.com>

https://linkprotect.cudasvc.com/url?a=http%3a%2f%2flists.xymon.com%2fmailman%2flistinfo%2fxymon&c=E,1,E7OkLYm4abFBwWG5NuUDkutw5-pMz22bde568IZrbrz7e1cfcefp01nynbaQOCYmuRADziV4o0X-P6csmUWehjJbVCuV4jQjJ94oMnlp2Fud2sqEljAMqaybzCp1&typo=1<https://urldefense.com/v3/__https:/linkprotect.cudasvc.com/url?a=http*3a*2f*2flists.xymon.com*2fmailman*2flistinfo*2fxymon&c=E,1,E7OkLYm4abFBwWG5NuUDkutw5-pMz22bde568IZrbrz7e1cfcefp01nynbaQOCYmuRADziV4o0X-P6csmUWehjJbVCuV4jQjJ94oMnlp2Fud2sqEljAMqaybzCp1&typo=1__;JSUlJSUl!!BhdT!n4QejWQVao5VF0pcrZkrTUL5hZsETL1AGagZA0GbEpmUkL99wx7IfNg_C8B8juX0C-U2xomj9oSV9bL6$>;

--
Stephen Carville
Chief Cook and Bottle Washer III
XXX-XXX-XXXX x1326
XXX-XXX-XXXX x1326
user-45c5e542adfd@xymon.invalid<mailto:user-45c5e542adfd@xymon.invalid>
?\_(?)_/?
Fatum raro vocat on nobis at tempus eligimus.

--
Stephen Carville
Chief Cook and Bottle Washer III
XXX-XXX-XXXX x1326
XXX-XXX-XXXX x1326
user-45c5e542adfd@xymon.invalid<mailto:user-45c5e542adfd@xymon.invalid>
?\_(?)_/?
Fatum raro vocat on nobis at tempus eligimus.
list Zak Beck · Fri, 12 Aug 2022 12:27:45 +0000 ·
Hi

/usr/bin/ld: cannot find -ltirpc

It?s telling you it needs the tirpc library ? most likely libtirpc-devel.

Zak

From: Xymon <xymon-bounces at xymon.com> On Behalf Of KING, KEVIN
Sent: 11 August 2022 14:48
To: Stephen Carville <user-6ec031efcf79@xymon.invalid>; xymon at xymon.com
Subject: [External] Re: [Xymon] Xymon on oracle Linux 9

This message is from an EXTERNAL SENDER - be CAUTIOUS, particularly with links and attachments.
quoted from Kevin King

Thanks Steve.  I am ok for rrd now.

And the next one is this.
Checking for OpenSSL ...
Compiling with SSL library works OK
/usr/bin/ld: cannot find -ltirpc
collect2: error: ld returned 1 exit status
make: *** [Makefile.test-ssl:7: test-link] Error 1
Warning: Cannot link with SSL library
OpenSSL include- or library-files not found.
Although you can use Xymon without OpenSSL, you will not
be able to run network tests of SSL-enabled services, e.g. https.
So installing OpenSSL is recommended.

OpenSSL can be found at http://www.openssl.org/<https://urldefense.proofpoint.com/v2/url?u=http-3A__www.openssl.org_&d=DwMGaQ&c=eIGjsITfXP_y-DLLX0uEHXJvU8nOHrUK8IrwNKOtkVU&r=S-aLwpx-PHBTBMIG_c2JczRC0SfuZCmsiH9Iams25FI&m=5TT-lXURbceEAgS7OGMaZm9pST12QU-INZduKDIsF_ZJaQWN_HXab6RFj3QenZWy&s=2yeG-hQuhgjKTu_I4kvNrexk-MGL0DACqdfwcuCX6sM&e=>;
quoted from Kevin King

Openssl is installed along with the dev stuff.-  I must not of installed the OS right. I have not had to monkey with this on other rhel like systems.

-Kevin

From: Xymon <xymon-bounces at xymon.com<mailto:xymon-bounces at xymon.com>> On Behalf Of Stephen Carville
Sent: Wednesday, August 10, 2022 8:25 PM
To: xymon at xymon.com<mailto:xymon at xymon.com>
Subject: Re: [Xymon] Xymon on oracle Linux 9

I haven't spun in an OL9 server yet but if it follows the patterns of OL7 and OL8 then

sudo dnf config-manager --enable ol9_codeready_builder

The repo file should be /etc/yum.repos.d/oracle-linux-ol9.repo if you want to enable it by hand.
On 8/10/22 16:30, Jeremy Laidman wrote:

***ATTENTION! This email originates from outside of the organization. DO NOT open attachments or click links unless you are certain this email comes from a known sender and you are sure the content is safe. ***
Hi Kevin

The rrdtool-devel package appears to be in the CodeReady Builder repository. The links to those repos are on this page: https://yum.oracle.com/oracle-linux-9.html<https://urldefense.com/v3/__https:/linkprotect.cudasvc.com/url?a=https*3a*2f*2fyum.oracle.com*2foracle-linux-9.html&c=E,1,mY3mQ7d-n51fFp9QfiQ95WwtgLa2lt_ql8Li-0yyNJrlrOoDTONOL8MJHkvXIBoX6vkaKgUdsUJLXqxnXfYH6-ZAK7tsT8vAToYi0DTZN38HffB8jAdYhlHyFQ,,&typo=1__;JSUlJQ!!BhdT!n4QejWQVao5VF0pcrZkrTUL5hZsETL1AGagZA0GbEpmUkL99wx7IfNg_C8B8juX0C-U2xomj9tAM3H5N$>;. You could create a repo file for this (and I don't know what that would look like), or you could just browse the repo and download the RPM to install locally.

Cheers
Jeremy


On Thu, 11 Aug 2022 at 08:03, KING, KEVIN <user-ca972c0c43a8@xymon.invalid<mailto:user-ca972c0c43a8@xymon.invalid>> wrote:
Anyone have xymon running on Linux 9?  I have started to build on Oracle Linux 9. Having issues with getting retool. It complains about the libs. I do not find a rrdtool-devle for it.


Kevin H. King
Principal-Advanced Technical Support
Technology Operations, SS7 Signaling

AT&T Services, Inc.
XXXX Windridge Dr. Acworth Ga. 30102
m  XXX.XXX.XXXX  |  o  XXX.XXX.XXXX  |  user-95b3507e4917@xymon.invalid<mailto:user-95b3507e4917@xymon.invalid>


Xymon at xymon.com<https://urldefense.com/v3/__https:/linkprotect.cudasvc.com/url?a=http*3a*2f*2flists.xymon.com*2fmailman*2flistinfo*2fxymon&c=E,1,Hz_gsAqcILEho8jdd2wL_omAZ8tmb4UQUxWo0C-q5Pix68ZzgOQy3n2gNDDgPvJhoJdJyaRPq-alN4aL2TffjVI-sHZK5cRjOXX_-hmJ8PCvmFJw&typo=1__;JSUlJSUl!!BhdT!n4QejWQVao5VF0pcrZkrTUL5hZsETL1AGagZA0GbEpmUkL99wx7IfNg_C8B8juX0C-U2xomj9lL5guhc$>;


Xymon at xymon.com<mailto:Xymon at xymon.com>

https://linkprotect.cudasvc.com/url?a=http%3a%2f%2flists.xymon.com%2fmailman%2flistinfo%2fxymon&c=E,1,E7OkLYm4abFBwWG5NuUDkutw5-pMz22bde568IZrbrz7e1cfcefp01nynbaQOCYmuRADziV4o0X-P6csmUWehjJbVCuV4jQjJ94oMnlp2Fud2sqEljAMqaybzCp1&typo=1<https://urldefense.com/v3/__https:/linkprotect.cudasvc.com/url?a=http*3a*2f*2flists.xymon.com*2fmailman*2flistinfo*2fxymon&c=E,1,E7OkLYm4abFBwWG5NuUDkutw5-pMz22bde568IZrbrz7e1cfcefp01nynbaQOCYmuRADziV4o0X-P6csmUWehjJbVCuV4jQjJ94oMnlp2Fud2sqEljAMqaybzCp1&typo=1__;JSUlJSUl!!BhdT!n4QejWQVao5VF0pcrZkrTUL5hZsETL1AGagZA0GbEpmUkL99wx7IfNg_C8B8juX0C-U2xomj9oSV9bL6$>;

--
Stephen Carville
Chief Cook and Bottle Washer III
XXX-XXX-XXXX x1326
XXX-XXX-XXXX x1326
user-45c5e542adfd@xymon.invalid<mailto:user-45c5e542adfd@xymon.invalid>
?\_(?)_/?
Fatum raro vocat on nobis at tempus eligimus.


This message is for the designated recipient only and may contain privileged, proprietary, or otherwise confidential information. If you have received it in error, please notify the sender immediately and delete the original. Any other use of the e-mail by you is prohibited. Where allowed by local law, electronic communications with Accenture and its affiliates, including e-mail and instant messaging (including content), may be scanned by our systems for the purposes of information security and assessment of internal compliance with Accenture policy. Your privacy is important to us. Accenture uses your personal data only in compliance with data protection laws. For further information on how Accenture processes your personal data, please see our privacy statement at https://www.accenture.com/us-en/privacy-policy.

www.accenture.com