Hi there, not really sure if this is a bug, but more so rather a missing file...
I installed a fresh 5.1 copy very minimal - no desktop, etc. Now it came up later that I would need a desktop on this install. So I was going to just groupinstall in the Gnome Desktop.
# yum groupinstall "GNOME Desktop Environment"
Now while processing the dependencies, it fails out with a dependency for libgaim.so.0 (for package nautilus-sendto). So I tried...
# yum provides libgaim.so.0
No results.
Ideas?
dnk
On Tue, 2007-12-18 at 10:30 -0800, dnk wrote:
Hi there, not really sure if this is a bug, but more so rather a missing file...
I installed a fresh 5.1 copy very minimal - no desktop, etc. Now it came up later that I would need a desktop on this install. So I was going to just groupinstall in the Gnome Desktop.
# yum groupinstall "GNOME Desktop Environment"
Now while processing the dependencies, it fails out with a dependency for libgaim.so.0 (for package nautilus-sendto). So I tried...
# yum provides libgaim.so.0
No results.
Ideas?
dnk
<snip sig stuff>
My 5.0 DVD and 5.1 iso image show the packages gaim.i386 and gaim- devel.i386 provide this. They are beta-2:2.0.0* versions.
command was
yum --whatprovides libgaim.so.0
HTH
I had not tired installing it from the CD (yet), but the issue was more when installing from a remote repo with the groupinstall command (and the dependency failing). However I will try that other option you mentioned.
regards,
dnk
On Dec 18, 2007 11:15 AM, William L. Maltby CentOS4Bill@triad.rr.com wrote:
On Tue, 2007-12-18 at 10:30 -0800, dnk wrote:
Hi there, not really sure if this is a bug, but more so rather a missing file...
I installed a fresh 5.1 copy very minimal - no desktop, etc. Now it came up later that I would need a desktop on this install. So I was going to just groupinstall in the Gnome Desktop.
# yum groupinstall "GNOME Desktop Environment"
Now while processing the dependencies, it fails out with a dependency for libgaim.so.0 (for package nautilus-sendto). So I tried...
# yum provides libgaim.so.0
No results.
Ideas?
dnk
<snip sig stuff>
My 5.0 DVD and 5.1 iso image show the packages gaim.i386 and gaim- devel.i386 provide this. They are beta-2:2.0.0* versions.
command was
yum --whatprovides libgaim.so.0
HTH
Bill
CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
On Dec 18, 2007 10:30 AM, dnk d.k.emaillists@gmail.com wrote:
Hi there, not really sure if this is a bug, but more so rather a missing file...
I installed a fresh 5.1 copy very minimal - no desktop, etc. Now it came up later that I would need a desktop on this install. So I was going to just groupinstall in the Gnome Desktop.
# yum groupinstall "GNOME Desktop Environment"
Now while processing the dependencies, it fails out with a dependency for libgaim.so.0 (for package nautilus-sendto). So I tried...
In fact, this is a known upstream issue. Please see:
http://bugs.centos.org/view.php?id=2483
Akemi