> -----Original Message----- > From: Matthew Hannigan [mailto:[EMAIL PROTECTED]] > Sent: Monday, 25 November 2002 9:46 AM > To: Jeff Waugh > Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED] > Subject: Re: [SLUG] Help with Webalizer > > > On Mon, Nov 25, 2002 at 08:26:10AM +1100, Jeff Waugh wrote: > > > I am trying toinstall Webalizer on my school system and get the > > > following errors at the make stage: > > > /usr/lib/libgd.so: undefined reference to `jpeg_read_scanlines' > > > > You need the jpeg devel package, forget what it's called on Red Hat. > > > > libjpeg-devel :-) > > > Still it shows up a bit of a bug in the webalizer build. > Worth reporting to the author or packager. > > Matt
I recently built webalizer on both Linux machines and FreeBSD. Here's my experience: Debian (Woody) - "apt-get install webalizer"; nuff said ;-) Linux Redhat - as Jeff Waugh's experience above. The build of webalizer from source doesn't seem to cover all dependencies. FreeBSD - libjpeg is in the ports tree, gd isn't, nor is webalizer. But after you build the libraries and link all the files from /usr/local/include to /usr/include (or compile webalizer with a "--include=/usr/local/include") it's a piece of cake :-) FYI, the ./configure under FreeBSD *DID* detect the lack of libjpeg and gd without any problems at all. This was installing from source too (2.0.7 IIRC) - maybe this is a RedHat specific build problem?? BTW - is it just me or does webalizer rock? I'm currently processing our apache + squid logs every hour and then posting the results (rsync) to one of our internal web servers - works perfectly :-) --James -- SLUG - Sydney Linux User's Group - http://slug.org.au/ More Info: http://lists.slug.org.au/listinfo/slug
