[Pkg-mono-svn-commits] rev 561 - web

Mirco Bauer meebey-guest@haydn.debian.org
Wed, 14 Apr 2004 09:20:14 -0600


Author: meebey-guest
Date: 2004-04-14 09:20:12 -0600 (Wed, 14 Apr 2004)
New Revision: 561

Modified:
   web/index.html
Log:
- added important monodevelop 0.2 dllmap fix note



Modified: web/index.html
===================================================================
--- web/index.html	2004-04-13 07:55:47 UTC (rev 560)
+++ web/index.html	2004-04-14 15:20:12 UTC (rev 561)
@@ -35,6 +35,13 @@
 To install monodevelop:
 apt-get install monodevelop
 
+!REQUIRED OR MONODEVELOP 0.2 WILL NOT WORK! (it will be fixed with mono-common 0.31-2)
+change this in /etc/mono/config:
+<dllmap dll="gtkhtml-3.0" target="libgtkhtml-3.0.so" />
+to
+<dllmap dll="gtkhtml-3.0" target="libgtkhtml-3.0.so.4" />
+
+
 If you experience problems with this monodevelop preview packages, please
 post on the pkg-mono-devel mailing list, thanks.