(Ted Harding) Ted.Harding@nessie.mcc.ac.uk <> wrote:
The WP executable "xwp" is an ELF binary, so you should not need "/usr/i486-linuxaout/lib/libXt.so.6" for this purpose.
You can see what libraries it is wanting by running "ldd path/to/xwp".
Of course, part of your problem is the typical problem with having binary-only software on the system. If you remember "DLL version hell" from another platform, then this should be familiar to you.