[Uim-bugs] [Bug 29705] uim 1.6.0: uim-module-manager doesn't work properly if --libexecdir is specified different dir.

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Sat Aug 21 22:51:52 PDT 2010


https://bugs.freedesktop.org/show_bug.cgi?id=29705

--- Comment #3 from Etsushi Kato <ek.kato at gmail.com> 2010-08-21 22:51:52 PDT ---
(In reply to comment #2)
> The result of ldd is as follow:
> 
> $ ldd /usr/lib/uim/plugin/libuim-mozc.so 
>     linux-vdso.so.1 =>  (0x00007fff8dfff000)
>     libpthread.so.0 => /lib/libpthread.so.0 (0x00007fc75bc4e000)
>     libuim-scm.so.0 => /usr/lib/libuim-scm.so.0 (0x00007fc75ba28000)
>     libuim.so.7 => /usr/lib/libuim.so.7 (0x00007fc75b810000)
>     libstdc++.so.6 => /usr/lib/libstdc++.so.6 (0x00007fc75b506000)
>     libc.so.6 => /lib/libc.so.6 (0x00007fc75b1aa000)
>     /lib/ld-linux-x86-64.so.2 (0x00007fc75c21d000)
>     libgcroots.so.0 => /usr/lib/libgcroots.so.0 (0x00007fc75afa7000)
>     libdl.so.2 => /lib/libdl.so.2 (0x00007fc75ada3000)
>     libm.so.6 => /lib/libm.so.6 (0x00007fc75ab21000)
>     libgcc_s.so.1 => /usr/lib/libgcc_s.so.1 (0x00007fc75a90a000)

OK.  Compilation of libuim-mozc.so seems fine.

Odd thing is that libuim.so.6 was tried to be loaded by dlopen() in your
environment.  It is completely strange.  You can find which file tried to
dlopen() libuim.so.6 by compiling uim with --enable-debug, and invoking
uim-module-manager with LIBUIM_VERBOSE_LEVEL=3.

# LIBUIM_VERBOSE_LEVEL=3 uim-module-manager --register mozc

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the uim-bugs mailing list