[rt-users] RT Statistics Package

Alexander, John alexandj at fortrex.com
Thu Feb 28 14:27:41 EST 2002


Well, numerous installs of various modules later, Apache is now crashing on
the following:



Can't locate GD.pm in @INC



Specifically, in line 364 of Graph.pm is "use GD;"  Is there a GD.pm module
somewhere?  I can't seem to find it.



John Alexander

 



-----Original Message-----
From: Tim Wilde [mailto:twilde at dyndns.org]
Sent: Thursday, February 28, 2002 10:57 AM
To: Alexander, John
Cc: rt-users at lists.fsck.com
Subject: RE: [rt-users] RT Statistics Package


On Thu, 28 Feb 2002, Alexander, John wrote:



> <Location /chart>

>

> 	SetHandler perl-script

>

> 	PerlHandler +Apache::GD::Graph

>

> </Location>

>

> and restarted apache.  Getting the undefined subroutine error.



The general fix for this type of thing, in my experience, is to throw in a

"PerlModule Apache::GD::Graph" to load the module.  Either inside or

outside the <Location> should work.  Give that a try.



Tim



-- 

Tim Wilde

twilde at dyndns.org

Systems Administrator

Dynamic DNS Network Services

http://www.dyndns.org/





More information about the rt-users mailing list