From owner-freebsd-ports Mon Feb 21 12:52:45 2000 Delivered-To: freebsd-ports@freebsd.org Received: from ducky.nz.freebsd.org (chilled.unixathome.org [203.79.82.27]) by hub.freebsd.org (Postfix) with ESMTP id B9E7E37B517 for ; Mon, 21 Feb 2000 12:52:40 -0800 (PST) (envelope-from dan@freebsddiary.org) Received: from wocker (wocker.int.nz.freebsd.org [192.168.0.99]) by ducky.nz.freebsd.org (8.9.3/8.9.3) with ESMTP id JAA73235 for ; Tue, 22 Feb 2000 09:52:21 +1300 (NZDT) Message-Id: <200002212052.JAA73235@ducky.nz.freebsd.org> From: "Dan Langille" Organization: The FreeBSD Diary To: ports@freebsd.org Date: Tue, 22 Feb 2000 09:52:19 +1300 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: webalizer fails to install on one box Reply-To: dan@freebsddiary.org X-mailer: Pegasus Mail for Win32 (v3.12b) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I just tried installing webalizer. Under -current, it installs fine. But under 3.3-stable I get the following errors: cc -O -pipe -DHAVE_XPM -DHAVE_LIBTTF -I/usr/local/include - I/usr/local/include/freetype -I/usr/X11R6/include -I/usr/X11R6/include/X11 -c gdxpm.c gdxpm.c:20: xpm.h: No such file or directory gdxpm.c: In function `gdImageCreateFromXpm': gdxpm.c:24: `XpmInfo' undeclared (first use this function) gdxpm.c:24: (Each undeclared identifier is reported only once gdxpm.c:24: for each function it appears in.) gdxpm.c:24: parse error before `info' gdxpm.c:25: `XpmImage' undeclared (first use this function) gdxpm.c:35: `image' undeclared (first use this function) gdxpm.c:35: `info' undeclared (first use this function) gdxpm.c:36: `XpmSuccess' undeclared (first use this function) *** Error code 1 Stop. [etc] The main difference I can see between the two boxes is this: # make install ===> Extracting for webalizer-1.30.4 >> Checksum OK for webalizer-1.30-04-src.tgz. ===> webalizer-1.30.4 depends on shared library: gd.0 - not found ===> Verifying install for gd.0 in /usr/ports/graphics/gd If you want to compile in X support use 'make -DWANT_X11' instead *******the above install works # make ===> Extracting for webalizer-1.30.4 >> Checksum OK for webalizer-1.30-04-src.tgz. ===> webalizer-1.30.4 depends on shared library: gd.0 - not found ===> Verifying install for gd.0 in /usr/ports/graphics/gd *******the above install fails. I suspect the failing box suspects X is installed. But it isn't. This box was used to attempt to install webalizer back in the days when it required X. -- Dan Langille - DVL Software Limited [I'm looking for more work] The FreeBSD Diary - http://www.freebsddiary.org/ NZ FreeBSD User Group - http://www.nzfug.nz.freebsd.org/ The Racing System - http://www.racingsystem.com/ unix @ home - http://www.unixathome.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message