http://www.mono-project.com/Interop_with_Native_Libraries#Linux_Shared_Library_Search_Path
^^ This is how the runtime searches for the library.
You need the shared object for linux (.so):
http://www.sqlite.org/sqlite-3.3.3.so.gz
You can unpack it in your app directory (I suppose that would be the
/bin folder for web apps)
or create a /usr/lib/libsqlite3.so symlink to the shared object.
--thomas
Jonel Rienton schrieb:
it's in Mono's website, SQLite3.dll has to be in your PATH or in the
current directory
-------- Original Message --------
Subject: Re: [Mono-list] mod_mono and SQLite
From: Duncan McQueen <[EMAIL PROTECTED]>
Date: Fri, February 03, 2006 6:06 am
To: [email protected]
I noticed the same thing and did have SQlite3.dll in the /bin
directory. SQLite3.dll is an assembly - and I think you need to have
it in your system path somewhere but not your assembly directory.
On 2/3/06, Everaldo Canuto <[EMAIL PROTECTED]> wrote:
Hi,
Please type a:
`ls -l /home/sfbell/forums/bin/*'
and send us the result.
Everaldo.
Em Qui, 2006-02-02 às 23:26 -0500, Steven Bell escreveu:
`/home/sfbell/forums/bin/
_______________________________________________
Mono-list maillist - [email protected]
http://lists.ximian.com/mailman/listinfo/mono-list
_______________________________________________
Mono-list maillist - [email protected]
http://lists.ximian.com/mailman/listinfo/mono-list
_______________________________________________
Mono-list maillist - [email protected]
http://lists.ximian.com/mailman/listinfo/mono-list
_______________________________________________
Mono-list maillist - [email protected]
http://lists.ximian.com/mailman/listinfo/mono-list