Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

need help with: Detected uninstalled Perl.

Status
Not open for further replies.

NateBro

Programmer
Sep 1, 2004
233
0
0
US
I've been out of the game for awhile now, and just started playing with PERL again...

I installed strawberry PERL, but later installed the xampp web sever.

I then uninstalled strawberry PERL, after making a copy for the xampp web sever.

so now all my PERL scripts run from the strawberry PERL installed in my xampp web sever directory, everything works like it should, but when I try and install new modules I get this...


PS: I'm running this all on XP Home
Code:
Checking if your kit is complete...
Looks good
... Detected uninstalled Perl.  Trying to continue.
Have \xampp\perl\lib
Want \strawberry\perl\lib
Writing Makefile for File::NCopy
Writing MYMETA.yml and MYMETA.json
The system cannot find the path specified.
  CHORNY/File-NCopy-0.36.tar.gz
  C:\strawberry\c\bin\dmake.exe -- NOT OK
Running make test
  Can't test without successful make
Running make install
  Make had returned bad status, install seems impossible
Stopping: 'install' failed for 'File::NCopy'.
Failed during this command:
 CHORNY/File-NCopy-0.36.tar.gz                : make NO

there seems to be something that I missed thats still pointing to the OLD strawberry PERL install, but I checked the registry best I could and didn't see it there, is it hiding in the registry, or do I need to look in another spot, also what file or life am I looking for?

thanks for your time guys,
have a great thanksgiving!

~Nate_Bro


Code Snippets just because
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top