From owner-freebsd-questions Fri Jan 7 23:46: 4 2000 Delivered-To: freebsd-questions@freebsd.org Received: from scientia.demon.co.uk (scientia.demon.co.uk [212.228.14.13]) by hub.freebsd.org (Postfix) with ESMTP id 52C7B14EBB for ; Fri, 7 Jan 2000 23:45:54 -0800 (PST) (envelope-from ben@scientia.demon.co.uk) Received: from strontium.scientia.demon.co.uk ([192.168.91.36] ident=exim) by scientia.demon.co.uk with esmtp (Exim 3.092 #1) id 126lEo-0004cP-00; Sat, 08 Jan 2000 02:04:18 +0000 Received: (from ben) by strontium.scientia.demon.co.uk (Exim 3.092 #1) id 126lEo-000IDp-00; Sat, 08 Jan 2000 02:04:18 +0000 Date: Sat, 8 Jan 2000 02:04:18 +0000 From: Ben Smithurst To: William Wong Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Ports Dependancies again Message-ID: <20000108020418.A69839@strontium.scientia.demon.co.uk> References: <007501bf5972$aa411900$0300a8c0@anime.ca> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <007501bf5972$aa411900$0300a8c0@anime.ca> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG William Wong wrote: > I had some problems installing gd as it's required by webalizer. > > gd seems to depend on a bunch of stuff which in the end it required the > X11.6 library so it wanted to install X. > > Is there a way I can just install the library without X? I'm running on a > 486 which has little space so I can't afford to isntall all of X. I think you need Xbin.tgz and Xprog.tgz from the appropriate place (i.e. ${XVERSION}/binaries/FreeBSD-${FREEBSDVERSION}) or your nearest XFree86 mirror, or /cdrom/XF86335 if you have the CDs. Once you have those, I think you can just extract "lib/*" and "include/*", i.e. do # cd /usr/X11R6 # tar xzfv Xbin.tgz "include/*" "lib/*" # tar xzfv Xprog.tgz "include/*" "lib/*" I'm not sure if this will work, but it's worth a try. The programs which need the X libraries may well need a display to run (though I'm sure gd doesn't). -- Ben Smithurst | PGP: 0x99392F7D ben@scientia.demon.co.uk | key available from keyservers and | ben+pgp@scientia.demon.co.uk To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message