Package Details: nx-common 3.5.0-8

Git Clone URL: https://aur.archlinux.org/nx-common.git (read-only, click to copy)
Package Base: nx-common
Description: NoMachine NX common package for client and server
Upstream URL: http://nomachine.com/
Licenses: GPL
Submitter: bidulock
Maintainer: bidulock
Last Packager: bidulock
Votes: 8
Popularity: 0.000000
First Submitted: 2015-12-16 01:27 (UTC)
Last Updated: 2018-12-29 09:29 (UTC)

Latest Comments

kevundead commented on 2021-04-23 01:39 (UTC)

How do I use other mirrors?

adlerweb commented on 2020-07-25 23:01 (UTC)

Downloads are 404ed, mirror seems to no longer provide the files. Using other mirrors works as expected.

aromaparanoia commented on 2018-07-19 17:54 (UTC) (edited on 2018-07-19 17:55 (UTC) by aromaparanoia)

This patch works:

diff --git a/PKGBUILD b/PKGBUILD
index a927183..0cf759d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -29,7 +29,7 @@ build() {
   # nxssh
   cd ${srcdir}/nxssh
   sed -i "s:NX.h:nx/NX.h:g" clientloop.c packet.c proxy.c
-  ./configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib
+  ./configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib --with-cppflags=-I/usr/include/openssl-1.0 --with-ldflags='-L/usr/lib/openssl-1.0 -lpthread'
   make
 }

WhiteAnthrax commented on 2018-03-31 07:52 (UTC)

nxssh need link -lpthread

sed before make:

sed -i "s/NXCOMPLIBS=-L..\/nxcomp -lXcomp -lstdc++ -lpng -ljpeg -lz/NXCOMPLIBS=-L..\/nxcomp -lXcomp -lstdc++ -lpng -ljpeg -lz -lpthread/" Makefile

Hegz commented on 2018-01-26 18:59 (UTC)

builds with configure flags:

--with-cppflags=-I/usr/include/openssl-1.0 --with-ldflags=-L/usr/lib/openssl-1.0

provided openssl-1.0 is installed.

Chrissss commented on 2017-05-28 18:36 (UTC)

Besides the trouble compiling nxcompsh, the link leads to a 404... $ wget ftp.uni-duisburg.de/X11/NX/sources/3.5.0/nxcompsh-3.5.0-1.tar.gz --2017-05-28 20:35:17-- http://ftp.uni-duisburg.de/X11/NX/sources/3.5.0/nxcompsh-3.5.0-1.tar.gz Auflösen des Hostnamens ftp.uni-duisburg.de… 134.91.82.10 Verbindungsaufbau zu ftp.uni-duisburg.de|134.91.82.10|:80 … verbunden. HTTP-Anforderung gesendet, auf Antwort wird gewartet … 404 Not Found 2017-05-28 20:35:17 FEHLER 404: Not Found.

<deleted-account> commented on 2017-05-01 16:09 (UTC)

Does not compile because of newer openssl library, even with configure flag --without-openssl-header-check

postadelmaga commented on 2017-03-19 07:38 (UTC)

also nxssh packages is missing I replaced it with this one: https://lost-contact.mit.edu/afs/enea.it/software/freenx/FreeNX-3.5-el5/nxssh-3.5.0-2.tar.gz

postadelmaga commented on 2017-03-19 07:36 (UTC)

The download link for `nxcompsh` is not working for me. I used this one: https://lost-contact.mit.edu/afs/enea.it/software/freenx/FreeNX-3.5-el5/nxcompsh-3.5.0-1.tar.gz