in reply to dmake not found

Do you actually have a file named C:\Perl\site\bin\dmake.exe?

Is the directory in which it resides accessible by the user as which the web browser executes?

Is it executable by the user as which the web browser executes?

Is C:\Perl\site\bin in the web server's path?

It's very odd that make is required at run-time, but I'm not familiar with the module in question and its dependencies.

Replies are listed 'Best First'.
Re^2: dmake not found
by slugger415 (Monk) on Feb 06, 2012 at 20:38 UTC
    Yes there is a file called C:\Perl\site\bin\dmake.exe.

    I don't know the answer to your next two question. I installed ActivePerl and didn't change anything.

    C:\Perl\site\bin is in the system path on Windows XP; don't know about the web server's path. How can I check that?

    thank you.

      don't know about the web server's path. How can I check that?

      Upload a cgi script to the web server that outputs $ENV{PATH} and then run it.

      But, as others have mentioned, it seems very strange that anything should want to find dmake.

      Cheers,
      Rob