I upgraded from RH9 to Fedora Core 6 and met the following poblem during installing NTFS file support.
After detecting the kernel by, uname -rm -> 2.6.18-1.2798.fc6 i686, I downloaded appropriate files for my kernel:
1) kmod-ntfs-2.1.27-2.2.6.18_1.2798.fc6.i686.rpm and 2) ntfs-kmod-common-2.1.27-2.lvn6.noarch.rpm
Then, installing them:
[root@localhost Desktop]#sudo rpm -ivh kmod-ntfs-2.1.27-2.2.6.18_1.2798.fc6.i686.rpm \ ntfs-kmod-common-2.1.27-2.lvn6.noarch.rpm
I get the following:
warning: kmod-ntfs-2.1.27-2.2.6.18_1.2798.fc6.i686.rpm: Header V3 DSA signature: NOKEY, key ID a109b1ec
error: Failed dependencies:
kernel-i686 = 2.6.18-1.2798.fc6 is needed by kmod-ntfs-2.1.27-2.2.6.18_1.2798.fc6.i686
How can I fix this error?