Somebody in the thread at some point said: > > After updating and adding packages using yumex, konqueror no longer > wants to work. This was updating from the standard redhat repositories. > If I try to run it from konsole I get the following error: > > konqueror: symbol lookup error: /usr/lib64/libkdeinit_konqueror.so: ... > Below is the information on the RPM package I have installed that is > suppose to install konqueror > > RPM Group : User Interface/Desktops I guess the problem can be the executable is x86_64 but you only have i386 libs. Gain a view about the arches of what you have installed with this $ rpm -qa --qf "%{name}-%{version}-%{release}-%{arch}\n" | grep kde # rpm -q --whatprovides /usr/lib/libkdeinit_konqueror.so kdebase-3.5.6-12.fc7 So I guess you only have 32-bit kdebase installed? -Andy