[Graph-dev] installing and compiling Chart::graph::Gnuplot

Adam Pirkle adam at pirkle.org
Mon Mar 22 07:36:45 PST 2004


You can probably just copy it into one of your perl lib directories.

1) Download the .tar.gz file from CPAN
2) extract it somewhere
3) Look for the Chart/ directory. It will contain
   Chart/Graph/Gnuplot.pm, Chart/Graph/Util.pm, etc.
4) Copy that directory into your perl library path.

To get a listing of your perl library path, do this:

perl -p 'print join("\n", @INC) . "\n"'

Alternately, you can put it somewhere else and add that directory to
your library path by putting this line in your script:

use lib '/path/to/some/dir';
use Chart::Graph::Gnuplot

-Adam


On Mon, Mar 22, 2004 at 01:53:46PM +0100, Emmanuel Sombo said the following:
>  
> When trying to install Chart::graph::Gnuplot , in the last step" make install",  i receive the following error line:
> mkdir /usr/bin/perl: File exists at /usr/lib/perl5/5.8.1/ExtUtils/Install.pm line 127
> make: *** [pure_site_install] erreur 255
>  
> 
> 		
> ---------------------------------
> Yahoo! Mail : votre e-mail personnel et gratuit qui vous suit partout !
> Cr?ez votre Yahoo! Mail
> 
> Dialoguez en direct avec vos amis gr?ce ? Yahoo! Messenger !
> _______________________________________________
> Graph-dev mailing list
> Graph-dev at caida.org
> http://login.caida.org/mailman/listinfo/graph-dev



More information about the Graph-dev mailing list