PDA

View Full Version : How do I get lib files



ishorseman
April 10th, 2006, 11:50 PM
I am trying to install the real player plugin for firefox.
I downloaded RealPlayer10GOLD-1.bin.
set permissiond to make it executable.
When I execute :
./RealPlayer10GOLD-1.bin: error while loading shared libraries: libstdc++.so.5: cannot open shared object file: No such file or directory

I went to the application installer but can't find anything as simple as a library.

In the world of ubuntu how do I install this library.

gerbman
April 11th, 2006, 12:07 AM
I am trying to install the real player plugin for firefox.
I downloaded RealPlayer10GOLD-1.bin.
set permissiond to make it executable.
When I execute :
./RealPlayer10GOLD-1.bin: error while loading shared libraries: libstdc++.so.5: cannot open shared object file: No such file or directory

I went to the application installer but can't find anything as simple as a library.

In the world of ubuntu how do I install this library.From the terminal run
sudo apt-get install libstdc++5

ishorseman
April 11th, 2006, 11:40 PM
Thanks gerbman that works slick.

gerbman
April 12th, 2006, 07:22 AM
Thanks gerbman that works slick.Welcome :-D