LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 06-11-2012, 03:39 AM   #1
Terminal(ly)- ill
LQ Newbie
 
Registered: Oct 2008
Distribution: Slackware 13.37, Linux Mint 12 Lisa
Posts: 16

Rep: Reputation: 1
Smile Help executing installed packages


Hey everyone, sorry to bother with more stupid questions :P. I recently
started running slackware 13.37 and wanted to install some packages. I downloaded transmission and chromium from slacky.eu repositories and installed
it with pkgtool. Everything looks fine, after viewing the installation it is present there, in the filesystem, everywhere it should be, only when I try to execute it nothing happens.

Any help greatly appreciated!

Thanks!
 
Old 06-11-2012, 04:18 AM   #2
pan64
LQ Addict
 
Registered: Mar 2012
Location: Hungary
Distribution: debian/ubuntu/suse ...
Posts: 21,842

Rep: Reputation: 7308Reputation: 7308Reputation: 7308Reputation: 7308Reputation: 7308Reputation: 7308Reputation: 7308Reputation: 7308Reputation: 7308Reputation: 7308Reputation: 7308
how did you try to execute?
 
Old 06-11-2012, 04:44 AM   #3
Alien Bob
Slackware Contributor
 
Registered: Sep 2005
Location: Eindhoven, The Netherlands
Distribution: Slackware
Posts: 8,559

Rep: Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106
Try to run the installed program in an X terminal and look for errors.
Did you install a 32-bit package on 64-bit Slackware perhaps? Or the other way round? That will not work. Did you forget to also install required dependencies? Slackware does not perform dependency checks for you.

Eric
 
1 members found this post helpful.
Old 06-11-2012, 04:50 AM   #4
Terminal(ly)- ill
LQ Newbie
 
Registered: Oct 2008
Distribution: Slackware 13.37, Linux Mint 12 Lisa
Posts: 16

Original Poster
Rep: Reputation: 1
Talking

Quote:
Originally Posted by Alien Bob View Post
Try to run the installed program in an X terminal and look for errors.
Did you install a 32-bit package on 64-bit Slackware perhaps? Or the other way round? That will not work. Did you forget to also install required dependencies? Slackware does not perform dependency checks for you.

Eric
I made sure it's 64 bit and pkgtool also says the installed is as well. After checking with terminal I think it's definitely the dependencies, thanks for that! Um, I'll have to ask though, how do I go about getting the dependencies?

Okay, I've started manually downloading dependencies and installing them but I've come across
a needed dependency glibc which I can't find for slack64.

Last edited by Terminal(ly)- ill; 06-11-2012 at 05:37 AM.
 
Old 06-11-2012, 06:56 AM   #5
wildwizard
Member
 
Registered: Apr 2009
Location: Oz
Distribution: slackware64-14.0
Posts: 875

Rep: Reputation: 282Reputation: 282Reputation: 282
Quote:
Originally Posted by Terminal(ly)- ill View Post
I've come across a needed dependency glibc which I can't find for slack64.
glibc is already in Slackware, pretty much everything needs it
 
Old 06-11-2012, 08:03 AM   #6
Alien Bob
Slackware Contributor
 
Registered: Sep 2005
Location: Eindhoven, The Netherlands
Distribution: Slackware
Posts: 8,559

Rep: Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106
Quote:
Originally Posted by Terminal(ly)- ill View Post
I made sure it's 64 bit and pkgtool also says the installed is as well. After checking with terminal I think it's definitely the dependencies, thanks for that! Um, I'll have to ask though, how do I go about getting the dependencies?

Okay, I've started manually downloading dependencies and installing them but I've come across
a needed dependency glibc which I can't find for slack64.
Pkgtool will install anything you tell it to. It will not check the archictecture, or the suitability for your Slackware release.

Please try to be more specific and don't let us guess about your issues.
What is the output of the program when you run it in a terminal? What is the reason you think you need glibc?

Eric
 
1 members found this post helpful.
Old 06-11-2012, 08:30 AM   #7
Terminal(ly)- ill
LQ Newbie
 
Registered: Oct 2008
Distribution: Slackware 13.37, Linux Mint 12 Lisa
Posts: 16

