ok so I figured out v5.18 does NOT have supporting dependencies

ref. https://twitter.com/bacongobbler/status/427865300587929600 ...

but appears 5.14 does until I got stuck on <nmake>. See below:

It would appear that you add perl to PATH environment variables ( I set mine to c:\Perl64\bin; )

add a File Mapping in IIS7 for Perl file ext create .pl mapping for Perl C:\Perl64\bin\perl514.dll

( /!\ Note no %s %s cause Im using ISAPI : Yes )

In order to prepare to cleanly install SOAP::Lite I focused on Perl/ActiveState child DEPENDENCIES

I ran in CLI :: ppm install IO-SessionData

twice then CLI returns “No missing packages to install”

next

I ran in CLI :: ppm install Class-Inspector

It noted to me I FIRST must install Class::SSLeay

so

I ran in CLI :: ppm install Crypt::SSLEAY

twice then CLI returns “No missing packages to install”

then REBOOT seemed to fix a legacy wrong version of ExtUtils installed here...

reran in CLI :: ppm install Class-Inspector

reran to confirm prompt now “No missing packages to install”

next

I ran in CLI :: ppm install ExtUtils-MakeMaker

twice then CLI returns “No missing packages to install”

then

moving onto installing SOAP::Lite

cd to C:\InstallSOAPDirpkgDownload\

perl MakeFile.PL (FINALLY ran fine)
BUT

when I goto nmake following this link http://soaplite.com/install.html

nmake brings me back an error

syntax error at -e line 1, near "'755')
please help

In reply to Re^2: How to Configure parsable path on Windows2008R2 IIS7 by jaaronanderson
in thread How to Configure parsable path on Windows2008R2 IIS7 by jaaronanderson

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.