in reply to Re: strawberry perl on localhost windows
in thread strawberry perl on localhost windows

Thanks for the comments. I am back to square one but I think the answer is that mod_perl is not actually installed. (Thanks for the suggestion.) I have heard you don't need it with strawberry, but if that is true I don't know how to set up strawberry to do this so I continued trying to set up mod_perl.

Everything was going OK as I ran makefile.pl and I got a message that the apxs utility was not found. I have no idea what that is. It asked me if I wanted to find them, and I said no but continue. Next I tried to run nmake. nmake is in the directory but it is an empty file (0KB) and of course I got an error. So I'm stuck here. Not able to run nmake test or nmake install. So I'm trying, but this doesn't seem to be working out too well. This is the most temperamental and difficult install I've ever had the pleasure of not figuring out! May have something to do with my stupidity, I don't know! Any suggestions? Thanks again!!!

  • Comment on Re^2: strawberry perl on localhost windows

Replies are listed 'Best First'.
Re^3: strawberry perl on localhost windows
by marto (Cardinal) on Jun 20, 2019 at 09:00 UTC

    Strawberry Perl does not come with mod_perl, so if you want to use it you have to build and configure it. Here is an older guide for perl 5.12 which should give you a starting point.

Re^3: strawberry perl on localhost windows
by bliako (Abbot) on Jun 20, 2019 at 08:29 UTC

    perhaps this can help re:nmake:

    NMAKE Reference The Microsoft Program Maintenance Utility (NMAKE.EXE) is a command-line tool included with Visual Studio that builds projects based on commands that are contained in a description file. To use NMAKE, you must run it in a Developer Command Prompt window. A Developer Command Prompt window has the environment variables set for the tools, libraries, and include file paths required to build at the command line. For details on how to open a Developer Command Prompt window, see Use the MSVC toolset from the command line.

    also read: https://docs.microsoft.com/en-us/cpp/build/building-on-the-command-line?view=vs-2019

      If you are running Strawberry Perl there's no sense in using nmake, stick to the toolchain provided.

Re^3: strawberry perl on localhost windows
by marto (Cardinal) on Jun 20, 2019 at 09:00 UTC

    Strawberry Perl does not come with mod_perl, so if you want to use it you have to build and configure it. Here is an older guide for perl 5.12 which should give you a starting point.