LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Unrar gives error while trying to extract file (https://www.linuxquestions.org/questions/linux-newbie-8/unrar-gives-error-while-trying-to-extract-file-337260/)

gnukish 06-26-2005 05:17 AM

Unrar gives error while trying to extract file
 
Code:

kish@box:/mnt/hda12/files$ unrar e files.rar
unrar: error while loading shared libraries: libstdc++.so.6: cannot open shared object file: No such file or directory

Quote:

This is what the man pages had to say ...
OPTIONS
After the program name comes a command and then optional switches with dashes before them. A sum-
mary of commands is included below. For a complete description, run unrar without options.

e Extract files to current directory.
How do I run unrar , and why I get this error while trying to extract the files.rar file.
Is the dependency libstdc++.so missing ?? or is something else wrong ??
Clairfy and help .......

hfawzy 06-26-2005 06:19 AM

You need to install the libstdc++6-0 package (The GNU Standard C++ Library v3).

Harlin 06-26-2005 06:19 AM

Check unrar -h or --help. It should give you an indication of how to use it.

Most likely libstdc++ is not missing, you may have the wrong version installed. I see you have knoppix as your distro. If this is the case, you may not have any of the development libs installed on the live cd. If that's not right, someone please correct this.


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