Gnuplot post wrote: > I am trying to install the complete mono framework on the CentOS 4.3. > I've downloaded ALL the mono related packages from this site > CentOS 4.3
> [EMAIL PROTECTED] mono]# rpm -iv *.rpm > error: Failed dependencies: > libsqlite.so.0 is needed by > mono-data-sqlite-1.1.15-0.novell.i586 I use CentOS 4. The way I solved this problem was to force install an earlier version of sqlite (I used 2.8.16-1.2.el4.rf). This does no harm to CentOS, as all the programs which use sqlite still get sqlite3. All it does is to satisfy mono's incorrect dependency on the old version of the sqlite library. Even mono itself doesn't use the old version once it is installed. -- Nikki Locke, Trumphurst Ltd. PC & Unix consultancy & programming http://www.trumphurst.com/ _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
