PDA

View Full Version : [ubuntu] can't install sopcast in lucid



135798642
April 30th, 2010, 12:05 PM
can't install sp-auth:

sp-auth:
Depends: libstdc++5 but it is not installable
while default libstdc in lucid is ++6, plz help me install sopcast,i want to watch chelsea-liv match this sunday :(

135798642
April 30th, 2010, 04:11 PM
anyone help me plz :((

lechien73
April 30th, 2010, 04:26 PM
Hi,

I have Sopcast working fine in Lucid 64-bit. Here's what I did:


sudo add-apt-repository ppa:jason-scheunemann/ppa
sudo apt-get update
sudo apt-get install sopcast-player

This installs all the correct libraries and the correct version of sp-auth. HTH

Matt

135798642
May 1st, 2010, 03:39 AM
hix, 64bit lucid can install libstdc++5, but 32bit lucid can't :( anyone help me plz :(

Taman
May 1st, 2010, 10:04 AM
hix, 64bit lucid can install libstdc++5, but 32bit lucid can't :( anyone help me plz :(


try this http://ftp.us.debian.org/debian/pool/main/g/gcc-3.3/libstdc++5_3.3.6-18_i386.deb

135798642
May 1st, 2010, 01:34 PM
thanks,it's working..

wirespot
August 29th, 2010, 08:03 PM
Here's the full method of installing sopcast on Linux. Open a console:

1) Add the flyguy PPA repo to your system:

sudo add-apt-repository ppa:jason-scheunemann/ppa

2) Refresh the packages list:

sudo apt-get update

If you have 64bit Ubuntu jump to step (4).

3) Get a libstdc5++ version you can install and install it:

wget http://ftp.us.debian.org/debian/pool/main/g/gcc-3.3/libstdc++5_3.3.6-18_i386.deb
sudo dpkg -i libstdc++5_3.3.6-18_i386.deb

4) Install sopcast (it will automatically pull in sp-auth):

sudo apt-get install sopcast-player