
hi, i installed the redhat 8.0 rpm under redhat 8.0. when i run the stats (mkStats.pl) i got the following message: Can't locate GD.pm in @INC (@INC contains: /opt/otrs/Kernel/cpan-lib /opt/otrs /usr/lib/perl5/5.8.0/i386-linux-thread-multi /usr/lib/perl5/5.8.0 /usr/lib/perl5/site_perl/5.8.0/i386-linux-thread-multi /usr/lib/perl5/site_perl/5.8.0 /usr/lib/perl5/site_perl /usr/lib/perl5/vendor_perl/5.8.0/i386-linux-thread-multi /usr/lib/perl5/vendor_perl/5.8.0 /usr/lib/perl5/vendor_perl .) at ./mkStats.pl line 36. BEGIN failed--compilation aborted at ./mkStats.pl line 36. what can i do to get the stats running? thxxx for help. best regards, denis heitbrock

Hy Denis, On Fri, 16 May 2003, Denis Heitbrock wrote:
Can't locate GD.pm in @INC (@INC contains: /opt/otrs/Kernel/cpan-lib [...]
what can i do to get the stats running?
you can install the perl module GD. In the documentation all necessary modules are mentioned. The graphic modules are optional, but if you want to use the stats, you need them. GD and the other modules are available either from RedHat as rpm-package or from CPAN as source. Bye, Andreas Haase EastLink GmbH -- -------------- professional INTERNET services ------------- EastLink GmbH - Leipziger Strasse 46 - D-09113 Chemnitz voice: +49-180-5432060 fax: +49-371-4320626 www.eastlink.de

i already installed the following packages unter redhat: gdbm-1.8.0-18 gdk-pixbuf-0.18.0-4 gdm-2.4.0.7-13 gd-1.8.4-9 gdk-pixbuf-gnome-0.18.0-4 gd-progs-1.8.4-9 in the docu there stands somethink about gd lines & graphs etc. but when i search for this on redhat or rpmfind i dont find this packages. could you tell me where i can find them? -----Ursprungliche Nachricht----- Von: otrs-admin@otrs.org [mailto:otrs-admin@otrs.org]Im Auftrag von Andreas Haase Gesendet: Freitag, 16. Mai 2003 11:35 An: OTRS Mailing List Betreff: Re: [otrs] statistics (diagramm) under redhat 8.0 Hy Denis, On Fri, 16 May 2003, Denis Heitbrock wrote:
Can't locate GD.pm in @INC (@INC contains: /opt/otrs/Kernel/cpan-lib [...]
what can i do to get the stats running?
you can install the perl module GD. In the documentation all necessary modules are mentioned. The graphic modules are optional, but if you want to use the stats, you need them. GD and the other modules are available either from RedHat as rpm-package or from CPAN as source. Bye, Andreas Haase EastLink GmbH -- -------------- professional INTERNET services ------------- EastLink GmbH - Leipziger Strasse 46 - D-09113 Chemnitz voice: +49-180-5432060 fax: +49-371-4320626 www.eastlink.de _______________________________________________ OTRS mailing list: otrs - Webpage: http://otrs.org/ Archive: http://lists.otrs.org/pipermail/otrs To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/otrs

On Fri, 16 May 2003, Denis Heitbrock wrote:
i already installed the following packages unter redhat:
gdbm-1.8.0-18 gdk-pixbuf-0.18.0-4 gdm-2.4.0.7-13 gd-1.8.4-9 gdk-pixbuf-gnome-0.18.0-4 gd-progs-1.8.4-9
in the docu there stands somethink about gd lines & graphs etc. but when i search for this on redhat or rpmfind i dont find this packages. could you tell me where i can find them?
you can find the modules under http://www.perl.com/CPAN-local/modules/by-module/GD/ bye, Andreas Haase EastLink GmbH -- -------------- professional INTERNET services ------------- EastLink GmbH - Leipziger Strasse 46 - D-09113 Chemnitz voice: +49-180-5432060 fax: +49-371-4320626 www.eastlink.de

Hi, You need to install perl modules by doing this: perl -MCPAN -e shell In cpan shell type: cpan> install GD cpan> install GD::Text cpan> install GD::Graph Regards, Alex
-----Original Message----- From: otrs-admin@otrs.org [mailto:otrs-admin@otrs.org] On Behalf Of Denis Heitbrock Sent: 16. maj 2003 13:12 To: otrs@otrs.org Subject: AW: [otrs] statistics (diagramm) under redhat 8.0
i already installed the following packages unter redhat:
gdbm-1.8.0-18 gdk-pixbuf-0.18.0-4 gdm-2.4.0.7-13 gd-1.8.4-9 gdk-pixbuf-gnome-0.18.0-4 gd-progs-1.8.4-9
in the docu there stands somethink about gd lines & graphs etc. but when i search for this on redhat or rpmfind i dont find this packages. could you tell me where i can find them?
-----Ursprungliche Nachricht----- Von: otrs-admin@otrs.org [mailto:otrs-admin@otrs.org]Im Auftrag von Andreas Haase Gesendet: Freitag, 16. Mai 2003 11:35 An: OTRS Mailing List Betreff: Re: [otrs] statistics (diagramm) under redhat 8.0
Hy Denis,
On Fri, 16 May 2003, Denis Heitbrock wrote:
Can't locate GD.pm in @INC (@INC contains: /opt/otrs/Kernel/cpan-lib [...]
what can i do to get the stats running?
you can install the perl module GD. In the documentation all necessary modules are mentioned. The graphic modules are optional, but if you want to use the stats, you need them. GD and the other modules are available either from RedHat as rpm-package or from CPAN as source.
Bye,
Andreas Haase EastLink GmbH -- -------------- professional INTERNET services -------------
EastLink GmbH - Leipziger Strasse 46 - D-09113 Chemnitz voice: +49-180-5432060 fax: +49-371-4320626 www.eastlink.de _______________________________________________ OTRS mailing list: otrs - Webpage: http://otrs.org/ Archive: http://lists.otrs.org/pipermail/otrs To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/otrs
_______________________________________________ OTRS mailing list: otrs - Webpage: http://otrs.org/ Archive: http://lists.otrs.org/pipermail/otrs To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/otrs

