https://bugzilla.novell.com/show_bug.cgi?id=661189
https://bugzilla.novell.com/show_bug.cgi?id=661189#c1 --- Comment #1 from Jan Ruhlaender <[email protected]> 2010-12-23 12:13:37 UTC --- Meanwhile I found a Solution by replacing the installed SQLite Library. This is what I did: 1. Downloaded the SQLite autoconf source package from http://www.sqlite.org/download.html 2. I configured, compiled and installed it with following commands: CFLAGS="-Os -DSQLITE_ENABLE_COLUMN_METADATA" ./configure --prefix=/usr/ make sudo make install The needed substantial change is the DSQLITE_ENABLE_COLUMN_METADATA Compiler flag. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
