| Author |
Config.pm - Installing modules in perl
|
|
| LaxshmiNarayanan 2006-01-20, 9:55 pm |
| Hi,
I'm trying to install a perl module XML-RegExp-0.03 (downloaded from
cpan.org) to a cygwin setup on Windows 2000
The first step is to create a make file by running "perl Makefile.pl"
The next step is to run make. But when I run make I get the following error
c:\WINNT\make.exe: *** No rule to make target
`/usr/lib/perl5/5.8/cygwin/Config.pm', needed by `makefile'. Stop.
Should I do some configuration before running the "make" ? I thought
the "perl Makefile.pl" could have done the needed configuration and
created the makefile ?
I never edited any Config.pm before running the make should I make
changes ? I'm a newbie so please help me in installing the modules in
the perl
Thanks and Regards,
Laxshmi Narayanan R
| |
| usenet@DavidFilmer.com 2006-01-21, 3:55 am |
| LaxshmiNarayanan wrote:
> I'm trying to install a perl module XML-RegExp-0.03 (downloaded from
> cpan.org) to a cygwin setup on Windows 2000
>
> The first step is to create a make file by running "perl Makefile.pl"
There's a much easier way, actually (and a way that will resolve
prerequisites for you).
See
perldoc -q CPAN
and look for the article: "How do I install a module from CPAN?"
| |
| divdat 2006-05-05, 9:40 am |
| I am having a similar problem getting DBI to compile:
c:\mingw\bin\mingw32-make.exe: *** No rule to make target `/usr/lib/perl5/5.8.0/cygwin-multi-64int/Config.pm', needed by `makefile'.
Stop.
Did you ever find a solution?
Thanks,
Patrick | |
|
|
|
|