[FreeNX-kNX] no success on mandriva

Laurent Combe laurent.combe at free.fr
Fri Aug 5 16:39:47 UTC 2005


Thorsten Sandfuchs wrote:

>On Fri, Aug 05, 2005 at 03:29:36PM +0200, Laurent Combe wrote:
>  
>
>>Fabian Franz wrote:
>>    
>>
>>>>hope .... but error is the same :-((
>>>>        
>>>>
>>>ssh -X user at myserver
>>>nxagent
>>>      
>>>
>>you're right
>>now i know why it is not running
>>[famille at palmier ~]$ nxagent
>>
>>Fatal server error:
>>Server is already active for display 0
>>        If this server is no longer running, remove /tmp/.X0-lock
>>        and start again.
>>
>>nxagent: symbol lookup error: nxagent: undefined symbol: NXTransExit
>>[famille at palmier ~]$   
>>    
>>
>
># export LD_LIBRARY_PATH=/path/to/the/nx-libx:$LD_LIBRARY_PATH
># nxagent
>
>there is a configuration directive for automatically exporting
>LD_LIBRARY_PATH, it should be set. (And won't affect this manual call, but
>could solve your problem in the server)
>
>so long,
>				/fux
>  
>
IMHO i don't think it 's a LD_LIBRARY_PATH issue
if it was the case a ldd command on the nxagent binary will reveal
the missing libraries. and it's not the case.
But i suppose i am wrong :
my "nx-libx" are stored in /usr/lib i add this directory to the 
LD_LIBRARY_PATH
but the result was the same......

thanks for your help

see below for more technical precisions ...

[famille at palmier ~]$ nxagent

Fatal server error:
Server is already active for display 0
        If this server is no longer running, remove /tmp/.X0-lock
        and start again.

nxagent: symbol lookup error: nxagent: undefined symbol: NXTransExit
[famille at palmier ~]$ ldd /usr/bin/nxagent
        linux-gate.so.1 =>  (0xffffe000)
        libX11-nx.so.6 => /usr/lib/libX11-nx.so.6 (0xb7f00000)
        libXext-nx.so.6 => /usr/lib/libXext-nx.so.6 (0xb7ef0000)
        libXrender-nx.so.1 => /usr/lib/libXrender-nx.so.1 (0xb7ee8000)
        libm.so.6 => /lib/tls/libm.so.6 (0xb7ec5000)
        libXpm.so.4 => /usr/X11R6/lib/libXpm.so.4 (0xb7eb5000)
        libc.so.6 => /lib/tls/libc.so.6 (0xb7d8a000)
        libXcomp.so.1 => /usr/lib/libXcomp.so.1 (0xb7c9e000)
        libXcompext.so.1 => /usr/lib/libXcompext.so.1 (0xb7c0a000)
        libdl.so.2 => /lib/libdl.so.2 (0xb7c06000)
        /lib/ld-linux.so.2 (0xb7fec000)
        libpng.so.3 => /usr/lib/libpng.so.3 (0xb7be0000)
        libjpeg.so.62 => /usr/lib/libjpeg.so.62 (0xb7bc1000)
        libz.so.1 => /lib/libz.so.1 (0xb7baf000)
        libstdc++.so.6 => /usr/lib/libstdc++.so.6 (0xb7adf000)
        libgcc_s.so.1 => /lib/libgcc_s.so.1 (0xb7ad6000)
        libX11.so.6 => /usr/X11R6/lib/libX11.so.6 (0xb7a09000)
[famille at palmier ~]$ rpm -qf /usr/lib/libX11-nx.so.6
libnxX11_0-1.5.0-1mdk
[famille at palmier ~]$ rpm -ql libnxX11_0-1.5.0-1mdk
/usr/lib/libX11-nx.so.6
/usr/lib/libX11-nx.so.6.2
/usr/lib/libXext-nx.so.6
/usr/lib/libXext-nx.so.6.4
/usr/lib/libXrender-nx.so.1
/usr/lib/libXrender-nx.so.1.2
/usr/share/doc/libnxX11_0-1.5.0
/usr/share/doc/libnxX11_0-1.5.0/GUUG-Presentation-NX.pdf
[famille at palmier ~]$ export LD_LIBRARY_PATH=/usr/lib:$LD_LIBRARY_PATH
[famille at palmier ~]$ nxagent

Fatal server error:
Server is already active for display 0
        If this server is no longer running, remove /tmp/.X0-lock
        and start again.

nxagent: symbol lookup error: nxagent: undefined symbol: NXTransExit
[famille at palmier ~]$ 



More information about the FreeNX-kNX mailing list