Ask a Question related to PERL Beginners, Design and Development.
-
mcdavis941@netscape.net #1
Using CPAN.PM on Win32: How Direct to Proper Perl Location
Hi, I'm getting an error when trying to install Text::Diff with the CPAN module. The specific error is:
*snip*
Checking if your kit is complete...
Looks good
Warning: prerequisite Algorithm::Diff 0 not found.
Error: Unable to locate installed Perl libraries or Perl source code.
It is recommended that you install perl in a standard location before
building extensions. Some precompiled versions of perl do not contain
these header files, so you cannot build extensions. In such a case,
please build and install your perl from a fresh perl distribution. It
usually solves this kind of problem.
(You get this message, because MakeMaker could not find "C:\xampp\perl\lib\CORE\perl.h")
Running make test
Make had some problems, maybe interrupted? Won't test
Running make install
Make had some problems, maybe interrupted? Won't install
cpan>
*snip ends*
I am invoking CPAN.pm as follows:
perl -MCPAN -e shell
I get the same error message when trying the following with various modules which I download by hand (rather than with CPAN.pm),
perl Makefile.PL
but in those cases I can install without error by using this more specific command:
perl Makefile.PL PERL_SRC=D:\app\xampp\perl
I would do the same thing with CPAN.pm, except I'm not sure how to tell it to pass the option on to Makefile.PL. Any ideas how to do this? BTW, CPANPLUS has the same issue.
Perl: 5.8.0, ActiveState Build 806, with various updated individual modules
OS: MSWin32
Perl Directory: D:\app\xampp\perl
$CPAN::VERSION 1.61
__________________________________________________ ________________
New! Unlimited Netscape Internet Service.
Only $9.95 a month -- Sign up today at [url]http://isp.netscape.com/register[/url]
Act now to get a personalized email address!
Netscape. Just the Net You Need.
mcdavis941@netscape.net Guest
-
RESOLUTION: Using CPAN.PM on Win32: How Direct to Proper Perl Location
Hi, this message is to let you know the resolution of an issue I posted on 25 Jan 2004. I post this for the benefit of anyone Googling on the... -
CPAN and case for problem win32?
There are 2 modules that only differ in case: Crypt::Tea and Crypt::TEA, and I think using CPAN to install them gets confused on win32 (maybe also... -
PPM3 Activestate Perl (and CPAN on Win32)
> What rpm repositories does everyone use with ppm? Here are a few I know of: http://theoryx5.uwinnipeg.ca/ppms/ <-- many CGI/Apache/DBI/GD... -
Installing from CPAN on Win32
Hi! I downloaded a module from CPAN. I want to install it on my system, but NOT in the net-wide perl "lib" area; I want it in a subdirectory... -
Re : Installing CPAN Perl Modules with Activestate Perl 5. v5.8
Hi, In the process of trying to get perl modules installed, I downloaded over 300 Activestate specific perl modules and they work fine (of the ones...



Reply With Quote

