Daniel Jacobowitz <[EMAIL PROTECTED]> writes:

> Package: ia32-libs
> Version: 1.14
> Severity: normal
>
> [EMAIL PROTECTED]:~% strings /emul/ia32-linux/usr/lib/libX11.so.6.2.0 | grep 
> locale
> setlocale
> /usr/share/X11/locale
> /usr/lib/X11/locale
>
> This means that 32-bit processes using libX11's locale support (like this
> JVM I'm trying to get working) attempt to dlopen shared objects from
> /usr/lib/X11/locale.  I am using an x86_64 system, so those are 64-bit
> libraries, and can not be opened.
>
> It would be nice if this copy of libX11 looked in the place it installs the
> libraries.

There is nothing we can do about that as that is set at compile time
of Xorg. ia32-libs just repackages the binary files. But you can
override the dir with an environment variable:

http://www.xfree86.org/current/X.7.html:

 XLOCALEDIR
    This must point to a directory containing the locale.alias file
and Compose and XLC_LOCALE file hierarchies for all locales. The
default value is __projectroot__/lib/X11/locale.

MfG
        Goswin


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to