Re: My option when a module is not available for my production OS.
From: John Bokma (postmaster_at_castleamber.com)
Date: 03/29/05
- Next message: soup_or_power_at_yahoo.com: "Re: [BEGINNER]Storable::dclone question"
- Previous message: J-miami: "Re: Perl - Internet Cafe Software for Linux - open source"
- In reply to: chung.ley_at_amd.com: "My option when a module is not available for my production OS."
- Next in thread: chung.ley_at_amd.com: "Re: My option when a module is not available for my production OS."
- Reply: chung.ley_at_amd.com: "Re: My option when a module is not available for my production OS."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: 28 Mar 2005 22:12:57 GMT
chung.ley@amd.com wrote:
> Hi,
>
> I wanted to use the modules GDGraph-boxplot and GDGraph-XY to generate
> boxplot and scatterplots. I am using my PC (windows2000) as a
> development machine, but the production box is Linux. It seems that
> these modules are not available in Linux.
You mean you can't find rpms (or something like it) for it?
Go to CPAN, download the source (e.g. http://search.cpan.org/
~gaffer/GDGraph-boxplot-1.00/ and click on download), and make it:
perl Makefile.PL
make
make test
make install
(from the top of my head)
-- John Small Perl scripts: http://johnbokma.com/perl/ Perl programmer available: http://castleamber.com/ Happy Customers: http://castleamber.com/testimonials.html
- Next message: soup_or_power_at_yahoo.com: "Re: [BEGINNER]Storable::dclone question"
- Previous message: J-miami: "Re: Perl - Internet Cafe Software for Linux - open source"
- In reply to: chung.ley_at_amd.com: "My option when a module is not available for my production OS."
- Next in thread: chung.ley_at_amd.com: "Re: My option when a module is not available for my production OS."
- Reply: chung.ley_at_amd.com: "Re: My option when a module is not available for my production OS."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|