eisseven > cd GDGraph-1.44 eisseven > perl Makefile.PL Checking if your kit is complete... Looks good Warning: prerequisite GD 1.18 not found. Warning: prerequisite GD::Text 0.80 not found. Writing Makefile for GD::Graph The automatic tests for GDGraph are not really a solid workout of the library. The best way to test the package is to run the examples before installing it. You can run the examples in the samples directory with `make samples` or by going into that directory, and just running `make`. If that fails, please read samples/Makefile. eisseven > tar xzf GDGraph-1.44.tar.gz eisseven > cd GDGraph-1.44 eisseven > perl Makefile.PL Checking if your kit is complete... Looks good Writing Makefile for GD::Graph The automatic tests for GDGraph are not really a solid workout of the library. The best way to test the package is to run the examples before installing it. You can run the examples in the samples directory with `make samples` or by going into that directory, and just running `make`. If that fails, please read samples/Makefile. eisseven > make cp Graph.pm blib/lib/GD/Graph.pm cp Graph/Error.pm blib/lib/GD/Graph/Error.pm cp Graph/utils.pm blib/lib/GD/Graph/utils.pm cp Graph/axestype.pm blib/lib/GD/Graph/axestype.pm cp Graph/lines.pm blib/lib/GD/Graph/lines.pm cp Graph/points.pm blib/lib/GD/Graph/points.pm cp Graph/hbars.pm blib/lib/GD/Graph/hbars.pm cp Graph/linespoints.pm blib/lib/GD/Graph/linespoints.pm cp Graph/bars.pm blib/lib/GD/Graph/bars.pm cp Graph/Data.pm blib/lib/GD/Graph/Data.pm cp Graph/area.pm blib/lib/GD/Graph/area.pm cp Graph/pie.pm blib/lib/GD/Graph/pie.pm cp Graph/colour.pm blib/lib/GD/Graph/colour.pm cp Graph/mixed.pm blib/lib/GD/Graph/mixed.pm cp Graph/FAQ.pod blib/lib/GD/Graph/FAQ.pod eisseven > make test PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/axestype.t .. ok t/bugfixes.t .. ok t/colour.t .... ok t/data.t ...... ok t/error.t ..... ok t/use.t ....... ok All tests successful. Files=6, Tests=118, 1 wallclock secs ( 0.12 usr 0.01 sys + 0.54 cusr 0.07 csys = 0.74 CPU) Result: PASS geht nicht ohne convert eisseven > make samples make[1]: Entering directory `/usr/src/perl/GDGraph-1.44/samples' Processing sample11 Processing sample11-h Processing sample12 Processing sample12-h Processing sample13 Processing sample13-h make[1]: convert: Command not found make[1]: *** [logo.gif] Error 127 make[1]: Leaving directory `/usr/src/perl/GDGraph-1.44/samples' make: *** [samples] Error 2