Re: Getting Perl modules into cygwin
Von: Juergen Scholich (jscho@alice-dsl.net) [Profil]
Datum: 07.09.2007 18:04
Message-ID: <ld98r4-f3p.ln1@scholich.homeip.net>
Newsgroup: de.alt.comp.cygwin+co
Datum: 07.09.2007 18:04
Message-ID: <ld98r4-f3p.ln1@scholich.homeip.net>
Newsgroup: de.alt.comp.cygwin+co
rpcroke@gmail.com wrote: > I am trying to use the perl module Chart::Graph::Gnuplot, but cannot > locate it in my cygwin directory tree. How can I get this module in > order to use it in perl? > > According to the perl documentation, it should be in /usr/local/perl/ > lib/site_perl/5.6.1/Chart/Graph/Gnuplot.pm, but I have no perl > directory. It seems as if the cygwin installation put all the > application in the /usr/bin directory. > > Regardless, I want to be able to use this in cygwin. How can I get > it? Thanks, > > Ryan Normally I'm doing the following steps: - Download the ".tar.gz" file of the wanted module. - unpack the tar file in a source directory - the module will be unpacked into a new subdir. - change into this subdir - "perl Makefile.PL" - "make" - "sudo make install" With these steps, the module will be installed automatically into the right directory. -- Juergen[ Auf dieses Posting antworten ]
