FS#15695 - [nxserver] unusable after install

Attached to Project: Arch Linux
Opened by Nicolas Doualot (slubman) - Monday, 27 July 2009, 05:03 GMT
Last edited by Tobias Powalowski (tpowa) - Saturday, 01 August 2009, 07:56 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To Tobias Powalowski (tpowa)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:
nxagent, nxproxy, nxssh can't find libraries.

Modifying /etc/ld.so.conf one can add /opt/NX/lib to searched path, and then thos exec found libraries, but then Xorg miss mouse.

Additional info:
* package versio : nxserver 3.3.0-6


Steps to reproduce:

# Intsall nxserver
pacman -S nxserver

# try to run nxagent
/opt/NX/bin/nxagent
/opt/NX/bin/nxagent: error while loading shared libraries: libXcomp.so.3: cannot open shared object file: No such file or directory

#ldd output
ldd /opt/NX/bin/nxagent | grep 'not found'
libXcomp.so.3 => not found
libXcompext.so.3 => not found
libXcompshad.so.3 => not found

ldd /opt/NX/bin/nxproxy | grep 'not found'
libXcomp.so.3 => not found

ldd /opt/NX/bin/nxssh | grep 'not found'
libXcomp.so.3 => not found

This task depends upon

Closed by  Tobias Powalowski (tpowa)
Saturday, 01 August 2009, 07:56 GMT
Reason for closing:  Not a bug
Comment by Tobias Powalowski (tpowa) - Thursday, 30 July 2009, 17:09 GMT
you shouldn't do that!
freenx will setup everything for you, the libs are not in PATH if freenx is not used.

Loading...