This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.
For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.
Old posts that have not been replied to for several years.
-
G
Guest
Post
by Guest »
I get this when i try to get graph.tcl working..
if someone now whats wrong plz answer
.::22:43:46::. <Kamelen> [22:25] TCL error [drawgraph]: Can't locate GD.pm in @INC (@INC contains: /usr/lib/perl5/5.6.0/i386-linux /usr/lib/perl5/5.6.0 /usr/lib/perl5/site_perl/5.6.0/i386-linux /usr/lib/perl5/site_perl/5.6.0 /usr/lib/perl5/site_perl .) at ./graph.pl line 11.
.::22:43:46::. <Kamelen> BEGIN failed--compilation aborted at ./graph.pl line 11.
-
ppslim
- Revered One
- Posts: 3914
- Joined: Sun Sep 23, 2001 8:00 pm
- Location: Liverpool, England
Post
by ppslim »
You are trying to use a TCL that creates a graph.
The TCL calls a perl script that does the drawing. This perl script requires the GD library to do this, but the system does not have it installed.
Installing the GD library is beyong my knoledge.