Xymon Mailing List Archive search

Installing xymon on Solaris10

5 messages in this thread

list Camelia Anghel · Tue, 1 Dec 2009 13:08:04 -0500 ·

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 · Tue, 1 Dec 2009 15:26:07 -0600 ·
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
quoted from Camelia Anghel

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 · Wed, 2 Dec 2009 13:53:05 +1100 ·
And what is in your $PATH variable? You need /usr/ucb included to compile
quoted from Larry Barber
...

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 · Wed, 2 Dec 2009 10:53:31 -0500 ·
Add this to your Makefile.  It's a bug on solaris compile

LIBRTDEF = -lrt
quoted from Camelia Anghel


-----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 · Wed, 2 Dec 2009 15:07:39 -0500 ·
Don't think this went through the first time, so here is your answer again.
quoted from Tom Moore


-----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