Installing xymon on Solaris10
list Camelia Anghel
Hello, Here is the latest error that I get: " ld: fatal: Symbol referencing errors. No output written to bbtest-net gmake[1]: *** [bbtest-net] Error 1 gmake[1]: Leaving directory `/xymon/xymon-4.2.2/bbnet' gmake: *** [install-bbnet] Error 2" any suggestestions? Thanks, Camelia
list Larry Barber
Looks like you need to set LD_LIBRARY_PATH to include some libraries that the linker is not finding. Or you are missing libraries completely and need to install them. Thanks, Larry Barber
▸
On Tue, Dec 1, 2009 at 12:08 PM, Camelia Anghel <user-56034f999072@xymon.invalid> wrote:
Hello, Here is the latest error that I get: " ld: fatal: Symbol referencing errors. No output written to bbtest-net gmake[1]: *** [bbtest-net] Error 1 gmake[1]: Leaving directory `/xymon/xymon-4.2.2/bbnet' gmake: *** [install-bbnet] Error 2" any suggestestions? Thanks, Camelia
list Igor Cicimov
And what is in your $PATH variable? You need /usr/ucb included to compile
▸
...
On Wed, Dec 2, 2009 at 8:26 AM, Larry Barber <user-6ef9c2864140@xymon.invalid> wrote:
Looks like you need to set LD_LIBRARY_PATH to include some libraries that the linker is not finding. Or you are missing libraries completely and need to install them. Thanks, Larry Barber On Tue, Dec 1, 2009 at 12:08 PM, Camelia Anghel <user-56034f999072@xymon.invalid> wrote:Hello, Here is the latest error that I get: " ld: fatal: Symbol referencing errors. No output written to bbtest-net gmake[1]: *** [bbtest-net] Error 1 gmake[1]: Leaving directory `/xymon/xymon-4.2.2/bbnet' gmake: *** [install-bbnet] Error 2" any suggestestions? Thanks, Camelia
list Tom Moore
Add this to your Makefile. It's a bug on solaris compile LIBRTDEF = -lrt
▸
-----Original Message-----
From: Camelia Anghel [mailto:user-56034f999072@xymon.invalid]
Sent: Tuesday, December 01, 2009 1:08 PM
To: user-ae9b8668bcde@xymon.invalid
Subject: [hobbit] Installing xymon on Solaris10
Hello,
Here is the latest error that I get:
"
ld: fatal: Symbol referencing errors. No output written to bbtest-net
gmake[1]: *** [bbtest-net] Error 1
gmake[1]: Leaving directory `/xymon/xymon-4.2.2/bbnet'
gmake: *** [install-bbnet] Error 2"
any suggestestions?
Thanks,
Camelia
list Tom Moore
Don't think this went through the first time, so here is your answer again.
▸
-----Original Message-----
From: Tom Moore
Sent: Wednesday, December 02, 2009 10:54 AM
To: 'user-ae9b8668bcde@xymon.invalid'
Subject: RE: Installing xymon on Solaris10
Add this to your Makefile. It's a bug on solaris compile
LIBRTDEF = -lrt
-----Original Message-----
From: Camelia Anghel [mailto:user-56034f999072@xymon.invalid]
Sent: Tuesday, December 01, 2009 1:08 PM
To: user-ae9b8668bcde@xymon.invalid
Subject: [hobbit] Installing xymon on Solaris10
Hello,
Here is the latest error that I get:
"
ld: fatal: Symbol referencing errors. No output written to bbtest-net
gmake[1]: *** [bbtest-net] Error 1
gmake[1]: Leaving directory `/xymon/xymon-4.2.2/bbnet'
gmake: *** [install-bbnet] Error 2"
any suggestestions?
Thanks,
Camelia