On 26 Oct 2010, at 11:59am, Dasa wrote:

> When i tried to install new version on sqlite in my mac, i got this
> error ...
> 
> dyld: Library not loaded: /usr/local/lib/libtcl8.6.dylib
>  Referenced from: /users/dasaanand/Downloads/sqlite3_analyzer
>  Reason: image not found

Please do not try to replace the SQLite files included with the operating 
system with later versions.  This can cause problems because some applications 
may depend on old behaviour.

SQLite doesn't really have an installation.  Any application that uses SQLite 
just includes the sqlite programming inside the application.  For instance, 
that sqlite3_analyzer program is a single stand-alone command-line application 
that requires no other files on your Mac: it contains all the programming it 
needs.

>From the name of the library you refer to, you're trying to do something with 
>TCL rather than SQLite.  I don't know anything about TCL so I'm sorry I can't 
>help you.

Simon.
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to