Linux - NewbieThis forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place!
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
But, Suse doesn't have gcc installed. So I cannot install my favorite programs.
FYI, I'm not allowed to install any rpm's on these systems. I do have root access.
Because both systems use the i386 arch, I tried copying one program (in this case objdump). I already knew I could expect errors:
suse# objdump
objdump: error while loading shared libraries: libopcodes-2.10.91.0.2.so: cannot open shared object file: No such file or directory
Of course I did a search on the forum and I found that there could be a lot of libraries involved.
When I review my problem, the best course of action would be to recompile the program on the Red Hat system and include the libraries in the binary.
to obtain info on shared libraries needed. Copy them to /usr/lib or other suitable folder, and then as root execute
ldconfig -v
Word of wisdom:
Anyway, you should not mix shared libraries from different distributions, as they just migh colide with each other. I´m sure that application in question is available as rpm package for Suse. Yast is your friend.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.