Re: mod_perl build with perlbrew
Perrin Harkins <[email protected]>
| Newsgroups | gmane.comp.apache.mod-perl |
|---|---|
| Message-ID | <CAC0_be2pQuvY+YmK28=QA0T+p=QseSkdtrLb67AJPFLXe3RtCg@mail.gmail.com> |
On Wed, Sep 19, 2012 at 3:43 PM, bluedome <[email protected]> wrote: > I'm building mod_perl with a perl built using perlbrew. > > The build succeeds but make test fails because @INC is not correct. One thing to consider is that I think perlbrew sets the PERL5LIB environment variable. If you aren't running in a perlbrew environment when you start httpd, that won't be there. - Perrin