Graph.pm, pie.pm Align.pm Error Problem

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • nasir872
    New Member
    • May 2007
    • 5

    Graph.pm, pie.pm Align.pm Error Problem

    I face this problem. Thoug I have installed GD from ppm correctly.Pleas e help.

    C:\webapp2\cgi-bin\chart.pl
    Can't locate GD/Text/Align.pm in @INC (@INC contains: C:/Perl/lib C:/Perl/site/l
    ib .) at C:/Perl/site/lib/GD/Graph.pm line 39.
    BEGIN failed--compilation aborted at C:/Perl/site/lib/GD/Graph.pm line 39.
    Compilation failed in require at C:/Perl/site/lib/GD/Graph/pie.pm line 21.
    BEGIN failed--compilation aborted at C:/Perl/site/lib/GD/Graph/pie.pm line 21.
  • KevinADC
    Recognized Expert Specialist
    • Jan 2007
    • 4092

    #2
    looks like you need to install:

    GD::Text::Align

    Comment

    Working...