[Mono-bugs] [Bug 73391][Wis] New - On windows libintl is dllmaped to libc.so.6

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Sat, 5 Mar 2005 19:22:24 -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 f@rtfs.org.

http://bugzilla.ximian.com/show_bug.cgi?id=73391

--- shadow/73391	2005-03-05 19:22:24.000000000 -0500
+++ shadow/73391.tmp.29670	2005-03-05 19:22:24.000000000 -0500
@@ -0,0 +1,43 @@
+Bug#: 73391
+Product: Mono: Runtime
+Version: unspecified
+OS: 
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Wishlist
+Component: packaging
+AssignedTo: duncan@ximian.com                            
+ReportedBy: f@rtfs.org               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: On windows libintl is dllmaped to libc.so.6
+
+Steps to reproduce the problem:
+1. call Mono.Unix.Catalog.Init in a c# program on windows
+
+Actual Results:
+ Unhandled Exception: System.DllNotFoundException: libc.so.6
+ in <0x00049> (wrapper managed-to-native)  
+ Mono.Unix.Catalog:bindtextdomain (intptr,intptr)
+ in <0x0002e> Mono.Unix.Catalog:Init (string,string)
+ in <0x0001d> TranslationTest:.ctor (string[])
+ in <0x0001d> TranslationTest:Main (string[])
+
+
+
+Expected Results:
+Initialization of the Catalog class
+
+How often does this happen? 
+Always
+
+Additional Information:
+Works if you change in $prefix/etc/mono/config
+from 
+ <dllmap dll="libintl" target="libc.so.6" /> 
+to 
+ <dllmap dll="libintl" target="intl" /> )