Hi,
I have installed the RMA 1.00 for Solaris (SPARC) file, which I have downloaded from your Webside. I also installed the gcc-3.1-sol8-sparc-local.gz, which includes the libstdc++.so.4 file. I further installed the gcmn 1 Common GNU package, English. After that I entered all the apropriated Information in the rma.ini file and I have changed the PATH variable to the location of the libstdc++.so.4 library. But when I start the rma_s (./rma_s) program, I receive the following error:
ld.so.1: ./rma_s: fatal: libstdc++.so.4: open failed: No such file or directory
What I'am doing wrong? Please help urgently.
PS: Why you are using not a newer version of the gcc libraries?
RMA Agent is not running with SUN Solaris 9
need source for RMA; having the same trouble
I cannot deploy gcc widely in my organization and I'm having trouble getting the RMA to run on Solaris. Is there a non-gcc solution to this?
thanks,
Scott
thanks,
Scott
What if you install gcc on one system and recompile agent using static link to libgcc and libstdc++
Then you will be able to use agent on other systems without these libraries.
Static link:
1) use "-static-libgcc" compiler option
2) rename or remove libstdc++.so* files, in this case gcc will use libstdc++.a
Regards
Alex
Then you will be able to use agent on other systems without these libraries.
Static link:
1) use "-static-libgcc" compiler option
2) rename or remove libstdc++.so* files, in this case gcc will use libstdc++.a
Regards
Alex
i'll try, just need the source
I'll give that a try. Can you send me the source? I can be contacted at my profilke email address for details. .zip files won't make it, you can change the extension to .txt.
thanks,
Scott
thanks,
Scott
you can save yourself some time by performing the following actions:
1.) install libgcc-3.4.1-sol8-sparc-local (pkgadd -d)
2.) export LD_LIBRARY_PATH=/usr/local/lib (add that to your .profile or /etc/profile, or your rc script for invoking the program on bootup)
3.) make a symlink from /usr/local/lib/libstdc++.so.4 to /usr/local/lib/libstdc++.whatever.version.you.got
4.) execute the program. (it WILL run under normal conditions) add your box to the rma manager.
1.) install libgcc-3.4.1-sol8-sparc-local (pkgadd -d)
2.) export LD_LIBRARY_PATH=/usr/local/lib (add that to your .profile or /etc/profile, or your rc script for invoking the program on bootup)
3.) make a symlink from /usr/local/lib/libstdc++.so.4 to /usr/local/lib/libstdc++.whatever.version.you.got
4.) execute the program. (it WILL run under normal conditions) add your box to the rma manager.