in reply to ARSPerl - Windows XP Install

You might need to look for where ARSperl is being installed. I downloaded ARSperl and unpacked it into a directory. The support-h.template file went into the root of that directory tree. The file 'infra\exsi.pl' was in the directory 'C:\apps\APSperl-1.85\infra'. In that same directory is the file 'h2ps', with no extension - this is likely the missing file you were looking for.

It sounds to me like you've either gotten a scrambled .tgz file (or it didn't unpack properly), or else you've missed some instructions. For example, did you edit the Makefile.PL file, as instructed? There were three places to make changes, where you needed to add directories to your API, the libraries, and defines.

Replies are listed 'Best First'.
Re^2: ARSPerl - Windows XP Install
by sundrag (Initiate) on Mar 15, 2006 at 17:03 UTC
    I did make the necessary 3 changes in the Makefile.PL as instructed.... my ARSperl package didn't seem to contain a support-h.template file. Maybe winzip is not the right application to get at the contents of the package though. The zip file contains a .tar file and I'll have to unpack that on unix to see what it contains, maybe the support-h.template file is in there. Thanks for the feedback!