[Mono-list] Sqlite dll not found error.

Daniel Morgan danielmorgan@verizon.net
28 Sep 2004 19:16:29 -0400


As far as i know, the sqlite command-line program is statically linked.

Mono.Data.SqliteClient might have been created for a different version
of libsqlite than you are using.  

Also, it may help to have libsqlite where the Mono.Data.SqliteClient.dll
assembly is located.

Mono.Data.SqliteClient needs lots of love from someone.  Upgrading it to
the newest libsqlite would be nice.

On Mon, 2004-09-27 at 22:54, Rob Brown-Bayliss wrote:
> On Mon, 2004-09-27 at 19:36 -0700, Bryan Bulten wrote:
> 
> > You are missing libsqlite.  Download and install it from
> > http://sqlite.org/.
> 
> actually no I am not:
> 
> 
> [rob@localhost rob]$ locate libsqlite
> /usr/lib/libsqlite.so.0.8.6
> /usr/lib/libsqlite.so.0
> [rob@localhost rob]$ sqlite
> SQLite version 2.8.15
> Enter ".help" for instructions
> sqlite>
> any other thoughts?  
> 
>