in reply to Re: Getting started with mod_perl
in thread Getting started with mod_perl

I'm yet to have the tests in mod_perl run correctly. It always works just fine anyway.

The first problem is you don't ever seem to run 'make install' on mod_perl. I always install it as per the instructions in INSTALL.apaci, so I can install other modules. This means you have to install apache directly, and activate the module in the apache configure.

Replies are listed 'Best First'.
RE: RE: Re: Getting started with mod_perl
by Ian the Terrible (Beadle) on May 21, 2000 at 20:11 UTC
    Now we're talking.

    I'd swear that I'd tried that particular install method too, but perhaps not. mod_perl is running now.

    And I was doing the make install - I'm not quite that clueless. I just left it out of the crud I posted because I figured the make test output would be enough. And, it was. Thanks again.