[Mono-aspnet-list] Unable to build XSP - cannot find metadata file `Mono.Data.SqliteClient.dll'
Alexander M. Batishchev
abatishchev at godfather.net.ru
Sat Mar 20 20:29:02 EDT 2010
Thanks for tip!
libsqlite is already installed.
$ dpkg -l libsqlite*
..
ii libsqlite3-0 3.6.22-1 SQLite 3 shared library
ii libsqlite3-dev 3.6.22-1 SQLite 3 development files
Maybe I need libsqlite0-dev? Or I need version 2 to be installed?
$ apt-cache search libsqlite
..
libsqlite0-dev - SQLite development files
libsqlite0 - SQLite shared library
libsqlite3-0-dbg - SQLite 3 debugging symbols
And what have I do after installation? Re-run autogen.sh or/and make install
?
-----Original Message-----
From: mono-aspnet-list-bounces at lists.ximian.com
[mailto:mono-aspnet-list-bounces at lists.ximian.com] On Behalf Of Robert
Jordan
Sent: Saturday, March 20, 2010 6:46 PM
To: mono-aspnet-list at lists.ximian.com
Subject: Re: [Mono-aspnet-list] Unable to build XSP - cannot find metadata
file `Mono.Data.SqliteClient.dll'
On 20.03.2010 15:56, Alexander Batishchev wrote:
> Have I to have SQLite installed to build xsp? If yes - why?
For the tests.
> Is it possible to skip building example projects if I don't need them?
No, but "apt-get install libsqlite" should fix the problem.
Robert
More information about the Mono-aspnet-list
mailing list