Re: [sqlite] Managed only / Mono and Linux support

2011-12-01 Thread Yves Goergen
On 29.11.2011 04:49 CE(S)T, Joe Mistachkin wrote: So what should I do about Mono/Linux support for SQLite in C#? If you have access to a Windows machine with MSBuild and/or Visual Studio, compiling the managed-only binary is fairly simple. Okay, that works fine. On Linux. I still need the

Re: [sqlite] Managed only / Mono and Linux support

2011-11-29 Thread Yves Goergen
On 29.11.2011 04:49 CE(S)T, Joe Mistachkin wrote: Adding yet another pre-compiled set of binary packages for Mono would just serve to make things even more confusing. Maybe some kind of grid-layout or wizard-style overview would be useful to find the right download. I regularly get confused

Re: [sqlite] Managed only / Mono and Linux support

2011-11-29 Thread Joe Mistachkin
Yves Goergen wrote: So, where could I have found that information if not here? Good point, I'll add that command line to the Build Procedures page on the web site. -- Joe Mistachkin ___ sqlite-users mailing list sqlite-users@sqlite.org

[sqlite] Managed only / Mono and Linux support

2011-11-28 Thread Yves Goergen
Hi, Today I've been trying to run my .NET application on Mono with SQLite. It is running fine on Windows (.NET 4.0) with MySQL and SQLite, and I'm successfully using it on Linux (Mono 2.10) with MySQL only. But now that I wanted to actually use SQLite on Linux, it failed. The error it gives me is

Re: [sqlite] Managed only / Mono and Linux support

2011-11-28 Thread Joe Mistachkin
The error it gives me is a DllNotFoundException for SQLite.Interop.dll. But from what I've read on the web by now, this isn't the path to go. I think I need some sort of managed-only SQLite version that will use the platform's libsqlite (in my Ubuntu, 3.7.7 is installed). Unfortunately I