LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 05-09-2005, 01:49 PM   #1
r0ck
LQ Newbie
 
Registered: Jun 2004
Distribution: Slackware 10.1
Posts: 14

Rep: Reputation: 0
Error: Failed dependencies


Ive tryed to install my gfx driver (Radeon 9700 Pro ATI Proprietary Linux x86 für X.Org 6.8 http://www.ati-news.de/HTML/Download/linux.shtml#4 ) with :

rpm -i fglrx_6_8_0-8.12.10-1.i386.rpm

There was this errors:
Code:
rpm -i fglrx_6_8_0-8.12.10-1.i386.rpm
error: Failed dependencies:
        /bin/sh is needed by fglrx_6_8_0-8.12.10-1
        libX11.so.6 is needed by fglrx_6_8_0-8.12.10-1
        libXext.so.6 is needed by fglrx_6_8_0-8.12.10-1
        libc.so.6 is needed by fglrx_6_8_0-8.12.10-1
        libc.so.6(GLIBC_2.0) is needed by fglrx_6_8_0-8.12.10-1
        libc.so.6(GLIBC_2.1) is needed by fglrx_6_8_0-8.12.10-1
        libc.so.6(GLIBC_2.1.3) is needed by fglrx_6_8_0-8.12.10-1
        libdl.so.2 is needed by fglrx_6_8_0-8.12.10-1
        libdl.so.2(GLIBC_2.0) is needed by fglrx_6_8_0-8.12.10-1
        libdl.so.2(GLIBC_2.1) is needed by fglrx_6_8_0-8.12.10-1
        libm.so.6 is needed by fglrx_6_8_0-8.12.10-1
        libm.so.6(GLIBC_2.0) is needed by fglrx_6_8_0-8.12.10-1
        libpthread.so.0 is needed by fglrx_6_8_0-8.12.10-1
        libpthread.so.0(GLIBC_2.0) is needed by fglrx_6_8_0-8.12.10-1
        librt.so.1 is needed by fglrx_6_8_0-8.12.10-1
        librt.so.1(GLIBC_2.2) is needed by fglrx_6_8_0-8.12.10-1
        libstdc++.so.5 is needed by fglrx_6_8_0-8.12.10-1
        libstdc++.so.5(CXXABI_1.2) is needed by fglrx_6_8_0-8.12.10-1
        libstdc++.so.5(GLIBCPP_3.2) is needed by fglrx_6_8_0-8.12.10-1
Ive have this Glibc Version

glib-config --version
1.2.10

This appears if i run glibcbug:
Code:
SEND-PR: -*- send-pr -*-
SEND-PR: Lines starting with `SEND-PR' will be removed automatically, as
SEND-PR: will all comments (text enclosed in `<' and `>').
SEND-PR:
From: stb
To: glibc-bug-reports-stable@gnu.org
Subject: [50 character or so descriptive subject here (for reference)]

>Submitter-Id:  net
>Originator:
>Organization:
 <organization of PR author (multiple lines)>
>Confidential:  no
>Synopsis:      <synopsis of the problem (one line)>
>Severity:      <[ non-critical | serious | critical ] (one line)>
>Priority:      <[ low | medium | high ] (one line)>
>Category:      libc
>Class:         <[ sw-bug | doc-bug | change-request | support ] (one line)>
>Release:       libc-2.3.2
>Environment:
        <machine, os, target, libraries (multiple lines)>
Host type: i486-slackware-linux-gnu
System: Linux geekshome 2.4.26 #6 Mon Jun 14 19:07:27 PDT 2004 i686 unknown unknown GNU/Linux
Architecture: i686

Addons: linuxthreads
Build CFLAGS: -g -O2 -march=i486 -mcpu=i686
Build CC: i486-slackware-linux-gcc
Compiler version: 3.3.4
Kernel headers: 2.4.29
Symbol versioning: yes
Build static: yes
Build shared: yes
Build pic-default: no
Build profile: yes
Build omitfp: no
Build bounded: no
Build static-nss: no

>Description:
        <precise description of the problem (multiple lines)>
>How-To-Repeat:
        <code/input/activities to reproduce the problem (multiple lines)>
>Fix:
        <how to correct or work around the problem, if known (multiple lines)>
The Files /bin/sh and /sbin/ldconfig is there !? but it tells me that it isnt there?!
Any idear how i can solve it? Ive got slackware 10.1 . The file libc.so.6 is there.

Thanks for help

Last edited by r0ck; 05-09-2005 at 02:31 PM.
 
Old 05-09-2005, 02:45 PM   #2
__J
Senior Member
 
Registered: Dec 2004
Distribution: Slackware, ROCK
Posts: 1,973

Rep: Reputation: 46
glib and glibc are two different libraries.

your problem is coming from you running slackware, but slackware doesn't use rpm's natively. you can do this one of two ways, the first being the more recommended way:

Code:
rpm2tgz <rpm name>
installpkg <package>
this creates a tgz package from a rpm so you can install it without any complaints.

Code:
rpm --force --nodeps <rpm name>
this tells rpm to install files even if they conflict with other files already installed and to ignore dependencies. the reason rpm says you don't have libc.so.6 ( and everything else it complained about) is rpm uses a database to keep track of what is and what is not on your system. since slackware does not have rpm's, the database is empty, so as far as rpm knows, you have nothing.
 
Old 05-09-2005, 03:08 PM   #3
r0ck
LQ Newbie
 
Registered: Jun 2004
Distribution: Slackware 10.1
Posts: 14

Original Poster
Rep: Reputation: 0
Thanks a lot youve helped me the second time )

I am very stupid not finding this way of installing the pkg.

This was the result:

Quote:
installpkg fglrx_6_8_0-8.12.10-1.i386.tgz
Installing package fglrx_6_8_0-8.12.10-1.i386...
PACKAGE DESCRIPTION:
I dont know if you know that but is now the driver installed? hmm ill restart my xorg server and hopefully see it again

Other Problem with the same error like abouth:

Quote:
slapt-get
slapt-get: /lib/libc.so.6: version `GLIBC_2.3.4' not found (required by slapt-get)
any idear ? Thanks a lot in advance .)
 
Old 05-09-2005, 03:24 PM   #4
__J
Senior Member
 
Registered: Dec 2004
Distribution: Slackware, ROCK
Posts: 1,973

Rep: Reputation: 46
I've always used nvidia, so I'm not sure exactly where you need to go, but I've seen at least a few threads in the slackware section on this issue so you might want to check there.
 
  


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
error: Failed dependencies: Greenman Linux - Newbie 3 09-29-2004 06:23 AM
I recieve a failed dependencies error, but I have all required dependencies Laptop2250 Linux - Software 15 02-03-2004 07:58 PM
error: failed dependencies yiannis_1978 Linux - Software 1 08-21-2003 12:41 PM
error: failed dependencies: gunz Linux - General 3 09-18-2002 09:18 PM
error : failed dependencies: karunesh Linux - General 1 02-05-2002 05:24 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

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