From owner-freebsd-questions@FreeBSD.ORG Fri Nov 28 08:53:28 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D5EEF106564A for ; Fri, 28 Nov 2008 08:53:26 +0000 (UTC) (envelope-from Pieter.Donche@ua.ac.be) Received: from hmacs.cmi.ua.ac.be (hmacs.cmi.ua.ac.be [143.129.75.10]) by mx1.freebsd.org (Postfix) with ESMTP id 385058FC08 for ; Fri, 28 Nov 2008 08:53:25 +0000 (UTC) (envelope-from Pieter.Donche@ua.ac.be) Received: from hmacs.cmi.ua.ac.be (localhost [127.0.0.1]) by hmacs.cmi.ua.ac.be (8.13.8+Sun/8.13.8) with ESMTP id mAS8rOSZ002033 for ; Fri, 28 Nov 2008 09:53:24 +0100 (CET) Received: from localhost (pdon@localhost) by hmacs.cmi.ua.ac.be (8.13.8+Sun/8.13.8/Submit) with ESMTP id mAS8rO9B002030 for ; Fri, 28 Nov 2008 09:53:24 +0100 (CET) X-Authentication-Warning: hmacs.cmi.ua.ac.be: pdon owned process doing -bs Date: Fri, 28 Nov 2008 09:53:24 +0100 (CET) From: Pieter Donche X-X-Sender: pdon@hmacs.cmi.ua.ac.be To: "mail.list freebsd-questions" Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Subject: nxserver/freenx X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Pieter Donche List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Nov 2008 08:53:28 -0000 I want my freeBSD-7.0-RELEASE server accessible via a FreeNX client from www.nomachine.com. I believe I should install both the ports nxserver and freenx: >From http://www.freebsdports.info/ports/net/nxserver.html I read: nxserver: this port provides only the NX core binaries and libraries as were released by NoMachine as source code. To make them work and be used as an NX server, you will need to: - either install FreeNX (net/freenx) additionally, - or install the commercial NoMachine server product (currently not available in native FreeBSD form) $ whereis nxserver nxserver: /usr/ports/net/nxserver $ whereis freenx freenx: /usr/ports/net/freenx # cd /usr/ports/net/nxserver # make install clean ===> nxserver-1.4.0_1 is marked as broken: this port fails to build with xorg-7 .2. *** Error code 1 What's this? What are my alternatives to get a NX server running on FreeBSD? # pkg_add -r freenx isn't found ...