in reply to Re^2: 'nmake' is not recognized as an internal or external command,
in thread 'nmake' is not recognized as an internal or external command,

Can you explain me clearly what needs to be done

Assuming you have ActivePerl, first run ppm install mingw, then run cpan -i Inline::C.

That should do it (unless your earlier attempts to install nmake pose a problem). If you have any trouble with that, let us know what has gone wrong. (Also take note of the help provided by the other conrtributors to this thread.)

Cheers,
Rob

Replies are listed 'Best First'.
Re^4: 'nmake' is not recognized as an internal or external command,
by Anonymous Monk on Jan 03, 2012 at 21:53 UTC
    For IIS Windows servers you probably need to have compiler “nmake.exe” 64bit version. If you are running plesk you will find a copy on C:\plesk \…..\…\.\nmake.exe copy this file to C:\Windows. If the “nmake.exe” is not there simply use search on drive C:\ and you may be lucky to find it somewhere, or as other people suggest you can download and install MS Visual Studio, the nmake.exe will be there so search for it. Then you can use CPAN and it will download source, compile and install MIME lite for you. To do this use command prompt: perl -MCPAN -e shell ENTER cpan> install MIME::Lite ENTER there will be few dependancies to install as well, for these few questions the default answer is set to “yes” so all you need to do is click ENTER few times and you are done. cpan> exit ENTER close command prompt window.