LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 09-13-2014, 03:14 PM   #1
iceman81
Member
 
Registered: Jan 2013
Location: New Jersey
Distribution: CentOS, Arch
Posts: 181

Rep: Reputation: Disabled
has anyone installed popcorn-time on debian 7?


i d/led the 3.2 tar.gz off the site and uncompressed it, however when i click the app nothing happens. ran in terminal and i'm getting

./Popcorn-Time: /lib/x86_64-linux-gnu/libc.so.6: verizon 'GLIBC_2.14' not found (required by ./Popcorn-Time)

./Popcorn-Time: /lib/x86_64-linux-gnu/libc.so.6: verizon 'GLIBC_2.15' not found (required by ./Popcorn-Time)

how can i get these, i searched package installer, also tried apt-get libc6 and it says its already installed.

Last edited by iceman81; 09-13-2014 at 03:24 PM.
 
Old 09-13-2014, 04:36 PM   #2
weibullguy
ReliaFree Maintainer
 
Registered: Aug 2004
Location: Kalamazoo, Michigan
Distribution: Slackware 14.2
Posts: 2,815
Blog Entries: 1

Rep: Reputation: 261Reputation: 261Reputation: 261
Debian obviously ships with an incompatible C library version. Looks like popcorn time requires a minimum of glibc-2.14. You can install another version of glibc, but if you do it wrong you'll bork your system pretty good. I'm sure you're not the first to install a second version of glibc on a Debian system. I suggest you search the internet for some trustworthy instructions.
 
Old 09-14-2014, 12:46 AM   #3
jdkaye
LQ Guru
 
Registered: Dec 2008
Location: Westgate-on-Sea, Kent, UK
Distribution: Debian Testing Amd64
Posts: 5,465

Rep: Reputation: Disabled
Quote:
how can i get these, i searched package installer, also tried apt-get libc6 and it says its already installed.
What version of the libc package are you using? Debian testing gives you 2.19-10 which does provide libc.so.6. On the other hand Debian Wheezy gives you 2.13-38.
jdk
 
Old 09-14-2014, 08:40 AM   #4
iceman81
Member
 
Registered: Jan 2013
Location: New Jersey
Distribution: CentOS, Arch
Posts: 181

Original Poster
Rep: Reputation: Disabled
wheezy, 2.13, i did read instructions on changing to testing but it came with a lot of warnings, so i'm not sure if i should just switch distros considering i just installed deb on this system a couple days ago and i'm not really that invested. for some reason i gravitate towards debian but then shortly realize some things are not easily added.
 
Old 09-14-2014, 09:05 AM   #5
jdkaye
LQ Guru
 
Registered: Dec 2008
Location: Westgate-on-Sea, Kent, UK
Distribution: Debian Testing Amd64
Posts: 5,465

Rep: Reputation: Disabled
I started using Debian many years ago. Like many people I thought it best to begin with Stable (then called something like "Potato" or "Woody"). After about 2 day I realised that Stable was definitely not for me. It was far too conservative for someone using it on their personal desktop. Mission-critical servers? Yes indeed! Personal use? not for me. I've never really had any serious trouble with Testing (and Sid users will call me timid for not using Unstable) -- just niggly little things that go away after a day or two. If you are otherwise happy with Debian, I don't see any reason not to switch to Jessie.
jdk
 
Old 09-14-2014, 07:29 PM   #6
iceman81
Member
 
Registered: Jan 2013
Location: New Jersey
Distribution: CentOS, Arch
Posts: 181

Original Poster
Rep: Reputation: Disabled
I see it says to change stable to testing, but in my etc/apt/sources.list does not say stable anywhere not sure if I should change the instances of wheezy to Jessie. But it does not say to do that
 
Old 09-14-2014, 11:58 PM   #7
jdkaye
LQ Guru
 
Registered: Dec 2008
Location: Westgate-on-Sea, Kent, UK
Distribution: Debian Testing Amd64
Posts: 5,465

Rep: Reputation: Disabled
If you want to change to Testing then it would be better to use "testing" than "jessie" in your sources.list file. One day "jessie" will be "stable" but "testing" will always be "testing" independently of the codename for the current version.
jdk
 
Old 09-15-2014, 05:46 AM   #8
Don Graham
Member
 
Registered: Apr 2014
Location: Bangsaen Beach, Thailand
Distribution: Ubuntu 15.04 & Mint 17.1
Posts: 131

Rep: Reputation: Disabled
Quote:
Originally Posted by iceman81 View Post
i d/led the 3.2 tar.gz off the site and uncompressed it, however when i click the app nothing happens. ran in terminal and i'm getting

./Popcorn-Time: /lib/x86_64-linux-gnu/libc.so.6: verizon 'GLIBC_2.14' not found (required by ./Popcorn-Time)

./Popcorn-Time: /lib/x86_64-linux-gnu/libc.so.6: verizon 'GLIBC_2.15' not found (required by ./Popcorn-Time)

how can i get these, i searched package installer, also tried apt-get libc6 and it says its already installed.
This my help: .webupd8.org/2014/05/install-popcorn-time-in-ubuntu-or.html
 
Old 09-15-2014, 06:11 AM   #9
iceman81
Member
 
Registered: Jan 2013
Location: New Jersey
Distribution: CentOS, Arch
Posts: 181

Original Poster
Rep: Reputation: Disabled
I did the testing update last night but now when I log in I no longer have the option to select xfce4 at login. Only gnome is available. I removed and reinstalled xfce and still don't have the option to switch at login
 
Old 09-15-2014, 01:04 PM   #10
jdkaye
LQ Guru
 
Registered: Dec 2008
Location: Westgate-on-Sea, Kent, UK
Distribution: Debian Testing Amd64
Posts: 5,465

Rep: Reputation: Disabled
Quote:
Originally Posted by iceman81 View Post
I did the testing update last night but now when I log in I no longer have the option to select xfce4 at login. Only gnome is available. I removed and reinstalled xfce and still don't have the option to switch at login
Look here:
Quote:
Package xfce4

jessie (testing) (xfce): Meta-package for the Xfce Lightweight Desktop Environment
4.10.1: all
Is this the package you installed? It's a meta-package (a package of packages) and involves the installation of 45 packages.
Just install it and you should be good to go. The next time you reboot you should get the option to select xfce4.
jdk

Last edited by jdkaye; 09-15-2014 at 01:07 PM.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
LXer: Popcorn Time lets you stream torrent movies on your Linux desktop LXer Syndicated Linux News 0 03-07-2014 08:40 AM
Software shows up as installed and not installed at same time in zypper. LazerPhreak Linux - Software 2 12-13-2009 01:01 AM
I installed Wine and configure this at Debian 4.0 r1.I installed windows software hassancemk Linux - Software 2 04-01-2008 11:28 PM
SLAX Popcorn Loadlin Problem bluel1te Linux - Newbie 1 02-24-2006 05:52 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 02:39 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration