Oliver Deakin said the following on 22.12.2008 14:21:
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?

I think that Fedora doesn't require hacking around with symlinks. Most likely Oscar misses some X11 -devel package that is required for correct compilation.

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




--
Gregory

Reply via email to