[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[cobalt-users] Webalizer Compiling Problems



I am installing Webalizer on a Raq4i. I installed and compiled pnglib,
GD graphics library, zlib and jpeg-6 with no problems. I can run
./configure and get my makefile for webalizer, but when I try to compile
it, I get these errors.

[root webalizer-2.01-09]# make
gcc -L/usr/lib  -o webalizer webalizer.o hashtab.o linklist.o preserve.o
parser.o output.o dns_resolv.o graphs.o -lgd -lpng -lz -lm
graphs.o: In function `year_graph6x':
graphs.o(.text+0xd36): undefined reference to `gdImagePng'
graphs.o: In function `month_graph6':
graphs.o(.text+0x1ac9): undefined reference to `gdImagePng'
graphs.o: In function `day_graph3':
graphs.o(.text+0x2119): undefined reference to `gdImagePng'
graphs.o: In function `pie_chart':
graphs.o(.text+0x26f7): undefined reference to `gdImagePng'
collect2: ld returned 1 exit status
make: *** [webalizer] Error 1

I have searched and found other Raq users with this problem, even in the
archives of this group, but it seems they get it fixed before a solution
was posted. Any ideas?

--