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

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Sat Jan 28 10:55:02 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 jonpryor at vt.edu.

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

--- shadow/77390	2006-01-28 04:20:50.000000000 -0500
+++ shadow/77390.tmp.24720	2006-01-28 10:55:00.000000000 -0500
@@ -1,12 +1,12 @@
 Bug#: 77390
 Product: Mono: Class Libraries
 Version: 1.1
 OS: unknown
 OS Details: 
-Status: NEW   
+Status: NEEDINFO   
 Resolution: 
 Severity: Unknown
 Priority: Major
 Component: Mono.POSIX
 AssignedTo: wberrier at novell.com                            
 ReportedBy: alex at beatniksoftware.com               
@@ -33,6 +33,24 @@
    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" />
+
+------- Additional Comments From jonpryor at vt.edu  2006-01-28 10:54 -------
+Are you sure you're not mixing in the 1.1.12 (or earlier) assemblies?
+
+The current 1.1.13 sources DllImport "intl", as can be seen here:
+
+http://mono.myrealbox.com/source/branches/mono-1-1-13/mcs/class/Mono.Posix/Mono.Unix/Catalog.cs
+
+Furthermore, the mono 1.1.13.2 sources also DllImport "intl", not
+"libintl":
+
+http://go-mono.com/sources/mono-1.1/mono-1.1.13.2.tar.gz
+
+Do you have another mono installed elsewhere, say under /usr/lib? 
+Maybe a different Mono.Posix.dll is being loaded.  Run your mono with
+MONO_LOG_LEVEL=info MONO_LOG_MASK=asm set, and see if the correct
+Mono.Posix.dll is being loaded.
+


More information about the mono-bugs mailing list