This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.


For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.

mysqltcl help

Old posts that have not been replied to for several years.
Locked
d
d3k

mysqltcl help

Post by d3k »

Hi,

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
}"
User avatar
caesar
Mint Rubber
Posts: 3778
Joined: Sun Oct 14, 2001 8:00 pm
Location: Mint Factory

Post by caesar »

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.
g
gk^
Halfop
Posts: 70
Joined: Sun Jul 28, 2002 6:23 am
Location: Stockholm, Sweden
Contact:

Post by gk^ »

do one of these:

1) move the file
2) change the path

---
he is problably using it couse it comes from test.tcl witch is included in the source tarball =P
Locked