[Mono-bugs] [Bug 324871] Dependency on bind_textdomain_codeset

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Fri Jan 11 22:21:52 EST 2008


https://bugzilla.novell.com/show_bug.cgi?id=324871

User andreas.faerber at web.de added comment
https://bugzilla.novell.com/show_bug.cgi?id=324871#c1


Andreas Färber <andreas.faerber at web.de> changed:

           What    |Removed                                         |Added
----------------------------------------------------------------------------
         AssignedTo|monodevelop-bugs at lists.ximian.com               |miguel at novell.com
           Found By|---                                             |Third Party Developer/Partner
          QAContact|monodevelop-bugs at lists.ximian.com               |mono-bugs at lists.ximian.com
            Version|1.2                                             |SVN




--- Comment #1 from Andreas Färber <andreas.faerber at web.de>  2008-01-11 20:21:51 MST ---
It turns out, on Solaris Express build 70b bind_textdomain_codeset is not in
libintl.so but in libc.so.

Adding the following dllmap entry to Mono's config file fixes this issue:

<dllmap dll="intl" name="bind_textdomain_codeset" target="libc.so" os="solaris"
/>


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.


More information about the mono-bugs mailing list