when i type in i got the following "perl -MCPAN -e shell" error msg: Can't locate CPAN.pm in @INC (@INC contains: /usr/lib/perl5/5.8.0/i386-linux-thread-multi /usr/lib/perl5/5.8.0 /usr/lib/perl5/site_perl/5.8.0/i386-linux-thread-multi /usr/lib/perl5/site_perl/5.8.0 /usr/lib/perl5/site_perl /usr/lib/perl5/vendor_perl/5.8.0/i386-linux-thread-multi /usr/lib/perl5/vendor_perl/5.8.0 /usr/lib/perl5/vendor_perl .). BEGIN failed--compilation aborted. -----Ursprungliche Nachricht----- Von: otrs-admin@otrs.org [mailto:otrs-admin@otrs.org]Im Auftrag von Alex Mihicinac Gesendet: Freitag, 16. Mai 2003 13:22 An: otrs@otrs.org Betreff: RE: [otrs] statistics (diagramm) under redhat 8.0 Hi, You need to install perl modules by doing this: perl -MCPAN -e shell In cpan shell type: cpan> install GD cpan> install GD::Text cpan> install GD::Graph Regards, Alex
-----Original Message----- From: otrs-admin@otrs.org [mailto:otrs-admin@otrs.org] On Behalf Of Denis Heitbrock Sent: 16. maj 2003 13:12 To: otrs@otrs.org Subject: AW: [otrs] statistics (diagramm) under redhat 8.0
i already installed the following packages unter redhat:
gdbm-1.8.0-18 gdk-pixbuf-0.18.0-4 gdm-2.4.0.7-13 gd-1.8.4-9 gdk-pixbuf-gnome-0.18.0-4 gd-progs-1.8.4-9
in the docu there stands somethink about gd lines & graphs etc. but when i search for this on redhat or rpmfind i dont find this packages. could you tell me where i can find them?
-----Ursprungliche Nachricht----- Von: otrs-admin@otrs.org [mailto:otrs-admin@otrs.org]Im Auftrag von Andreas Haase Gesendet: Freitag, 16. Mai 2003 11:35 An: OTRS Mailing List Betreff: Re: [otrs] statistics (diagramm) under redhat 8.0
Hy Denis,
On Fri, 16 May 2003, Denis Heitbrock wrote:
Can't locate GD.pm in @INC (@INC contains: /opt/otrs/Kernel/cpan-lib [...]
what can i do to get the stats running?
you can install the perl module GD. In the documentation all necessary modules are mentioned. The graphic modules are optional, but if you want to use the stats, you need them. GD and the other modules are available either from RedHat as rpm-package or from CPAN as source.
Bye,
Andreas Haase EastLink GmbH -- -------------- professional INTERNET services -------------
EastLink GmbH - Leipziger Strasse 46 - D-09113 Chemnitz voice: +49-180-5432060 fax: +49-371-4320626 www.eastlink.de _______________________________________________ OTRS mailing list: otrs - Webpage: http://otrs.org/ Archive: http://lists.otrs.org/pipermail/otrs To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/otrs
_______________________________________________ OTRS mailing list: otrs - Webpage: http://otrs.org/ Archive: http://lists.otrs.org/pipermail/otrs To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/otrs
_______________________________________________ OTRS mailing list: otrs - Webpage: http://otrs.org/ Archive: http://lists.otrs.org/pipermail/otrs To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/otrs

On Fri, 16 May 2003, Denis Heitbrock wrote:
when i type in i got the following "perl -MCPAN -e shell" error msg:
Can't locate CPAN.pm in @INC (@INC contains: /usr/lib/perl5/5.8.0/i386-linux-thread-multi /usr/lib/perl5/5.8.0 /usr/lib/perl5/site_perl/5.8.0/i386-linux-thread-multi /usr/lib/perl5/site_perl/5.8.0 /usr/lib/perl5/site_perl /usr/lib/perl5/vendor_perl/5.8.0/i386-linux-thread-multi /usr/lib/perl5/vendor_perl/5.8.0 /usr/lib/perl5/vendor_perl .). BEGIN failed--compilation aborted.
first install the package perl-CPAN-1.61-55.i386.rpm, which is shipped with RedHat 8.0. Mit freundlichen Grüßen, Andreas Haase EastLink GmbH -- -------------- professional INTERNET services ------------- EastLink GmbH - Leipziger Strasse 46 - D-09113 Chemnitz voice: +49-180-5432060 fax: +49-371-4320626 www.eastlink.de
participants (3)
-
Alex Mihicinac
-
Andreas Haase
-
Denis Heitbrock