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: 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/GD.so

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 script on

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
]] 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 confused. I'm using ActivePerl on an NT system, so I loaded

Re: GD Problem.

2001-06-22 Thread William McKee
On 22 Jun 2001, at 3:43, Grierson, Garry (UK07) wrote: but it just appears as 'hieroglyphics' on the browser page, obviously this is being interpreted as text instead of graphical information. That's because you're telling the browser to expect text/html in the Content-type header. print

Re: GD Problem.

2001-06-22 Thread Curtis Poe
--- Grierson, Garry (UK07) [EMAIL PROTECTED] wrote: 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 confused. I'm using ActivePerl on an NT system, so I loaded in the GD module using PPM, set the binmode