rpm failed dependencies 

Newsgroups: comp.os.linux.misc
>Hi. How do I find out which package provides the
>missing libwraster.so.1?
>
>(I can't see how the --whatprovides stuff works.)
  Try this (assuming a Red Hat install CD in your drive... adjust
path for others):
$ rpm -qp -filesbypkg /mnt/cdrom/RedHat/RPMS/*.rpm | grep libwraster.so.1

which results in:

WindowMaker               /usr/X11R6/lib/libwraster.so.1
WindowMaker               /usr/X11R6/lib/libwraster.so.1.2.0

Steve Ackman