RMA version 0.20 available for Linux and FreeBSD
http://www.ks-soft.net/hostmon.eng/rma-unix/index.htm
Regards
Alex
RMA version 0.20 available for Linux and FreeBSD
- administrator
- Posts: 10
- Joined: Tue Apr 02, 2002 6:00 pm
- Contact:
Which gcc version did you use to compile the agent?
I get an error:
I get an error:
on a SuSE 7.3.error while loading shared libraries: libstdc++.so.5: cannot open shared object file: No such file or directory
find / -name libstdc++.so
/usr/lib/gcc-lib/i486-suse-linux/2.95.3/libstdc++.so
/usr/i486-linux-libc5/lib/libstdc++.so
I already tried that. But where does the "new" file belong?
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
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 #

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

Got it! Now it works
