Trying to install Xymon Client on Fedora Minimum
list Jason Chambers
Hey All, I'm attempting to install the Xymon Client on a Fedora minimum install. Obviously this means I have to install the dependencies myself since they would not be installed natively. But I'm currently stuck as to why I cannot compile. gcc -g -O2 -Wall -Wno-unused -I/usr/include/tirpc -Wno-pointer-sign -D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DLINUX -I/home/seequent/xymon-4.3.29/include -DCLIENTONLY=1 -c -o xymon.o xymon.c gcc -g -O2 -Wall -Wno-unused -I/usr/include/tirpc -Wno-pointer-sign -D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DLINUX -I/home/seequent/xymon-4.3.29/include -DCLIENTONLY=1 -o ../client/xymon xymon.o ../lib/libxymonclientcomm.a -ltirpc ../lib/libxymonclient.a /usr/bin/ld: cannot find -ltirpc collect2: error: ld returned 1 exit status make[1]: *** [Makefile:46: ../client/xymon] Error 1 make[1]: Leaving directory '/home/seequent/xymon-4.3.29/common' make: *** [build/Makefile.rules:96: common-client] Error 2 Funny thing is libtirpc is already installed, it doesn't make sense why it cannot find it. dnf install libtirpc Fedora Modular 30 - x86_64 48 kB/s | 16 kB 00:00 Fedora Modular 30 - x86_64 - Updates 47 kB/s | 16 kB 00:00 Fedora 30 - x86_64 - Updates 159 kB/s | 16 kB 00:00 Fedora 30 - x86_64 54 kB/s | 16 kB 00:00 Package libtirpc-1.1.4-2.rc2.fc30.1.x86_64 is already installed. Dependencies resolved. Nothing to do. Complete! Is there a different package that I need to install? Thanks, JC
list Ralph Mitchell
When you're building source, you need the -devel packages too: libtirpc-devel Ralph Mitchell On Tue, Sep 3, 2019 at 8:51 AM Jason Chambers via Xymon <xymon at xymon.com> wrote:
---------- Forwarded message ---------- From: Jason Chambers <user-3fa671c0a30d@xymon.invalid> To: "xymon at xymon.com" <xymon at xymon.com> Cc: Bcc: Date: Tue, 3 Sep 2019 12:36:18 +0000 Subject: Trying to install Xymon Client on Fedora Minimum
▸
Hey All,
I?m attempting to install the Xymon Client on a Fedora minimum install.
Obviously this means I have to install the dependencies myself since they
would not be installed natively. But I?m currently stuck as to why I cannot
compile.
gcc -g -O2 -Wall -Wno-unused -I/usr/include/tirpc -Wno-pointer-sign
-D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DLINUX
-I/home/seequent/xymon-4.3.29/include -DCLIENTONLY=1 -c -o xymon.o xymon.c
gcc -g -O2 -Wall -Wno-unused -I/usr/include/tirpc -Wno-pointer-sign
-D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DLINUX
-I/home/seequent/xymon-4.3.29/include -DCLIENTONLY=1 -o ../client/xymon
xymon.o ../lib/libxymonclientcomm.a -ltirpc ../lib/libxymonclient.a
/usr/bin/ld: cannot find -ltirpc
collect2: error: ld returned 1 exit status
make[1]: *** [Makefile:46: ../client/xymon] Error 1
make[1]: Leaving directory '/home/seequent/xymon-4.3.29/common'
make: *** [build/Makefile.rules:96: common-client] Error 2
Funny thing is libtirpc is already installed, it doesn?t make sense why it
cannot find it.
dnf install libtirpc
Fedora Modular 30 -
x86_64
48
kB/s | 16 kB 00:00
Fedora Modular 30 - x86_64 -
Updates
47
kB/s | 16 kB 00:00
Fedora 30 - x86_64 - Updates
159
kB/s | 16 kB 00:00
Fedora 30 -
x86_64
54 kB/s | 16 kB 00:00
Package libtirpc-1.1.4-2.rc2.fc30.1.x86_64 is already installed.
Dependencies resolved.
Nothing to do.
Complete!
Is there a different package that I need to install?
Thanks,
JC
---------- Forwarded message ----------
From: Jason Chambers via Xymon <xymon at xymon.com>
To: "xymon at xymon.com" <xymon at xymon.com>
Cc:
Bcc:
Date: Tue, 3 Sep 2019 12:36:18 +0000
Subject: [Xymon] Trying to install Xymon Client on Fedora Minimum
list Jason Chambers
Derp. That make sense. Apparently I need to plugin my brain this morning. Thanks Ralph. Regards, JC
▸
From: Ralph Mitchell <user-00a5e44c48c0@xymon.invalid>
Sent: September 3, 2019 9:16 AM
To: Jason Chambers <user-3fa671c0a30d@xymon.invalid>
Cc: xymon at xymon.com
Subject: Re: [Xymon] Trying to install Xymon Client on Fedora Minimum
When you're building source, you need the -devel packages too: libtirpc-devel
Ralph Mitchell
On Tue, Sep 3, 2019 at 8:51 AM Jason Chambers via Xymon <xymon at xymon.com<mailto:xymon at xymon.com>> wrote:
---------- Forwarded message ----------
From: Jason Chambers <user-3fa671c0a30d@xymon.invalid<mailto:user-3fa671c0a30d@xymon.invalid>>
To: "xymon at xymon.com<mailto:xymon at xymon.com>" <xymon at xymon.com<mailto:xymon at xymon.com>>
Cc:
Bcc:
Date: Tue, 3 Sep 2019 12:36:18 +0000
Subject: Trying to install Xymon Client on Fedora Minimum
Hey All,
I?m attempting to install the Xymon Client on a Fedora minimum install. Obviously this means I have to install the dependencies myself since they would not be installed natively. But I?m currently stuck as to why I cannot compile.
gcc -g -O2 -Wall -Wno-unused -I/usr/include/tirpc -Wno-pointer-sign -D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DLINUX -I/home/seequent/xymon-4.3.29/include -DCLIENTONLY=1 -c -o xymon.o xymon.c
gcc -g -O2 -Wall -Wno-unused -I/usr/include/tirpc -Wno-pointer-sign -D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DLINUX -I/home/seequent/xymon-4.3.29/include -DCLIENTONLY=1 -o ../client/xymon xymon.o ../lib/libxymonclientcomm.a -ltirpc ../lib/libxymonclient.a
/usr/bin/ld: cannot find -ltirpc
collect2: error: ld returned 1 exit status
make[1]: *** [Makefile:46: ../client/xymon] Error 1
make[1]: Leaving directory '/home/seequent/xymon-4.3.29/common'
make: *** [build/Makefile.rules:96: common-client] Error 2
Funny thing is libtirpc is already installed, it doesn?t make sense why it cannot find it.
dnf install libtirpc
Fedora Modular 30 - x86_64 48 kB/s | 16 kB 00:00
Fedora Modular 30 - x86_64 - Updates 47 kB/s | 16 kB 00:00
Fedora 30 - x86_64 - Updates 159 kB/s | 16 kB 00:00
Fedora 30 - x86_64 54 kB/s | 16 kB 00:00
Package libtirpc-1.1.4-2.rc2.fc30.1.x86_64 is already installed.
Dependencies resolved.
Nothing to do.
Complete!
Is there a different package that I need to install?
Thanks,
JC
---------- Forwarded message ----------
From: Jason Chambers via Xymon <xymon at xymon.com<mailto:xymon at xymon.com>>
To: "xymon at xymon.com<mailto:xymon at xymon.com>" <xymon at xymon.com<mailto:xymon at xymon.com>>
Cc:
Bcc:
Date: Tue, 3 Sep 2019 12:36:18 +0000
Subject: [Xymon] Trying to install Xymon Client on Fedora Minimum