[Mono-aspnet-list] Unable to build XSP - cannot find metadata file `Mono.Data.SqliteClient.dll'

Robert Jordan robertj at gmx.net
Sat Mar 20 20:48:46 EDT 2010


On 21.03.2010 01:29, Alexander M. Batishchev wrote:
> 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?

*-dev is not necessary in this case.

I'm wondering about the error message from your subject:
"cannot find metadata file `Mono.Data.SqliteClient.dll'"

Do you have another parallel mono on this system?
If it's the case, try to re-autogen with

	--with-runtime=/path/to/mono-executable

Otherwise xsp's build might pick up the wrong mono, which
doesn't have Mono.Data.SqliteClient.dll for some reasons,
eg. it was not installed with the packaging system of your
distro.

Robert



More information about the Mono-aspnet-list mailing list