search for: embeddedsql

Displaying 1 result from an estimated 1 matches for "embeddedsql".

2002 Oct 22
0
dyn.load()
...s what happened: > 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...