> [Cc to Stas as the example in the guide is wrong, and Dave explains
> the correct way]
> 
> On Mon, Jul 31, 2000 at 03:42:18PM -0400, Dave Moore took time to write:
> > 
> > duh...now that i've had some more coffee...the line:
> > 
> > PerlVersionINC On
> > 
> > must come before the PerlINC statement. PerlINC wont store that path
> > unless PerlVersionINC is On.
> 
> Ok, that corrected my problem, thanks a lot Dave.

Thanks Patrick. I've udpated the guide. The man page should be corrected
as well.

> > dave
> > On Mon, 31 Jul 2000, Dave Moore wrote:
> >  
> > > you arent doing anything wrong. you probably just need to upgrade to the
> > > latest version of Apache::ExtUtils. this is not the same ExtUtils that
> > > comes with mod_perl 1.24. you will have to get it from the latest cvs
> > > snapshot of mod_perl. you will also have to remake/install PerlVINC after
> > > you install ExtUtils. see if that helps.
> > > 
> > > On Sat, 29 Jul 2000, Patrick wrote:
> > > 
> > > > Hi all,
> > > > 
> > > > (debian potato)
> > > > apache-ssl : 1.3.9.13-2 
> > > > modperl : 1.21.20000309-1
> > > > perl : 5.005
> > > > Apache::PerlVINC : 0.01 compiled by myself
> > > > 
> > > > As recommended in the guide, i'm trying to use Apache::PerlVINC since
> > > > I have 3 virtualhosts, and the same sets of modules for all three (same 
>namespace), in
> > > > three separate directories (one production, two developpments).
> > > > 
> > > > So I have in httpd.conf
> > > > 
> > > > PerlModule  Apache::PerlVINC
> > > > PerlINC     /opt/anciens/membres
> > > > PerlVersionINC On
> > > > PerlFixupHandler Apache::PerlVINC
> > > > 
> > > > But as soon as I put these 4 lines, apache doesn't run anymore.
> > > > An strace at start-up shows at the end :
> > > >
> >  ......some stuff was here....... 
> > > > 
> > > > It seems not to be happy not to found DESTROY.al, but after that i'm
> > > > lost.
> > > > What am I doing wrong ? How can I correct ? Is there another
> > > > possibility to achieve the same goal ?
> > > > (besides running different copies of Apache binded on different ports)
> > > > 
> > > > If that's make a difference i'm also using Apache::StatINC
> > > > 
> > > > Thanks in advance for your time and your answers.
> > > > 
> > > > PS: modperl just rocks, kudos to everyone !
> > > > 
> > > > -- 
> > > > Patrick.
> > > > Because if life has a meaning, we should already know it.
> > > > 
> > 
> > --
> > Dave Moore
> > Web Application Developer
> > mailto:[EMAIL PROTECTED]
> > 
> > ePALS Classroom Exchange
> > http://www.epals.com/
> > Connecting more than 1.9 million students and teachers in 182 countries!
> 
> -- 
> Patrick.
> Because if life has a meaning, we should already know it.
> 



_____________________________________________________________________
Stas Bekman              JAm_pH     --   Just Another mod_perl Hacker
http://stason.org/       mod_perl Guide  http://perl.apache.org/guide 
mailto:[EMAIL PROTECTED]   http://perl.org     http://stason.org/TULARC
http://singlesheaven.com http://perlmonth.com http://sourcegarden.org


Reply via email to