hi, System: Dell Inspiron 8600 OS: Fedora Core 3 Test 2 Package: xine I'm trying to install xine in my system. i downloaded the binaries from freshrpms for fedora 2. i got i think all the prerequisite packages needed installed. when i'm trying to install xine it reports the following error: # rpm -ivh xine-0.99.2-1.1.fc2.fr.i386.rpm warning: xine-0.99.2-1.1.fc2.fr.i386.rpm: V3 DSA signature: NOKEY, key ID e42d547b error: Failed dependencies: libcurl.so.2 is needed by xine-0.99.2-1.1.fc2.fr To find more information on 'curl' i did the following: # rpm -qa | grep curl curl-devel-7.12.0-2 curl-7.12.0-2 # ll /usr/lib | grep libcurl -rw-r--r-- 1 root root 244056 Jul 26 08:29 libcurl.a lrwxrwxrwx 1 root root 16 Sep 25 01:32 libcurl.so -> libcurl.so.3.0.0 lrwxrwxrwx 1 root root 16 Sep 25 01:19 libcurl.so.3 -> libcurl.so.3.0.0 -rwxr-xr-x 1 root root 183196 Jul 26 08:29 libcurl.so.3.0.0 It looks from the information, that although i have curl, the libraries that it installs are libcurl.so.3 and not libcurl.so.2. Now i'm totally lost as to how to solve this problem. could somebody help me on this? Cheers, Pritesh