views:

79

answers:

1

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

Currently; our tcl interpreter is run from a network location; <nfs share>/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?

+2  A: 
Donal Fellows
Thanks for the feedback, gives me something to poke at. As for DB over NFS; I'm only planning on doing reads over nfs; so I don't think I'll have any locking issues ( Though I'll find out once I have my test bed fully flushed out:) )
wom
Found a solution, Thanks:)
wom