Im trying to use this package and asked my shell admin if i could use it with the shell and he gave me this path:-
/usr/local/lib/mysqltcl-2.14/libmysqltcl2.14.so
When i try to run the test.tcl script I get this error and the file is definately in the directory as I copied it over, also tried referencing it as the one admin gave me but no luck.
couldn't load file "../libmysqltcl2.14.so": Shared object "libmysqlclient.so.10" not found
while executing
"load ../libmysqltcl2.14.so"
invoked from within
"if {[file exists ./libmysqltcl2.14.so]} {
load ./libmysqltcl2.14.so
} else {
load ../libmysqltcl2.14.so
}"
If the path of that file is /usr/local/lib/mysqltcl-2.14/libmysqltcl2.14.so why are you using "load ../libmysqltcl2.14.so"? Also add some echo or something to see exactly where it stucks..
Once the game is over, the king and the pawn go back in the same box.