sqlite use in tcl script over nfs (or.. how to make standalone sqlite3 which can be run over nfs)

Posted by wom on Stack Overflow See other posts from Stack Overflow or by wom
Published on 2010-05-14T20:49:49Z Indexed on 2010/05/16 4:30 UTC
Read the original article Hit count: 187

Filed under:
|
|
|
|

Hello.

I want to use an embed an sqlite database into an existing tcl application (Migrate from flat-file).

Currently; our tcl interpreter is run from a network location; /bin/tclsh8.3

I do have an nfs $PATH for executables set for all users already; I am assuming I can place a standalone sqlite3 executible there; though I have been not found an easy way to compile a local lib independent sqlite yet... (all linux clients, running anything from red hat 9 to ubuntu 10.04)

Anyone able to poke me in the right direction in building an sqlite3 standalone binary I can use in my nfs tcl install?

Thanks, Chris

© Stack Overflow or respective owner

Related posts about sqlite

Related posts about sqlite3