Lloyd Thomas wrote: > > I have compilted tcl, but had a problem with tk. having compiled sqlite3 I > get a new error trying to run sqlite3 = > 'sqlite3: error while loading shared libraries: libsqlite3.so.0: cannot open > shared object file: No such file or diretory' >
That seems a common problem with shared objects/libraries ... they have to be in the path of the dynamic linker/loader. Have you set LD_LIBRARY_PATH properly? Regards, Arjen