Posted By:
Christopher_Koenigsberg
Posted On:
Sunday, May 23, 2004 08:33 AM
I think it needs to find a "libXp.so" either on the LD_LIBRARY_PATH or in a directory you add via a "-L", and the libXp.so also has to have the right version 6 (libXp.so.6) that it is linked to.
it's been a long time since I dealt with so's, but if I recall correctly, I think you link to a library, like libXp.so, and it uses the latest version currently available (e.g. libXp.so.6) at link time; and then later on when you run, there may be multiple versions available (e.g. maybe libXp.so.5, etc.), but it needs to find the one it was linked with.