[Mono-devel-list] Sqlite mono

Everaldo Canuto everaldo_canuto at yahoo.com.br
Mon Mar 28 11:54:17 EST 2005


Hey,

Remember that you need libsqlite.so or libsqlite3.so on /usr/lib, some
sqlite packages theres a problems because this files dont exists.

On my FC3 i solve this problem with this commands:

cd /usr/lib
cp libsqlite.so.0 libsqlite.so
cp libsqlite3.so.0 libsqlite3.so
ldconfig

You can make symlinks and you have same efect.

Everaldo.


Em Seg, 2005-03-28 às 10:10 -0300, Everaldo Canuto escreveu:
> Hey,
> 
> The message is not about database not found, is client library dont
> find :)
> 
> You need to install a sqlite library from http://www.sqlite.org/, on
> download section theres 2 version 2.8 and 3.1. Put sqlite.dll on same
> directory of your application or on a directory on system PATH.
> 
> 
> Everaldo.
> 
> Em Seg, 2005-03-28 às 07:44 -0500, Daniel Morgan escreveu:
> > Your question can best be answered on the mono-devel-list.
> > 
> > 
> > anexo email message (Sqlite mono)
> > Em Seg, 2005-03-28 às 07:44 -0500, Daniel Morgan escreveu:
> 
> 
> _______________________________________________
> Mono-devel-list mailing list
> Mono-devel-list at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-devel-list





More information about the Mono-devel-list mailing list