Original Poster
Rep: Reputation: 1
Smile

Quote:
Originally Posted by Alien Bob View Post
Pkgtool will install anything you tell it to. It will not check the archictecture, or the suitability for your Slackware release.

Please try to be more specific and don't let us guess about your issues.
What is the output of the program when you run it in a terminal? What is the reason you think you need glibc?

Eric
Yeah, sorry should have probably posted my error right. :P

Error when trying to run 'chromium':
chromium: /lib64/libc.so.6: version `GLIBC_2.14' not found (required by /usr/lib64/libevent-2.0.so.5)

Same for transmission-cli:
chromium: /lib64/libc.so.6: version `GLIBC_2.14' not found (required by /usr/lib64/libevent-2.0.so.5)
 
Old 06-11-2012, 09:16 AM   #8
ponce
LQ Guru
 
Registered: Aug 2004
Location: Pisa, Italy
Distribution: Slackware
Posts: 7,097

Rep: Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174
are you running slackware64-current or slackware64-13.37?
 
Old 06-11-2012, 09:20 AM   #9
FeyFre
Member
 
Registered: Jun 2010
Location: Ukraine, Vinnitsa
Distribution: Slackware
Posts: 351

Rep: Reputation: 30
Terminal(ly)- ill, your problem is pretty clear now. You have slackware64 13.37 with glibc-2.13, but you installed libevent built against glibc-2.14. You probably downloaded packages suitable for -current. Uninstall this package and download & install other which made explicitly for 13.37.
 
Old 06-11-2012, 09:43 AM   #10
ponce
LQ Guru
 
Registered: Aug 2004
Location: Pisa, Italy
Distribution: Slackware
Posts: 7,097

Rep: Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174
@terminally: the sense is not to mix software repositories, as one repository can have built stuff following its own chain of dependencies and environment.

the ideal is to build stuff yourself from slackbuilds.org: have a look at the README for the package you're interested and build first the dependencies accordingly.
 
1 members found this post helpful.
Old 06-11-2012, 03:36 PM   #11
Terminal(ly)- ill
LQ Newbie
 
Registered: Oct 2008
Distribution: Slackware 13.37, Linux Mint 12 Lisa
Posts: 16

Original Poster
Rep: Reputation: 1
Okay, finally got it working thanks everyone! Man, I was a complete idiot, searching dependency by dependency and installing from different sites, different versions. 0.o. Anyway, I've decided to use Slacky.eu as it already lists and provides all the necessary dependencies. To be honest I'm in need of some guidance as to what repositories I should be using. It served as a source of
some frustration because the links to repositories on the slackware site doesn't work and neither do several links to
other repositories across the net. I've only been able to find Slacky that is reliable.

Could any of you please share some of the repositories you frequent? Also @ponce, slackbuilds is a bit intimidating at the moment, :P so I'll give that a pass for now.

Thanks so much everyone!!
 
Old 06-11-2012, 03:46 PM   #12
Buumi
Member
 
Registered: Dec 2010
Location: Finland
Distribution: Slackware 14.1
Posts: 61

Rep: Reputation: 10
I think many people use slackbuilds.org for most of their stuff.
AlienBOB's repository is another popular one, he hosts slackbuilds as well as his precompiled packages for plenty of software. Link: http://www.slackware.com/~alien/slackbuilds/
rworkman also has some packages.. http://rlworkman.net/
Then there's that slacky.eu you already used.

rworkman and AlienBOB are part of Slackware team so their packages are pretty trusted ones.
 
  


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
how to save a list of installed packages and install these packages later mandavi Ubuntu 5 09-07-2009 11:36 AM
Executing MS windows based program which is installed through Wine as a non-root user akram Linux - Newbie 1 07-31-2009 05:18 AM
Sort installed packages by # of dependant packages installed brianez21 Debian 1 01-18-2006 05:06 PM
RPM is saying installed packages aren't installed ticky87 Linux - Newbie 4 07-26-2004 01:17 AM
Executing Installed Apps through KDE on RedHat 6.1 Ace Rimmer Linux - Newbie 2 03-29-2004 03:17 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 11:27 AM.

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