Re: Apache::compat and new Perl
Fred Moyer <[email protected]>
| Newsgroups | gmane.comp.apache.mod-perl |
|---|---|
| Message-ID | <CAHrynWAffxXndnJN6C8AH55LxYDHouDhr837gWmhWvcWpEH2-w@mail.gmail.com> |
On Wed, Mar 7, 2012 at 5:46 AM, Josh Narins <[email protected]> wrote: > > Do I need mod_perl1 installed to get Apache::compat and mod_perl2 to work? > > mp2 will be using a different Perl, and I'd prefer not to install it if I don't have to. You should be fine without mp1, but remember you'll need to build it against another httpd with your different perl. You can't build mod_perl against the same httpd that already has one built or it will replace that module you've built against the original perl.