
Hi Ralf, On Wed, Dec 04, 2002 at 12:47:24PM +0100, Ralf Neugebauer wrote:
How can I edit the @INC-variable? If I make mkStats.pl -m 12, an error appears with GD::Graph::lines can't locate! I searched for the package, but I don't find it!
That's the problem! .-) You need to install the perl-GD package and then you need to install the GD-submodules (there are no SuSE packages available). shell$> perl -MCPAN -e shell; CPAN> install GD::Text CPAN> install GD::Graph CPAN> install GD::Graph::lines CPAN> install GD::Text::Align Then mkStats.pl should work. ,-) PS: You need to be subscribed on the list to post on it. Martin -- Martin Edenhofer - <martin at edenhofer.de> - http://martin.edenhofer.de/ -- Old programmers never die. They just branch to a new address.