Sopcast dont start (resolved)

Archived topics about LMDE 1 and LMDE 2
Locked
freeer

Sopcast dont start (resolved)

Post by freeer »

Hello. I Have Linux Mint Debian Edition (amd 64) and i try to install sopcast with this toutorial:

Code: Select all

# Get the GSopcast GUI deb file
wget http://freetowatchtv.co.uk/images/ub...2.8-1_i386.deb
# Install the deb
sudo dpkg -i gtk-sopcast_0.2.8-1_i386.deb
# get the newest version of sopcast
wget http://freetowatchtv.co.uk/images/ubuntu/sp-auth.tgz
# extract it
tar xzf sp-auth.tgz
# move the sopcast executable to the directory where the GUI requires it to be and renaming it (the newest version from sopcast is named sp-sc-auth and not sp-sc)
sudo cp sp-auth/sp-sc-auth /usr/bin/sp-sc
# root should own the sp-sc executable - probably not required
sudo chown root:root /usr/bin/sp-sc
Unfortunately, when i try to start:

Code: Select all

piotr@piotr ~/Pulpit $ gsopcast
gsopcast: error while loading shared libraries: libgtk-x11-2.0.so.0: cannot open shared object file: No such file or directory
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 1 time in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
rich_roast

Re: Sopcast dont start

Post by rich_roast »

Just on the off chance, check that libgtk2.0-0 is installed.
proxima_centauri

Re: Sopcast dont start

Post by proxima_centauri »

I think you need the 32-bit libraries.

Code: Select all

apt install ia32-libs
freeer

Re: Sopcast dont start

Post by freeer »

I have installed ia32-libs and libgtk2.0-0 :/
freeer

Re: Sopcast dont start

Post by freeer »

Succes! I don't know how, but sopcast start work ;)
Locked

Return to “LMDE Archive”