LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   libgaim.so.0()(64bit) error | centos (https://www.linuxquestions.org/questions/linux-general-1/libgaim-so-0-64bit-error-%7C-centos-613090/)

Cheza 01-12-2008 10:13 AM

libgaim.so.0()(64bit) error | centos
 
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

weibullguy 01-12-2008 10:32 AM

Looks like you've installed a 32-bit libgaim and you need a 64-bit libgaim. Since you are pulling libgaim from an i386 repository, look for a libgaim in an x86_64 repository.


All times are GMT -5. The time now is 09:02 PM.