Re: perl 5.8 + GD problem

2004-11-23 Thread MuthuKumar
> [Wed Nov 24 11:00:28 2004] Plotting graph of TCP accesses. > /usr/bin/perl: error while loading shared libraries: > /usr/lib/perl5/site_perl/5.8.3/i386-linux-thread-multi/auto/GD/GD.so: > undefined symbol: gdFontGetSmall > > # nm /usr/lib/perl5/site_perl/5.8.3/i386-linux-thread-multi/auto/GD/G

perl 5.8 + GD problem

2004-11-23 Thread MuthuKumar
Hello All, I am trying to use squid-graph tool. http://squid-graph.securlogic.com/files/ Execution of perl script makes, # ./squid-graph --output-dir=/tmp/test/ < /usr/local/squid25s7/var/logs/access.log WARNING: Are you sure you want to output your files to "/tmp/test"? Continuing

Re: GD Problem

2002-10-22 Thread zentara
On Mon, 21 Oct 2002 13:44:59 +0200, [EMAIL PROTECTED] (Andreas Pflug) wrote: >I am quite new to perl and I am starting with a big problem. >I just compiled Perl 5.8.0 from the source -> Works fine. >I added several module -> Works fine. >I added GD 2.0.1 -> Problem starts: > >If I execute this scr

GD Problem

2002-10-21 Thread Andreas Pflug
Hi, I am quite new to perl and I am starting with a big problem. I just compiled Perl 5.8.0 from the source -> Works fine. I added several module -> Works fine. I added GD 2.0.1 -> Problem starts: If I execute this script on the shell as root, it bworks fine and prints out height and width of the

RE: GD Problem.

2001-06-24 Thread RTaylor
P:[EMAIL PROTECTED]] > Sent: Friday, June 22, 2001 1:44 AM > To: '[EMAIL PROTECTED]' > Subject: GD Problem. > > Iv just started my very first attempt at using GD to produce graphics and > I'm confused. I have RTFM in fact iv read a few but I'm still confus