[Mono-list] mod_mono and SQLite

Thomas Zoechling thomas.zoechling at gmx.at
Fri Feb 3 15:44:21 EST 2006


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 <dwmcqueen at gmail.com>
>> Date: Fri, February 03, 2006 6:06 am
>> To: Mono-list at lists.ximian.com
>>
>> 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 <everaldo.canuto at gmail.com> 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  -  Mono-list at lists.ximian.com
>>> http://lists.ximian.com/mailman/listinfo/mono-list
>>>
>>>       
>> _______________________________________________
>> Mono-list maillist  -  Mono-list at lists.ximian.com
>> http://lists.ximian.com/mailman/listinfo/mono-list
>>     
>
> _______________________________________________
> Mono-list maillist  -  Mono-list at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-list
>
>
>   




More information about the Mono-list mailing list