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 [EMAIL PROTECTED] 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: [EMAIL PROTECTED] +ReportedBy: [EMAIL PROTECTED] +QAContact: [EMAIL PROTECTED] +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" /> _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
