Markku Kolkka wrote:
Chris Norman kirjoitti viestissään (lähetysaika torstai, 12.
tammikuuta 2006 14:43):
You don't have the library libgnomeui installed.
To get it do something like:
yum install libgnomeui
or yum -y libgnomeui
to install silently.
If that doesn't work, try putting .so after the libgnomeui,
then .so.32
Much easier way than trial and error:
yum provides libgnomeui.so.32
Then yum install the package that you got as answer.
Why use two steps when you can use one?
# yum install libgnomeui.so.32
Paul.