RMA version 0.20 available for Linux and FreeBSD

Remote Monitoring Agent for Linux, FreeBSD, and other UNIX-like platforms.
Post Reply
User avatar
administrator
Posts: 10
Joined: Tue Apr 02, 2002 6:00 pm
Contact:

RMA version 0.20 available for Linux and FreeBSD

Post by administrator »

RMA version 0.20 available for Linux and FreeBSD
http://www.ks-soft.net/hostmon.eng/rma-unix/index.htm

Regards
Alex
User avatar
M@ster
Posts: 78
Joined: Thu Oct 24, 2002 6:00 pm
Location: Germany

Post by M@ster »

Which gcc version did you use to compile the agent?
I get an error:
error while loading shared libraries: libstdc++.so.5: cannot open shared object file: No such file or directory
on a SuSE 7.3.
find / -name libstdc++.so
/usr/lib/gcc-lib/i486-suse-linux/2.95.3/libstdc++.so
/usr/i486-linux-libc5/lib/libstdc++.so
KS-Soft
Posts: 13012
Joined: Wed Apr 03, 2002 6:00 pm
Location: USA
Contact:

Post by KS-Soft »

gcc 3.2.2
I think simple link libstdc++.so.5 -> /usr/i486-linux-libc5/lib/libstdc++.so should resolve the problem.

Regards
Alex
User avatar
M@ster
Posts: 78
Joined: Thu Oct 24, 2002 6:00 pm
Location: Germany

Post by M@ster »

How do I link the libraries?
KS-Soft
Posts: 13012
Joined: Wed Apr 03, 2002 6:00 pm
Location: USA
Contact:

Post by KS-Soft »

Standard UNIX command "ln". I think better create symbolic link (using "-s" option) instead of hard link

Regards
Alex
User avatar
M@ster
Posts: 78
Joined: Thu Oct 24, 2002 6:00 pm
Location: Germany

Post by M@ster »

I already tried that. But where does the "new" file belong?

Code: Select all

lrwxrwxrwx    1 root     root           33 Jan  6 12:43 libstdc++.so -> ../../../libstdc++-libc6.2-2.so.3
lrwxrwxrwx    1 root     root           33 Jan  9 09:50 libstdc++.so.5 -> ../../../libstdc++-libc6.2-2.so.3
-rw-r--r--    1 root     root         2180 Oct 25  2001 specs
hostname:/usr/lib/gcc-lib/i486-suse-linux/2.95.3 #
With this link the agent stil won't start :(

OK. The link is in the wrong place. Slowly I am figuring out where to put everything ;)

Got it! Now it works :D
Post Reply