[WBEL-users] Re: Yum missing packages for WBEL4?

Eric B. ebenze at hotmail.com
Wed Nov 23 17:03:29 CST 2005


>> I am able to install some things via yum without problems.  Ex, I
>> installed emacs, X Win server, etc.  However, I am still running into
>> problems with Gnome desktop.  I tried installing it this time using
>> the groupinstall option:
>> ie: yum groupinstall "GNOME Desktop Environment"
>>
>> This time I am still getting dependency problems:
>> Error: Missing Dependency: libgdk_imlib.so.1 is needed by package
>> gtk-engines
>>
>> After a little searching, I found that the libgdk_imlib.so.1 is
>> provided by the imlib.  A manual yum install imlib finds the library
>> and installs it. However, trying the yum groupinstall GNOME Desktop
>> Environment still fails with the same error message.
>>
>> A quick perusal of the system finds libgdk_imlib.so.1 in /usr/lib64.
>> I've tried an rpm --rebuilddb to ensure that the db was properly
>> populated, but that has proven fruitless as well.
>
> Try...
>
> yum clean all
> # Optionally: rm -rf /var/cache/yum/* to really, squeaky "clean"
> yum update
> yum groupinstall "GNOME Desktop Environment"


Still no luck.  Still get the missing dependency errors.

> *You* shouldn't need to show yum anything. RPM handles all that
> dependency/providing stuff.

Agreed, but apparently, something confusion is happening between RPM and
Yum.  I tried to check what imlib provides on my system:
[root at phoenix ~]# rpm -q --provides imlib
config(imlib) = 1:1.9.13-23
libImlib.so.11()(64bit)
libgdk_imlib.so.1()(64bit)
libimlib-bmp.so()(64bit)
libimlib-gif.so()(64bit)
libimlib-jpeg.so()(64bit)
libimlib-png.so()(64bit)
libimlib-ppm.so()(64bit)
libimlib-ps.so()(64bit)
libimlib-tiff.so()(64bit)
libimlib-xpm.so()(64bit)
imlib = 1:1.9.13-23


So it is obviously there and installed, and yet, I am still getting the
error msg:
Error: Missing Dependency: libgdk_imlib.so.1 is needed by package
gtk-engines

I even went so far as doing an rpm --rebuild in the hopes that something
would change, but still no such luck.  Would submitting the yum trace be of 
any assistance in tracking down this problem?  It's a bit large (ie: 50Kb), 
so I didn't want to attach it for nothing....


Any ideas?  Any help would be greatly appreciated!

Thanks!

Eric






More information about the Whitebox-users mailing list