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:
> 
> 
> [EMAIL PROTECTED] rob]$ locate libsqlite
> /usr/lib/libsqlite.so.0.8.6
> /usr/lib/libsqlite.so.0
> [EMAIL PROTECTED] rob]$ sqlite
> SQLite version 2.8.15
> Enter ".help" for instructions
> sqlite>
> any other thoughts?  
> 
> 

_______________________________________________
Mono-list maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list

Reply via email to