LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   WinRAR GUI Error Message (https://www.linuxquestions.org/questions/linux-software-2/winrar-gui-error-message-663703/)

Mr. Rey 08-18-2008 06:18 PM

WinRAR GUI Error Message
 
Hello all. If you're reading this, thank you for your time!

I'm trying to install the GUI version of WinRAR on Fedora 9 64bit but I am getting the following error message:

./RarGUI2.2-fix-Bin.sfx: error while loading shared libraries: libstdc++.so.5: cannot open shared object file: No such file or directory

I ran the following command hoping that this would install the correct libstdc++ package but it did not: yum install compat-lib*

I also ran this command to get my status for libstdc++ but I don't have it installed:

ls -al /usr/lib/libstdc*
-rwxr-xr-x 1 root root 262024 2008-02-21 18:45 /usr/lib/libstdc++-3-libc6.2-2-2.10.0.so
lrwxrwxrwx 1 root root 31 2008-08-18 15:48 /usr/lib/libstdc++-libc6.2-2.so.3 -> libstdc++-3-libc6.2-2-2.10.0.so
lrwxrwxrwx 1 root root 19 2008-08-15 17:41 /usr/lib/libstdc++.so.6 -> libstdc++.so.6.0.10
-rwxr-xr-x 1 root root 954544 2008-04-28 11:37 /usr/lib/libstdc++.so.6.0.10

I really appreciate your time and assistance!

David the H. 08-18-2008 07:26 PM

On Debian the libstdc++5 package has the file you require. I don't know if it's the same under yum, but I'm sure it must have a similar name. You need to search yum for the exact package you need. It appears to be a separate install from libstdc++6.

By the way, I used a tool called apt-file, which allows you to search for which package contains a particular file. Is there something similar for rpms?

Mr. Rey 08-18-2008 08:40 PM

Yum
 
Ok. So the question is...how do I search in Yum for the package I need?

lazlow 08-18-2008 10:44 PM

Quote:

[fred@localhost ~]$ yum provides libstdc++.so.5
Loading "protectbase" plugin
Loading "protect-packages" plugin
Loading "priorities" plugin
Loading "skip-broken" plugin
0 packages excluded due to repository protections
compat-libstdc++-33.i386 : Compatibility standard C++ libraries
You know unrar is available from livna and it works as a right click in gnome? Gpar2 (rar repair) is available from the standard repo.

Mr. Rey 08-18-2008 11:08 PM

I went ahead and ran that command but this is what I got:

[root@localhost Download]# yum provides libstcd++.so.5
Loaded plugins: refresh-packagekit
fedora | 2.4 kB 00:00
livna | 2.1 kB 00:00
updates | 2.3 kB 00:00
No Matches found
[root@localhost Download]#


All times are GMT -5. The time now is 04:04 AM.