IAIN GALLAGHER <[EMAIL PROTECTED]> wrote:
> Thanks, Richard for replying.
> 
> Trying to run your script (Tcl) I get the error "Can't find sqlite3" even if 
> I specifically point to /usr/bin/sqlite3  in the script (on Suse linux 10.1).
> 
> What can I do to get tcl to find sqlite3?
> 

Easiest way:

You need the TCL bindings.  http://www.sqlite.org/tclsqlite-3.3.7.so.gz
Gunzip.  Then add the line:

   load ./tclsqlite-3.3.7.so

Then you can omit the "package require" line.

To install the package for later use, download the TEA tarball
http://www.sqlite.org/sqlite-3_3_7-tea.tar.gz, do the usual
tar xzf, then configure and make install.  Might need to be root
for make install to install the libraries globally.

--
D. Richard Hipp   <[EMAIL PROTECTED]>


-----------------------------------------------------------------------------
To unsubscribe, send email to [EMAIL PROTECTED]
-----------------------------------------------------------------------------

Reply via email to