I've just installed Linux-Mandrake on my computer, and had the same
problem. After a bit of hunting, I found that the files mentioned just
didn't exist.
As I recall, the files in RH6 were just symlinks, and this has cured
the problem for me:
cd /usr/X11R6/lib/
ln -s libX11.so.6 libX11.so
ln -s libXt.so.6 libXt.so
And, since I'm using linuxmotif
ln -s libXm.so.2 libXm.so
ln -s libXext.so.6 libXext.so
Given that the proper files (*.so.6, *.so.2) are also on the older RH
distro, I think the best solution is to relink the standard executable
against the relevant actual files.
- Andrew
|