[Mono-list] Sqlite dll not found error.

Bryan Bulten bryan@bulten.ca
Mon, 27 Sep 2004 20:32:18 -0700


--Signature=_Mon__27_Sep_2004_20_32_18_-0700_0KGQCv3rr7Z6Bw90
Content-Type: text/plain; charset=US-ASCII
Content-Disposition: inline
Content-Transfer-Encoding: 7bit


> [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?  
>

Try creating a symlink in /usr/lib:

  ln -s /usr/lib/libsqlite.so.0 /usr/lib/libsqlite.so

On my machine, by removing the libsqlite.so link, I was not able to load
Mono.Data.SqliteClient.

If that doesn't fix it, I have no idea :-).


-- 
Bryan Bulten
http://www.bulten.ca/
http://wxnet.sourceforge.net/

--Signature=_Mon__27_Sep_2004_20_32_18_-0700_0KGQCv3rr7Z6Bw90
Content-Type: application/pgp-signature

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.4 (GNU/Linux)

iD8DBQFBWNtE32WFWIzmzHgRAh7rAJ4wpHcUaen31qF2ADF17p6sKOlCegCfV/9/
1gNG9yjL0V0Ct9Tk+5il2DI=
=OOBb
-----END PGP SIGNATURE-----

--Signature=_Mon__27_Sep_2004_20_32_18_-0700_0KGQCv3rr7Z6Bw90--