[Mono-devel-list] sqlite EntryPointNotFoundException error with mono

Rafael Teixeira monoman at gmail.com
Mon Feb 7 13:59:31 EST 2005


I think you should have a symlink from /usr/lib/libsqlite.so.0 to
/usr/lib/libsqlite.so.0.8.6.

I don't think libsql is in anyway related to sqlite ... 
(Only thing I've found on google about libsql is related to cyrus-sasl
sql plugin: http://rpm.pbone.net/index.php3/stat/4/idpl/1601596/com/cyrus-sasl-sql-2.1.19-3.i386.rpm.html)

HIH,


On Sun, 06 Feb 2005 19:34:09 +0100, Digger3 <f.t.markus at hccnet.nl> wrote:
> Hi,
> 
> I tried experimenting with sqlite from mono, the test example compiles
> just fine. But when I try to run it, I get a:
> 
> ---
> Unhandled Exception: System.DllNotFoundException: sqlite
> in <0x0004a> (wrapper managed-to-native)
> Mono.Data.SqliteClient.Sqlite:sqlite_open (string,int,intptr&)
> in <0x00078> Mono.Data.SqliteClient.SqliteConnection:Open ()
> in <0x00065> Database:Main (string[])
> ---
> 
> Previous messages on the listed suggested that I should add a new
> symlink from
> /usr/lib/libsql.so.0.8.6 --> /usr/lib/libsql.so.
> This made sure that the 'DllNotFoundException' error disappeared, but
> introduced a new one namely:
> 
> ---
> Unhandled Exception: System.EntryPointNotFoundException: sqlite_open
> in <0x0004a> (wrapper managed-to-native)
> Mono.Data.SqliteClient.Sqlite:sqlite_open (string,int,intptr&)
> in <0x00078> Mono.Data.SqliteClient.SqliteConnection:Open ()
> in <0x00065> Database:Main (string[])
> ---
> 
> I also tried putting an additional dllmap in the mono 'config' file, but
> this did not help as well.
> I am running gentoo, and for as far as I know, shouldn't be needing any
> more -dev packages.
> BTW I am running mono CVS.
> 
> Thanks in advance,
> 
> Thomas
> 
> _______________________________________________
> Mono-devel-list mailing list
> Mono-devel-list at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-devel-list
> 


-- 
Rafael "Monoman" Teixeira
---------------------------------------
I'm trying to become a "Rosh Gadol" before my own eyes. 
See http://www.joelonsoftware.com/items/2004/12/06.html for enlightment.



More information about the Mono-devel-list mailing list