Loading shared libraries that are not TCL packages

watkipet <[email protected]> Wed, 27 Aug 2008 09:02:20 -0700 (PDT)
Newsgroups gmane.comp.lang.tcl.starkit
Message-ID <070c8fa2-a5d4-4570-b675-0619867f11ff@r35g2000prm.googlegroups.com>
I've created a Starpack that loads the mysqltcl package. This works
fine on one system that has libmysqlclient.so.15 (part of mysql
client), but the systems I want deploy to use libmysqlclient.so.14 and
my Starpack fails to run.

I doubt that my organization will update mysql accross all the systems
just to run my app. I know I can load shared libraries that are TCL
packages with a starpack. Is it possible to include libmysqlclient.so.
15 (not a TCL package), with my Starpack? If so, how do I do it?