Displaying 2 results from an estimated 2 matches for "libct".
Did you mean:
libc
2002 Oct 22
0
dyn.load()
...> dyn.load("libRClib.so")
Error in dyn.load(x, as.logical(local), as.logical(now)) :
unable to load shared library "/home/develop/bahomar/tmp/libRClib.so":
ld.so.1: /home/develop/bahomar/R/lib/R/bin/R.bin: fatal: relocation error: file /opt/sybase/embeddedsql/lib/libct.so: symbol comn_free: referenced symbol not found
As far as I can see there are no unsatisfied symbols. In particular, the symbol comn_free is defined:
> ldd libRClib.so
libdl.so.1 => /usr/lib/libdl.so.1
libct.so => /opt/sybase/embeddedsql/lib/libct.so
lib...
1999 Jan 23
4
smbwrapper
> What you are looking for is smbwrapper, which is in fact included with
Samba
> 2.0. However as it is not supported on all systems it is not included
> in the default build (it should work nicely on Solaris though).
> Essentially smbwrapper is a preloaded library which intercepts system
calls and
> simulates a /smb filesystem, so you can access /smb/SERVER/SHARE/file.txt.