On Sat, 8 Apr 2006, Miguel Bazdresch wrote:
[...] It actually needs to sayload /usr/lib/tcl8.4/sqlite3/libtclsqlite3.so Sqlite3 [...]
Hello Miguel,if everything works correctly and the Tcl install script of SQLite3 did its job right, which it usually does, it should be unnecessary to load the library manually by specifying the full path. Instead you should be able to type
package require sqlite3 in your Tcl shell and it should automagically be located and loaded. cu, Thomas