On 07/09/12 19:56, Alex Schuster wrote:
>nxagent needs the _XGetRequest symbol, and looks for it in
>libXtst.so.6. It's not directly defined there, but in libX11.so, "ldd
>-r /usr/lib64/libXtst.so.6" will show that this library is also being
>searched for. There the symbol is found on my system, but I assume
>"nm -D /usr/lib64/libX11.so | grep XGetRequest" will list nothing for
>you. I am using net-misc/nx-3.5.0-r3 just fine. And I also have
>xorg-server-1.12.2 installed (with use flags ipv6 nptl udev xorg).
[...]
When run "nm -D /usr/lib64/libX11.so | grep XGetRequest"
I get:
0000000000047600 T _XGetRequest

so it seems to me it finds it there, so I'm not sure why I closes the
connection. It just started after I upgraded xorg and enabled KMS in
the kernel.

That's strange. I assume "ldd -r /usr/lib64/libXtst.so.6" will output
libX11.so.6, and libX11.so and libX11.so.6 in /usr/lib64/ are both links
to libX11.so.6.3?

It is linked to libX11.so.6.3.0
/usr/lib64/libX11.so
lrwxrwxrwx 1 root root 15 Jul  6 22:44 /usr/lib64/libX11.so -> libX11.so.6.3.0

--
Joseph

Reply via email to