I am trying to install a module using cpan on XAMPP. I am running Windows 7.
Immediately after this prompt is given:
CPAN.pm: Going to build J/JE/JESSE/HTTP-Server-Simple-0.43.tar.gz
It gives the prompt that "The required nmake executable file is not found, and attempts to fetch it.
After this, a popup window appears stating the program "??\c:\xampp\perl\bin\Nmake15.exe can not run due to incompatibility with 64 bit versions of windows.
I downloaded VC++ and copied the make.exe from that install into my perl/bin to replace the original make.exe. This still didn't work. Any idea how I can get installations to work with CPAN?
XAMPP comes with a crippled Perl mostly due to the "Apache Friends" being clueless morons. I suggest installing Strawberry Perl additionally, then using that installation from your Perl programs. Module installation in Strawberry goes the usual straight way.