By following Rick Stout's HOWTO (http://fedoranews.org/contributors/rick_stout/freenx/) I've got the freenx server running on an FC3 server, and I've installed the Windows nx client on a couple of different Windows boxes and have successfully remoted into the FC3 server. Now I'm trying to install the nxclient for Linux on an FC3 box, and I'm having all kinds of problems with "libqt-mt.so.3." First, trying to install the RPM (nxclient-1.4.0-91.i386.rpm) reported libqt-mt-so.3 as a failed dependency. So I "yum install qt" and the RPM installs, and libqt-mt-so.3 is where it is supposed to be. But now when I try to run the binary, I get: error while loading shared libraries: libqt-mt-so.3: cannot open shared object file: No such file or directory. But it is in /usr/lib/qt-3.3/lib/libqt-mt.so.3 So what's the problem?