[Mono-bugs] [Bug 73391][Wis] Changed - On windows libintl is dllmaped to libc.so.6
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Mon Jul 17 14:41:11 EDT 2006
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 scottell.lists at gmail.com.
http://bugzilla.ximian.com/show_bug.cgi?id=73391
--- shadow/73391 2005-03-15 20:55:55.000000000 -0500
+++ shadow/73391.tmp.26506 2006-07-17 14:41:11.000000000 -0400
@@ -1,13 +1,13 @@
Bug#: 73391
Product: Mono: Runtime
Version: unspecified
OS: unknown
OS Details:
-Status: RESOLVED
-Resolution: FIXED
+Status: REOPENED
+Resolution:
Severity: Unknown
Priority: Wishlist
Component: packaging
AssignedTo: duncan at ximian.com
ReportedBy: f at rtfs.org
QAContact: mono-bugs at ximian.com
@@ -41,6 +41,24 @@
<dllmap dll="libintl" target="libc.so.6" />
to
<dllmap dll="libintl" target="intl" /> )
------- Additional Comments From miguel at ximian.com 2005-03-15 20:55 -------
Fixed on SVN
+
+------- Additional Comments From scottell.lists at gmail.com 2006-07-17 14:41 -------
+This seems to still be an issue with the latest Windows installers.
+A simple test with Catalog.Init returns:
+
+Unhandled Exception: System.DllNotFoundException: libc.so.6
+ at (wrapper managed-to-native) Mono.Unix.Catalog:bindtextdomain
+(intptr,intptr
+)
+ at Mono.Unix.Catalog.Init (System.String package, System.String
+localedir) [0x
+00000]
+ at T.Main () [0x00000]
+
+making the fix in $prefix/etc/mono/config as mentioned above seems
+to fix it.
+
+
More information about the mono-bugs
mailing list