Displaying 1 result from an estimated 1 matches for "libxst_cor".
Did you mean:
libxst_core
2007 Dec 04
1
[sshfs] sshfs mounted applications fail with "error loading shared libraries"
...strace -o /tmp/strace.log -p `pidof sftp-server`
>
> Attached the sftp-server log.
Thanks. I think I can see the explanation. Here's the failure:
read(3, "\0\0\0H\3\0\0\3\347\0\0\0003/mnt/exports/tools/"..., 16384) = 140
open("/mnt/exports/tools/ISE9.2i/bin/lin64/libXst_Core.so", O_RDONLY) = 105
close(105) = 0
select(5, [3], [4], NULL, NULL) = 1 (out [4])
write(4, "\0\0\0\30e\0\0\3\347\0\0\0\4\0\0\0\7Failure\0\0\0\0", 28) = 28
The file handle is 105, which suggests, that there's some limit around
100 op...