Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 22 Feb 2000 09:52:19 +1300
From:      "Dan Langille" <dan@freebsddiary.org>
To:        ports@freebsd.org
Subject:   webalizer fails to install on one box
Message-ID:  <200002212052.JAA73235@ducky.nz.freebsd.org>

next in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200002212052.JAA73235>