Installed nxclient and nxnode from nomachine, then I installed freenx from please_try_again’s repo
When I run
nxsetup --install --setup-nomachine-key
I get the following errors
----> Testing your nxserver configuration ...
Error: Could not find nxagent in /usr/bin. Please install some OSS components.
Warning: Invalid value "APPLICATION_LIBRARY_PRELOAD=/usr/lib/NX/lib/libX11.so.6:/usr/lib/NX/lib/libXext.so.6:/usr/lib/NX/lib/libXcomp.so.3:/usr/lib/NX/lib/libXcompext.so.3:/usr/lib/NX/lib/libXrender.so.1:/usr/lib/NX/lib/libXpm.so.4:/usr/lib/NX/lib/libXrandr.so.2:/usr/lib/NX/lib/libXfixes.so.3:/usr/lib/NX/lib/libXdamage.so.1:/usr/lib/NX/lib/libXtst.so.6:/usr/lib/NX/lib/libXcompshad.so.3". /usr/lib/NX/lib/libX11.so.6 could not be found. Users will not be able to run a single application in non-rootless mode.
Warning: Invalid value "COMMAND_START_GNOME=gnome-session"
Users will not be able to request a Gnome session.
Warning: Invalid value "COMMAND_START_CDE=startlxde"
Users will not be able to request a CDE session.
strings: '/usr/lib/NX/nxagent': No such file
Error: Could not find 1.5.0 or 2.[01].0 or 3.[012345].0 version string in nxagent. NX 1.5.0 or 2.[01].0 or 3.[012345].0 backend is needed for this version of FreeNX.
Errors occured during config check.
Please correct the configuration file.
I then followed the instructions on this page NoMachine NX - Support: Documentation, first trying the section which says:
To compile nxagent you need:
nxcomp-X.Y.Z-N.tar.gz
nxcompext-X.Y.Z-N.tar.gz
nxproxy-X.Y.Z-N.tar.gz
nx-X11-X.Y.Z-N.tar.gz
nxauth-X.Y.Z-N.tar.gz
nxagent-X.Y.Z-N.tar.gz
Go to your ~/NX directory and untar, from there, all the previous files. nx-X11 is a modified XFree86 distribution, so, as usual:
*> make World*This will also build nxcomp, nxcompext and all the required libs in nx-X11.
I did this in /usr/lib/NX, there was no makefile in this directory so I cd’d into nx-X11 first as this seemed to make sense, make World ran without error but nxsetup --install --setup-nomachine-key still returned the same nxagent error so I then tried to follow this section right at the beginning of the page:
To build nxproxy you need:
nxcomp-X.Y.Z-N.tar.gz
nxproxy-X.Y.Z-N.tar.gz
As for all the other Open Source components, get sources from**http://www.nomachine.com/dev_sources.php**](http://www.nomachine.com/dev_sources.php) and follow instructions you find in the README file.
*> cd ~/NX> tar zxvf nxcomp-X.Y.Z-N.tar.gz> cd nxcomp> ./configure> make>> cd ~/NX> tar zxvf nxproxy-X.Y.Z-N.tar.gz> cd nxproxy> ./configure> make*
When I tried this I got:
linux:/usr/lib/NX/nxcomp # make
make: Nothing to be done for `all'.
I’m at a loss as to what I should try next, can anyone help?