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
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 <canghel at cjh.org> 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
To unsubscribe from the hobbit list, send an e-mail to hobbit-unsubscribe at hswn.dk
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 <lebarber at gmail.com> 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 <canghel at cjh.org> 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
To unsubscribe from the hobbit list, send an e-mail to hobbit-unsubscribe at hswn.dk
Add this to your Makefile. It's a bug on solaris compile
LIBRTDEF = -lrt
-----Original Message----- From: Camelia Anghel [mailto:canghel at cjh.org] Sent: Tuesday, December 01, 2009 1:08 PM To: hobbit at hswn.dk 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
To unsubscribe from the hobbit list, send an e-mail to hobbit-unsubscribe at hswn.dk
participants (4)
-
canghel@cjh.org
-
icicimov@gmail.com
-
lebarber@gmail.com
-
Tom.Moore@sas.com