From owner-freebsd-isp Fri May 5 6:21:25 2000 Delivered-To: freebsd-isp@freebsd.org Received: from richard2.pil.net (richard2.pil.net [207.8.164.9]) by hub.freebsd.org (Postfix) with SMTP id D984B37B8A2 for ; Fri, 5 May 2000 06:21:21 -0700 (PDT) (envelope-from up@3.am) Received: (qmail 66184 invoked by uid 1825); 5 May 2000 13:21:18 -0000 Received: from localhost (sendmail-bs@127.0.0.1) by localhost with SMTP; 5 May 2000 13:21:18 -0000 Date: Fri, 5 May 2000 09:21:18 -0400 (EDT) From: X-Sender: up@richard2.pil.net To: Doug Barton Cc: FreeBSD ISP List Subject: gd dependancies WAS: Simple traffic accounting In-Reply-To: <39123FF4.262E330D@gorean.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Thu, 4 May 2000, Doug Barton wrote: > > This is the site of Multi Router Traffic Grapher (MRTG). It > > is free! > > Better yet, use the port. It will handle the dependency on gd for you. > Wish I had that for solaris.... This brings me to a problem I had trying to use the port for webalizer, which is also dependant on gd. In 3.4-RELEASE, attempting to install that port results in a veritable avalanch of dependancies, starting with gd, which then wants to install a 400MB X server (!), among other things. Is this neccessary? I'd really rather not have X on a web server...in any case, it eventually won't install it anyway, because gd is looking for "xmkmf": su-2.03# make NO_CHECKSUM=yes install ===> Extracting for webalizer-1.30.4 ===> webalizer-1.30.4 depends on shared library: gd.0 - not found ===> Verifying install for gd.0 in /usr/ports/graphics/gd ===> Extracting for gd-1.7.3 ===> gd-1.7.3 depends on shared library: png.3 - found ===> gd-1.7.3 depends on shared library: ttf.4 - found ===> gd-1.7.3 depends on shared library: Xpm.4 - not found ===> Verifying install for Xpm.4 in /usr/ports/graphics/xpm ===> Configuring for xpm-3.4k xmkmf: not found *** Error code 127 Stop. the file actually does exist in other ports collections: su-2.03# locate xmkmf /usr/ports/x11-toolkits/FWF/files/xmkmf so I copy that to something in my path, and I get this: su-2.03# make NO_CHECKSUM=yes install ===> Extracting for webalizer-1.30.4 ===> webalizer-1.30.4 depends on shared library: gd.0 - not found ===> Verifying install for gd.0 in /usr/ports/graphics/gd ===> Extracting for gd-1.7.3 ===> gd-1.7.3 depends on shared library: png.3 - found ===> gd-1.7.3 depends on shared library: ttf.4 - found ===> gd-1.7.3 depends on shared library: Xpm.4 - not found ===> Verifying install for Xpm.4 in /usr/ports/graphics/xpm ===> Configuring for xpm-3.4k imake: not found make: don't know how to make Makefiles. Stop *** Error code 2 Stop. *** Error code 1 Stop. You know the ports collection *usually* makes life easier... :-/ James Smallacombe PlantageNet, Inc. CEO and Janitor up@3.am http://3.am ========================================================================= To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message