Results 1 to 9 of 9
Hi everyone, I am trying to install my ATI graphics card driver with the rpm, but when I go to install it I get this error. I have had an ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 05-20-2006 #1Just Joined!
- Join Date
- Jun 2005
- Posts
- 40
Error when installing ATI rpm
Hi everyone, I am trying to install my ATI graphics card driver with the rpm, but when I go to install it I get this error. I have had an error like this before on another distro of Linux, but I forget how exactly I fixed it. I think it was something to do with the "ln" command or something. Here is the error I am getting.
If someone could help me that would be great! Thankserror: Failed dependencies:
/bin/sh is needed by fglrx_6_8_0-8.24.8-1
ld-linux.so.2 is needed by fglrx_6_8_0-8.24.8-1
libc.so.6 is needed by fglrx_6_8_0-8.24.8-1
libdl.so.2 is needed by fglrx_6_8_0-8.24.8-1
libexpat.so.0 is needed by fglrx_6_8_0-8.24.8-1
libfontconfig.so.1 is needed by fglrx_6_8_0-8.24.8-1
libfreetype.so.6 is needed by fglrx_6_8_0-8.24.8-1
libgcc_s.so.1 is needed by fglrx_6_8_0-8.24.8-1
libICE.so.6 is needed by fglrx_6_8_0-8.24.8-1
libm.so.6 is needed by fglrx_6_8_0-8.24.8-1
libpthread.so.0 is needed by fglrx_6_8_0-8.24.8-1
libSM.so.6 is needed by fglrx_6_8_0-8.24.8-1
libstdc++.so.5 is needed by fglrx_6_8_0-8.24.8-1
libX11.so.6 is needed by fglrx_6_8_0-8.24.8-1
libXcursor.so.1 is needed by fglrx_6_8_0-8.24.8-1
libXext.so.6 is needed by fglrx_6_8_0-8.24.8-1
libXft.so.2 is needed by fglrx_6_8_0-8.24.8-1
libXinerama.so.1 is needed by fglrx_6_8_0-8.24.8-1
libXmu.so.6 is needed by fglrx_6_8_0-8.24.8-1
libXrandr.so.2 is needed by fglrx_6_8_0-8.24.8-1
libXrender.so.1 is needed by fglrx_6_8_0-8.24.8-1
libXt.so.6 is needed by fglrx_6_8_0-8.24.8-1
libXxf86vm.so.1 is needed by fglrx_6_8_0-8.24.8-1
libz.so.1 is needed by fglrx_6_8_0-8.24.8-1
librt.so.1 is needed by fglrx_6_8_0-8.24.8-1
libc.so.6(GLIBC_2.0) is needed by fglrx_6_8_0-8.24.8-1
libc.so.6(GLIBC_2.1) is needed by fglrx_6_8_0-8.24.8-1
libc.so.6(GLIBC_2.1.3) is needed by fglrx_6_8_0-8.24.8-1
libc.so.6(GLIBC_2.2) is needed by fglrx_6_8_0-8.24.8-1
libdl.so.2(GLIBC_2.0) is needed by fglrx_6_8_0-8.24.8-1
libdl.so.2(GLIBC_2.1) is needed by fglrx_6_8_0-8.24.8-1
libgcc_s.so.1(GCC_3.0) is needed by fglrx_6_8_0-8.24.8-1
libgcc_s.so.1(GLIBC_2.0) is needed by fglrx_6_8_0-8.24.8-1
libm.so.6(GLIBC_2.0) is needed by fglrx_6_8_0-8.24.8-1
libm.so.6(GLIBC_2.1) is needed by fglrx_6_8_0-8.24.8-1
libm.so.6(GLIBC_2.2) is needed by fglrx_6_8_0-8.24.8-1
libpthread.so.0(GLIBC_2.0) is needed by fglrx_6_8_0-8.24.8-1
libpthread.so.0(GLIBC_2.1) is needed by fglrx_6_8_0-8.24.8-1
librt.so.1(GLIBC_2.2) is needed by fglrx_6_8_0-8.24.8-1
libstdc++.so.5(GLIBCPP_3.2) is needed by fglrx_6_8_0-8.24.8-1
- 05-20-2006 #2
Maybe it would help to first convert the .rpm package to a slackware package (.tgz) with alien:
Then install the resulting .tgz package.Code:fakeroot alien -t --scripts package_name.rpm
"To express yourself in freedom, you must die to everything of yesterday. From the 'old', you derive security; from the 'new', you gain the flow."
-Bruce Lee
- 05-20-2006 #3Just Joined!
- Join Date
- Jun 2005
- Posts
- 40
When I tryed that it said "-bash: fakeroot: command not found".
- 05-20-2006 #4
Then install the fakeroot package from the slackware repository.
"To express yourself in freedom, you must die to everything of yesterday. From the 'old', you derive security; from the 'new', you gain the flow."
-Bruce Lee
- 05-20-2006 #5Just Joined!
- Join Date
- Jun 2005
- Posts
- 40
Well that's a problem
I have never done that before, and I don't have a clue how. I am still fairly new to using Linux and only know the very basics
Could you or someone tell me how please, I really need to get this all working!
- 05-20-2006 #6
You can read that:
http://www.slackware.com/config/packages.php
And use rpm2targz instead of the command I gave you:
For package management, you can useCode:rpm2tgz package_name.rpm
-slapt-get (command line version)
-gslapt-get (GUI version)
Here is link to download slapt-get:
http://software.jaos.org/#slapt-get"To express yourself in freedom, you must die to everything of yesterday. From the 'old', you derive security; from the 'new', you gain the flow."
-Bruce Lee
- 05-20-2006 #7Just Joined!
- Join Date
- Jun 2005
- Posts
- 40
Great! This is all fixed now
- 05-20-2006 #8
Great!
Try to learn slapt-get as best as you can, it is a very useful tool."To express yourself in freedom, you must die to everything of yesterday. From the 'old', you derive security; from the 'new', you gain the flow."
-Bruce Lee
- 05-20-2006 #9Just Joined!
- Join Date
- Jun 2005
- Posts
- 40
Ok, will do
I really appreciate all the help you have given me.
Now on to my next problem in another thread


Reply With Quote
