Originally Posted by jmfairlie
hello everyone
im totally new to linux and im trying to install xine (the multimedia player)
In order to do this i need to install the ...
hello everyone
im totally new to linux and im trying to install xine (the multimedia player)
In order to do this i need to install the following files (according to xine.com):
I install file #1 and everythings ok but when i try file #2 this happens:
[root@localhost pinga]# rpm -i curl-7.10.3-2.1mdk.i586.rpm
error: failed dependencies:
libcrypto.so.0.9.7 is needed by curl-7.10.3-2.1mdk
libssl.so.0.9.7 is needed by curl-7.10.3-2.1mdk
libc.so.6(GLIBC_2.3) is needed by curl-7.10.3-2.1mdk
looking around the internet i find out i need to install the following files in order to solve the dependencies:
a.- libopenssl0.9.7-0.9.7b-3mdk.i586.rpm (for the first 2 deps)
b.- glibc-2.3.2-4.80.6.i386.rpm (for libc.so.6)
So i go to rpmfind.com (or something like that) i download both files and then i try to install file b but i get this error:
[root@localhost pinga]# rpm -i glibc-2.3.2-4.80.6.i386.rpm
error: failed dependencies:
glibc-common = 2.3.2-4.80.6 is needed by glibc-2.3.2-4.80.6
again i download file glibc-common-2.3.2-4.80.6.i386.rpm and try to install BUT: