sqlite use in tcl script over nfs (or.. how to make standalone sqlite3 which can be run over nfs)
- by wom
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