[Mono-bugs] [Bug 75815][Nor] Changed - Database Program Fails to
Run on Cygwin
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Sun Aug 21 18:15:37 EDT 2005
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 at gmail.com.
http://bugzilla.ximian.com/show_bug.cgi?id=75815
--- shadow/75815 2005-08-20 20:29:52.000000000 -0400
+++ shadow/75815.tmp.4574 2005-08-21 18:15:37.000000000 -0400
@@ -10,13 +10,12 @@
Component: packaging
AssignedTo: mono-bugs at ximian.com
ReportedBy: danielmorgan at verizon.net
QAContact: mono-bugs at ximian.com
TargetMilestone: ---
URL:
-Cc:
Summary: Database Program Fails to Run on Cygwin
Description of Problem:
Running a simple database program runs in a Mono Command Prompt on Mono
1.1.8 and 1.1.8.3, but fails to complete when running in Cygwin .
@@ -102,6 +101,19 @@
Console.WriteLine("Test Done.");
}
}
------- Additional Comments From vargaz at gmail.com 2005-08-20 20:29 -------
*** Bug 75414 has been marked as a duplicate of this bug. ***
+
+------- Additional Comments From vargaz at gmail.com 2005-08-21 18:15 -------
+The fix is to change this line in Mono-1.1.8.3/bin/mono:
+
+export MONO_CFG_DIR="C:/PROGRA~1/MONO-1~1.3/etc:$MONO_CFG_DIR"
+
+to:
+
+export MONO_CFG_DIR="C:/PROGRA~1/MONO-1~1.3/etc"
+
+Wade, could you apply this to the windows installer ?
+
+
More information about the mono-bugs
mailing list