From owner-freebsd-questions@FreeBSD.ORG Thu Jan 13 19:06:22 2005 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CD8C416A4CE for ; Thu, 13 Jan 2005 19:06:22 +0000 (GMT) Received: from hedwig.mgh.harvard.edu (hedwig.mgh.harvard.edu [132.183.156.18]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6B6CA43D5A for ; Thu, 13 Jan 2005 19:06:22 +0000 (GMT) (envelope-from remorse@partners.org) Received: from [132.183.156.105] (buxtehude.mgh.harvard.edu [132.183.156.105]) by hedwig.mgh.harvard.edu (8.13.1/8.13.1) with ESMTP id j0DJ6LpR070497 for ; Thu, 13 Jan 2005 14:06:21 -0500 (EST) (envelope-from remorse@partners.org) Mime-Version: 1.0 (Apple Message framework v619) Content-Transfer-Encoding: 7bit Message-Id: <35F05B14-6596-11D9-8196-000A956EB07E@partners.org> Content-Type: text/plain; charset=US-ASCII; format=flowed To: questions@freebsd.org From: Richard Morse Date: Thu, 13 Jan 2005 14:06:20 -0500 X-Mailer: Apple Mail (2.619) Subject: How to use X without installing X? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Jan 2005 19:06:22 -0000 Hi! I have a FreeBSD 5 STABLE computer which is acting as a server. Because it doesn't need it, I don't want to install all of X -- my goal is that there shouldn't be anything that I can't do over ssh from a command-line. Unfortunately, Oracle doesn't agree with me. I need to install the Oracle client software on this computer -- it won't actually be an Oracle server, but does need to be able to connect to various other servers (mostly from PHP and DBD::Oracle). Apparently, in order to run the installer for 9i, it needs X. But, I figure it shouldn't need all of X, because I intend to connect via `ssh -X` from a different computer which is running X to actualy do the display. However, even once I've installed 'x11/xorg-libraries', when I `ssh -X` to the box $DISPLAY is not set. What is the minimum that I need to install to make this work? Thanks, Ricky Morse