Hi Oscar,

It looks like you don't actually have a libXtst.so named library, but rather the versioned one .so.6. I think the -lXtst will look directly for libXtst.so, and so is failing to find your library because of the additional version number at the end. Perhaps you could try creating libXtst.so as a symlink to libXtst.so.6 and rerun the build?

Regards,
Oliver

Oscar Bacho wrote:
2008/12/22 Aleksey Shipilev <[email protected]>

Hm... So the issue is, Xtst could not be found even at /usr/lib64?
Maybe the permissions are faulty? Can you show the output of this command?

$ ls -la /usr/lib64/libXtst*

Thanks,
Aleksey.


 This is the output

lrwxrwxrwx 1 root root    16 nov 26 16:46 /usr/lib64/libXtst.so.6 ->
libXtst.so.6.1.0
-rwxr-xr-x 1 root root 26136 feb 21  2008 /usr/lib64/libXtst.so.6.1.0

Thanks

Oscar Bacho


--
Oliver Deakin
Unless stated otherwise above:
IBM United Kingdom Limited - Registered in England and Wales with number 741598. Registered office: PO Box 41, North Harbour, Portsmouth, Hampshire PO6 3AU

Reply via email to