Hi all, While investigating the problem below I found out something strange (might not be connected to the initial problem):
# ldd /usr/bin/xinit
linux-gate.so.1 => (0xffffe000)
!!!>>> libX11.so.6 => /opt/NX/lib/libX11.so.6 (0xb7e29000)
libc.so.6 => /lib/libc.so.6 (0xb7d0b000)
libdl.so.2 => /lib/libdl.so.2 (0xb7d07000)
!!!>>> libXcomp.so.2 => /opt/NX/lib/libXcomp.so.2 (0xb7be1000)
/lib/ld-linux.so.2 (0xb7f26000)
libpng12.so.0 => /usr/lib/libpng12.so.0 (0xb7bbe000)
libjpeg.so.62 => /usr/lib/libjpeg.so.62 (0xb7b9e000)
libz.so.1 => /usr/lib/libz.so.1 (0xb7b8c000)
libstdc++.so.6 => /usr/lib/libstdc++.so.6 (0xb7aab000)
libm.so.6 => /lib/libm.so.6 (0xb7a86000)
libgcc_s.so.1 => /usr/lib/libgcc_s.so.1 (0xb7a7b000)
# pacman -Qo /usr/bin/xinit
/usr/bin/xinit is owned by xorg-xinit 1.0.2-2
I don't know how exactly ldd looks for required libraries so, I've looked for
those libraries on my system:
# locate libXcomp
/opt/NX/lib/libXcompext.so.2.0.0
/opt/NX/lib/libXcompext.so
/opt/NX/lib/libXcomp.so.1
/opt/NX/lib/libXcomp.so.2
/opt/NX/lib/libXcomp.so
/opt/NX/lib/libXcompext.so.2
/opt/NX/lib/libXcomp.so.2.0.0
/usr/lib/libXcomposite.a
/usr/lib/libXcomposite.so.1.0.0
/usr/lib/libXcomposite.so.1
/usr/lib/libXcomposite.so
This tells me that only NX has this lib.
# locate libX11
/opt/NX/lib/libX11.so.6
/opt/NX/lib/libX11.so.6.2
/opt/NX/lib/libX11.so
/usr/lib/libX11.so.6.2.0
/usr/lib/libX11.so.6
/usr/lib/libX11.so
/usr/lib/libX11.a
Well, here, I might assume that ldd had chosen the wrong lib to display, since
the lib exists both with NX and with X - still, I don't know exactly how ldd
detects the path to the lib.
Could anyone enlighten me and tell me how would /usr/bin/xinit be using NX
libs?
Lots of thanks for the information.
On Sunday 16 July 2006 01:19, Mircea Bardac wrote:
> Hi again,
>
> (please read again the below mail, first)
>
> Sorry to bring this up again, but it seems the latest upgrades (all of
> them, the system is completely up-to-date) brought the below-described
> issue back.
>
> (Un)fortunately, I didn't remember I had posted on the maillist and
> searched the forums again, with a deja-vu feeling all over me. Found
> (again) the same topic describing that I have to export XKEYSYMDB env
> variable but this time I've added the export line to /etc/rc.d/kdm (which
> might not be enough, and a more proper way would be to add something to
> /etc/profile.d)
>
> Now, my question is, am I the only one with the XKEYSYMDB issue?
> Hasn't anyone else experienced this?
>
> Lots of thanks,
> Mircea
--
Psi Forums Moderator/Bug Tracker Manager
Psi Windows Installer Maintainer/ArchLinux Package Maintainer
http://mircea.bardac.net
pgpeUQEpHWkPq.pgp
Description: PGP signature
_______________________________________________ arch mailing list [email protected] http://www.archlinux.org/mailman/listinfo/arch
