On 9/6/06, Mostafa Afgani <m.afgani.fedora@xxxxxxxxxxxxxx> wrote:
I don't understand why it says libXt.so and libXext.so are missing since I have both installed (32bit & 64bit flavors).
Looking at /usr/lib64 I finally noticed that there indeed was not libXt.so or libXext.so. Creating the symlinks to point to libXt.so.6 and libXext.so.6 respectively has finally solved the problem. At this point, it seems a little strange that these symlinks are not provided by the packages by default. This is not the first time I had to create *.so symlinks to get an application or the linker to work. Thanks again. M