RAHUL_GKP has asked for the wisdom of the Perl Monks concerning the following question:

Hi Perl Monks, I want to install mod_perl in my system. Currently Active state perl 5.16 is installed in it & Apache 2.2 is also installed. Operating system in my m/c is Windows 7. I tried various links available on internet, but nothing worked. Could somebody help me out? Thanks, Rahul Verma

Replies are listed 'Best First'.
Re: To install mod_perl in Win7 m/c
by Corion (Patriarch) on May 19, 2016 at 08:30 UTC

    "Nothing worked" is a description of your situation that does not help us diagnose your problem.

    Maybe you can show us exactly what you did and exactly how things failed for you. For example, paste the output of your attempt to install mod_perl on Windows, together with the output of perl -V.

      Hi Corion, Thanks for looking into it & sorry for late reply. I downloaded mod_perl package tar.gz file in my local & extracted it with WINZIP. But I couldn't find the right directory structure to execute make install commands. Can you give me set of commands to be executed so that mod_perl can be installed in my windows m/c? Thanks, Rahul Verma

        What you are saying makes no sense. If you extracted the archive, there is the file INSTALL. Follow the instructions there.