Is Webalizer compatible with the latest version of gd? I've just downloaded the latest version of both, and GD, libpng, libjeg are installed and work with php. The problem is that when I try to compile webalizer I get the following errors:
graphs.o(.text+0x5aa): In function `year_graph6x':
: undefined reference to `gdImagePng'
graphs.o(.text+0x126d): In function `month_graph6':
: undefined reference to `gdImagePng'
graphs.o(.text+0x1bd5): In function `day_graph3':
: undefined reference to `gdImagePng'
graphs.o(.text+0x2338): In function `pie_chart':
: undefined reference to `gdImagePng'
collect2: ld returned 1 exit status
make: *** [webalizer] Error 1
During ./config I get this:
checking for gdImagePng in -lgd... (cached) no
Any help is appreciated
Thanks,
Matt