[Mono-list] mod_mono and SQLite

Daniel Morgan monodanmorg at yahoo.com
Fri Feb 3 11:46:45 EST 2006


SQLite3.dll is the SQL Lite version 3 data engine and is a native shared library for Win32.  It is not an assembly.  
   
  Is this person running on Linux?  If yes, then they may have the wrong shared library for their operating system.  Did they check their etc/mono/config file to make sure the target in the dllmap is correct?  Do they even have the shared library?
   
  For me, I had to put the shared library in the same place as the .net program I try to run.  However, this was on mono on windows for a console application.  Not sure about the web.

Duncan McQueen <dwmcqueen at gmail.com> wrote:
  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 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


				
---------------------------------
 Yahoo! Mail
 Use Photomail to share photos without annoying attachments.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.ximian.com/pipermail/mono-list/attachments/20060203/54ab3fce/attachment-0001.html


More information about the Mono-list mailing list