LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
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 09-28-2005, 04:13 PM   #1
lazertronic
LQ Newbie
 
Registered: Sep 2005
Location: Georgia
Distribution: Slackware 10.2 - 2.4.31
Posts: 7

Rep: Reputation: 0
failed dependancies, but are installed?!?!


I am trying to install a couple of games I d/ld off the opengl site. The ones in particular are rpm binaries. When i do the 'rpm -i game.rpm' I get failed dependancies (around 15-20) that i have searched through the system and found to not only be installed, but are current enough for the depenancies required for the package. One in particular is foobilliards.

I get this same issue when trying to install the eagle electronics cad package.

here is the eagle example.

lazer2:~$ rpm -i eagle-lin-eng-4.15-1.i586.rpm
error: Failed dependencies:
/bin/sh is needed by eagle-lin-eng-4.15-1
libX11.so.6 is needed by eagle-lin-eng-4.15-1
libXext.so.6 is needed by eagle-lin-eng-4.15-1
libc.so.6 is needed by eagle-lin-eng-4.15-1
libc.so.6(GLIBC_2.0) is needed by eagle-lin-eng-4.15-1
libc.so.6(GLIBC_2.1) is needed by eagle-lin-eng-4.15-1
libc.so.6(GLIBC_2.1.3) is needed by eagle-lin-eng-4.15-1
libc.so.6(GLIBC_2.2) is needed by eagle-lin-eng-4.15-1
libdl.so.2 is needed by eagle-lin-eng-4.15-1
libdl.so.2(GLIBC_2.0) is needed by eagle-lin-eng-4.15-1
libdl.so.2(GLIBC_2.1) is needed by eagle-lin-eng-4.15-1
libm.so.6 is needed by eagle-lin-eng-4.15-1
libm.so.6(GLIBC_2.0) is needed by eagle-lin-eng-4.15-1

any thoughts would be appreciated, and yes I have searched around for answers!
 
Old 09-28-2005, 04:26 PM   #2
david_ross
Moderator
 
Registered: Mar 2003
Location: Scotland
Distribution: Slackware, RedHat, Debian
Posts: 12,047

Rep: Reputation: 79
They wouldn't have been install from an rpm which is probably confusing the rpm database. Try with the --nodeps option to skip the dependancy check.
 
Old 09-28-2005, 04:31 PM   #3
lazertronic
LQ Newbie
 
Registered: Sep 2005
Location: Georgia
Distribution: Slackware 10.2 - 2.4.31
Posts: 7

Original Poster
Rep: Reputation: 0
Quote:
Originally posted by david_ross
They wouldn't have been install from an rpm which is probably confusing the rpm database. Try with the --nodeps option to skip the dependancy check.
Here is what was returned when adding the --nodeps option:

lazer2:~$ rpm -i --nodeps eagle-lin-eng-4.15-1.i586.rpm
error: cannot get exclusive lock on /var/lib/rpm/Packages
error: cannot open Packages index using db3 - Operation not permitted (1)
error: cannot open Packages database in /var/lib/rpm
 
Old 09-28-2005, 04:32 PM   #4
david_ross
Moderator
 
Registered: Mar 2003
Location: Scotland
Distribution: Slackware, RedHat, Debian
Posts: 12,047

Rep: Reputation: 79
It sounds like you have another rpm process running - check with:
ps -ef | grep rpm
 
Old 09-28-2005, 04:34 PM   #5
gbonvehi
Senior Member
 
Registered: Jun 2004
Location: Argentina (SR, LP)
Distribution: Slackware
Posts: 3,145

Rep: Reputation: 53
You could also use the compressed binary install, get: ftp://ftp.cadsoft.de/pub/program/4.1...n-eng-4.15.tgz
NOTE: It's not a Slackware Package, don't use installpkg.
Uncompress that file somewhere, it's a tar.gz file, use: tar zxf eagle-lin-eng-4.15.tgz , that will create a directory called eagle-lin-eng-4.15, get into it and run the file called install.

Last edited by gbonvehi; 09-28-2005 at 04:37 PM.
 
Old 09-28-2005, 04:37 PM   #6
lazertronic
LQ Newbie
 
Registered: Sep 2005
Location: Georgia
Distribution: Slackware 10.2 - 2.4.31
Posts: 7

Original Poster
Rep: Reputation: 0
Quote:
Originally posted by gbonvehi
You could also use the compressed binary install, get: ftp://ftp.cadsoft.de/pub/program/4.1...n-eng-4.15.tgz
NOTE: It's not a Slackware Package, don't use installpkg.
Uncompress that file somewhere, it's a tar.gz file, use: tar zxf eagle-lin-eng-4.15.tgz , and run the install file inside it.
ok that's great... (downloading now)... if it installs, but what about others that are only dl'able in rpm that do this (games, proggys, etc.)
 
Old 09-28-2005, 04:39 PM   #7
gbonvehi
Senior Member
 
Registered: Jun 2004
Location: Argentina (SR, LP)
Distribution: Slackware
Posts: 3,145

Rep: Reputation: 53
Try: rpm --initdb
And after, try installing some RPM, you should always avoid this since they could overwrite a file installed by Slackware and won't let you know. If available, always get a generic version, or use rpm2tgz (as root).
 
Old 09-28-2005, 04:52 PM   #8
lazertronic
LQ Newbie
 
Registered: Sep 2005
Location: Georgia
Distribution: Slackware 10.2 - 2.4.31
Posts: 7

Original Poster
Rep: Reputation: 0
Quote:
Originally posted by gbonvehi
Try: rpm --initdb
And after, try installing some RPM, you should always avoid this since they could overwrite a file installed by Slackware and won't let you know. If available, always get a generic version, or use rpm2tgz (as root).
Well.. that didn't work either. However, I did happen to find a tarball for what I was looking for. This installed without a hitch. I think I will stick with you suggestion of using the tgz's and such.

Thank you.
 
Old 09-28-2005, 04:56 PM   #9
AxeZ
Member
 
Registered: Sep 2002
Location: Novi Sad, Vojvodina
Distribution: Slackware, FreeBSD
Posts: 386

Rep: Reputation: 32
Man..you're installing rpm on Slackware????
COnvert it with rpm2tgz or just use the source!!!
 
  


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
Says Failed dependency even when libpcap.so.0 installed. X-Unix Mandriva 2 09-13-2004 11:19 PM
failed dependencies to installed packages?? mandrakemikael Linux - Newbie 1 09-10-2004 04:26 PM
Failed Dependancies cvc505 Linux - Software 1 06-28-2004 01:08 AM
linux single user mode and lilo installed failed ckamheng Slackware 1 11-27-2003 01:06 PM
XMMS-mp3 Failed Dependancies bshelton Fedora 1 11-14-2003 09:18 AM

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

All times are GMT -5. The time now is 03:22 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