[Mono-bugs] [Bug 73653][Nor] New - problems with 1.1.4 windows installer
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Sun, 13 Mar 2005 16:48:31 -0500 (EST)
Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.
Changed by vargaz@gmail.com.
http://bugzilla.ximian.com/show_bug.cgi?id=73653
--- shadow/73653 2005-03-13 16:48:31.000000000 -0500
+++ shadow/73653.tmp.13610 2005-03-13 16:48:31.000000000 -0500
@@ -0,0 +1,36 @@
+Bug#: 73653
+Product: Mono: Runtime
+Version: 1.0
+OS:
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Normal
+Component: packaging
+AssignedTo: duncan@ximian.com
+ReportedBy: vargaz@gmail.com
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: problems with 1.1.4 windows installer
+
+Here are some problems with the latest windows installer:
+
+- in bin/mono, there is this line:
+
+export MONO_CFG_PATH="C:/PROGRA~1/MONO-1~1.4/etc:$MONO_CFG_PATH"
+
+there is no such env variable, this should be:
+
+export MONO_CFG_DIR="C:/...."
+
+- in etc/mono/config, there is this line:
+
+ <dllmap dll="libintl" target="libc.6.so">
+
+this should read
+ <dllmap dll="libintl" target="libintl-1.dll">
+
+- the installer contains bin/mint.bat which is not longer needed.