I'm trying to load tdbc::mysql with the latest ActiveTcl8.6 on a 64bit Ubuntu system
Linux
onemoonscientific.com 2.6.32-042stab049.7 #1 SMP Thu Mar 1 18:03:05 MSK 2012 i686 GNU/Linux
but get an error about TclOO.
Help would be appreciated.
Bruce
# /opt/ActiveTcl-8.6/bin/tclsh8.6
% package require TclOO
1.0
% package require tdbc
1.0b17
% package require tdbc::mysql
Error loading TclOO package; package not present or incomplete
% set errorInfo
Error loading TclOO package; package not present or incomplete
while executing
"load /opt/ActiveTcl-8.6/lib/teapot/package/linux-glibc2.3-x86_64/lib/tdbc_mysql1.0b15/
libtdbcmysql1.0b15.so tdbcmysql"
("package ifneeded tdbc::mysql 1.0b15" script)
invoked from within
"package require tdbc::mysql"
Teacup list shows:
/opt/ActiveTcl-8.6/bin/teacup list --at-default tdb
entity name version platform
------- ----------- ------- ---------------------
package tdbc 1.0b17 linux-glibc2.3-x86_64
package tdbc::mysql 1.0b15 linux-glibc2.3-x86_64
------- ----------- ------- ---------------------
2 entities found