I would update youre webalizer. Problem is GD. It stop supporting GIFs
because of Unisys's patent LZH compression that is found in gifs after
gd1.3.

GD I believe supports jpg's and png's.

The other alternative is to find someone who has a very old version of gd
and set that up an do your one compiles.

On Thu, 16 Nov 2000, Steve Frampton wrote:

> Date: Thu, 16 Nov 2000 23:59:15 +0900 (JST)
> From: Steve Frampton <[EMAIL PROTECTED]>
> Reply-To: [EMAIL PROTECTED]
> To: [EMAIL PROTECTED]
> Subject: Can't build webalizer on Red Hat 7.0
> 
> -----BEGIN PGPENVELOPE PROCESSED MESSAGE-----
> 
> Hello:
> 
> I've been a happy webalizer user for a few months now.  Having recently
> upgraded to Red Hat 7.0 (Japanese), however, I've discovered that gd
> (graphics) support was broken for both Apache/PHP as well as webalizer.
> 
> A quick recompile of Apache and PHP solved it's problem, but I can't seem
> to get webalizer to build.  A compilation after a fresh ./configure
> results in the following errors:
> 
>   gcc  -o webalizer webalizer.o graphs.o -lgd -lm
>   graphs.o: In function `year_graph6x':
>   graphs.o(.text+0xcb0): undefined reference to `gdImageGif'
>   graphs.o: In function `month_graph6':
>   graphs.o(.text+0x19b8): undefined reference to `gdImageGif'
>   graphs.o: In function `day_graph3':
>   graphs.o(.text+0x1fd3): undefined reference to `gdImageGif'
>   graphs.o: In function `pie_chart':
>   graphs.o(.text+0x2593): undefined reference to `gdImageGif'
>   collect2: ld returned 1 exit status
>   make: *** [webalizer] Error 1
> 
> Before somebody states the obvious, I have both gd-1.8.3-4 as well as
> gd-devel-1.8.3-4 installed.  I did a grep of the include files that were
> packaged with gd-devel, and there really *is* no reference to
> "gdImageGif", so I was wondering if maybe that was a deprecated call that
> was phased out in the latest gd package.
> 
> Any ideas?  Thanks in advance.
> 
> --------------< LINUX: The choice of a GNU generation. >--------------
> Steve Frampton    <[EMAIL PROTECTED]>     interQ (Japan), Inc.
> Systems Administrator/Software Developer      http://www.interq.or.jp/
> GNU Privacy Guard ID: D055EBC5  (see http://www.gnupg.org for details)
> GNU-PG Fingerprint: EEFB F03D 29B6 07E8 AF73  EF6A 9A72 F1F5 D055 EBC5
> 
> 
> -----BEGIN PGPENVELOPE INFORMATION-----
> Hash: SHA1
> Version: GnuPG v1.0.1 (SunOS)
> Comment: For info see http://www.gnupg.org
> 
> gpg: Warning: using insecure memory!
> gpg: Signature made Thu Nov 16 06:59:18 2000 PST using DSA key ID D055EBC5
> gpg: Can't check signature: public key not found
> 
> pgpenvelope_decrypt: Message processed at Thu Nov 16 07:01:08 2000
> 
> -----END PGPENVELOPE INFORMATION-----
> 
> 
> 
> _______________________________________________
> Redhat-list mailing list
> [EMAIL PROTECTED]
> https://listman.redhat.com/mailman/listinfo/redhat-list
> 



_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to