I am trying to install Gnome via yum by doing a yum groupinstall "Gnome Desktop Enviroments" and I keep receiving the same error:
Code:
--> Processing Dependency: libgaim.so.0()(64bit) for package: nautilus-sendto
--> Processing Dependency: ttmkfdir for package: xorg-x11-xfs
--> Restarting Dependency Resolution with new changes.
--> Populating transaction set with selected packages. Please wait.
---> Downloading header for ttmkfdir to pack into transaction set.
ttmkfdir-3.0.9-23.el5.x86 100% |=========================| 7.0 kB 00:00
---> Package ttmkfdir.x86_64 0:3.0.9-23.el5 set to be updated
---> Downloading header for libFS to pack into transaction set.
libFS-1.0.0-3.1.x86_64.rp 100% |=========================| 5.7 kB 00:00
---> Package libFS.x86_64 0:1.0.0-3.1 set to be updated
--> Running transaction check
--> Processing Dependency: libgaim.so.0()(64bit) for package: nautilus-sendto
--> Finished Dependency Resolution
Error: Missing Dependency: libgaim.so.0()(64bit) is needed by package nautilus-sendto
After doing some research I found out that I need to install natilus-sendto by hand BEFORE installing Gnome via yum. So I did a yum clean all and proceeded to follow the directions provided by this URL
http://bugs.centos.org/view.php?id=2483
rpm -Uvh --nodeps nautilus-sendto-0.7-5.fc6.i386.rpm
However I am still getting the same error message when I try to reinstall Gnome. Is there something I am missing or did not do?
Thanks
Linux 2.6.18-8.el5 #1 SMP Thu Mar 15 19:46:53 EDT 2007 x86_64 x86_64 x86_64 GNU/Linux