Page 1 of 1
RMA version 0.20 available for Linux and FreeBSD
Posted: Wed Dec 31, 2003 5:15 pm
by administrator
RMA version 0.20 available for Linux and FreeBSD
http://www.ks-soft.net/hostmon.eng/rma-unix/index.htm
Regards
Alex
Posted: Tue Jan 06, 2004 5:41 am
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
Posted: Tue Jan 06, 2004 2:12 pm
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
Posted: Thu Jan 08, 2004 4:24 pm
by M@ster
How do I link the libraries?
Posted: Thu Jan 08, 2004 9:04 pm
by KS-Soft
Standard UNIX command "ln". I think better create symbolic link (using "-s" option) instead of hard link
Regards
Alex
Posted: Fri Jan 09, 2004 1:58 am
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
