I am trying to test ODBC setup on linux with the cscheck utility at /bobje/enterprise120/linux_x86/dataAccess/RDBMS/connectionServer/tools
I have sourced ./env.sh before and then when I try ./cscheck I get:
./cscheck: error while loading shared libraries: libcsck_core.so: cannot open shared object file: No such file or directory
I have the libcsck_core.so at /bobje/enterprise120/linux_x86 directory and I have included this in the PATH and LD_LIBRARY_PATH.
Any ideas where the libcsck_core.so should be located for the cscheck to work ?
Thanks, Timo