Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 6 Feb 2000 14:52:46 +0000
From:      George Cox <gjvc@extremis.demon.co.uk>
To:        James <smokey@adl.ussr.net>
Cc:        Freebsd Questions <questions@FreeBSD.ORG>
Subject:   Re: Webaliser installation from ports collection
Message-ID:  <20000206145246.A14213@extremis.demon.co.uk>
In-Reply-To: <MPBBLJLABKFCLAHJNBNGKEMIHMAA.smokey@adl.ussr.net>; from smokey@adl.ussr.net on Fri, Jan 28, 2000 at 10:58:35AM %2B1030
References:  <MPBBLJLABKFCLAHJNBNGKEMIHMAA.smokey@adl.ussr.net>

next in thread | previous in thread | raw e-mail | index | archive | help
On 28/01 10:58, James wrote:

> Attempting to get webalizer working :-)
> 
> Following is what I get;
> 
> [root@gw:/usr/ports/www/webalizer] make
> ^A
> ===>  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
> ===>  Building for gd-1.7.3
> cc -O -DHAVE_XPM -DHAVE_LIBTTF -I/usr/local/include -I/usr/local/include/fre
> etype -I/usr/X11R6/include -I/usr/X11R6/include/X11 -c gdcache.c
> In file included from gdcache.h:43,
>                  from gdcache.c:41:
> /usr/local/include/malloc.h:65: warning: parameter names (without types) in
> function declaration
>
> ... elided ...
> 
> Any and all assistance would be gratefully accepted :-)

I have absolutely no idea if this will work, but try changing lines in the
webalizer source from

  #include <malloc.h>

to

  #include <stdlib.h>

(The use of "malloc.h" is deprecated)

best;



gjvc

-- 
[gjvc]                                                   Powered by SMP FreeBSD
"256 pennies is one hexadecimal dollar." -- D.E. Knuth   http://www.freebsd.org


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




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