[Mono-bugs] [Bug 77390][Maj] New - linux binary installer has missing "libintl" dllmap

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Sat Jan 28 01:18:46 EST 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 alex at beatniksoftware.com.

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

--- shadow/77390	2006-01-28 01:18:46.000000000 -0500
+++ shadow/77390.tmp.18640	2006-01-28 01:18:46.000000000 -0500
@@ -0,0 +1,38 @@
+Bug#: 77390
+Product: Mono: Class Libraries
+Version: 1.1
+OS: 
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Major
+Component: Mono.POSIX
+AssignedTo: miguel at ximian.com                            
+ReportedBy: alex at beatniksoftware.com               
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: linux binary installer has missing "libintl" dllmap
+
+The 1.1.13.* binary installer has an incorrect mapping for "libintl", which
+is used by the Mono.Unix.Catalog class: it is named just "intl".  
+
+In ~/mono-1.1.13.2/etc/mono/config, the following mapping exists:
+
+   <dllmap dll="intl" target="libc.so.6" />
+
+When running, I get the following error:
+
+   Unhandled Exception: System.DllNotFoundException: libintl
+   in (wrapper managed-to-native) Mono.Unix.Catalog:bindtextdomain
+(intptr,intptr)
+   in <0x00044> Mono.Unix.Catalog:Init (System.String package,
+System.String localedir)
+   in [0x0000f] (at /home/orph/src/tomboy-dist/Tomboy/Tomboy.cs:22)
+Tomboy.Tomboy:Main (System.String[] args)
+
+Adding this line to ~/mono-1.1.13.2/etc/mono/config fixes the problem:
+
+   <dllmap dll="libintl" target="libc.so.6" />


More information about the mono-bugs mailing list