Re: Reinstall gets Can't locate Apache.pm

2006-05-08 Thread Tyler MacDonald
Thomas Hilbig <[EMAIL PROTECTED]> wrote: > I was getting the error even from running perl > interactively > linux>perl > use CGI ; > Can't locate Apache.pm in @INC > > I think the problem may be that I am simply missing > the MOD_PERL_API_VERSION environment variable in my > shell environment. I

Re: Reinstall gets Can't locate Apache.pm

2006-05-07 Thread Thomas Hilbig
--- Thomas Schindl <[EMAIL PROTECTED]> wrote: > Why do you have set MOD_PERL in the environment when > running on the command > line? Whether it's Apache or Apache2 doesn't matter > it doesn't make sense to > run modules which rely on apache-API from the > commandline does it? > > Tom > The scr

Re: Reinstall gets Can't locate Apache.pm

2006-05-05 Thread Thomas Schindl
big <[EMAIL PROTECTED]> > An: mod_perl list > Betreff: Re: Reinstall gets Can't locate Apache.pm > Datum: Fri, 5 May 2006 13:15:05 -0700 (PDT) > > > > --- Tyler MacDonald <[EMAIL PROTECTED]> wrote: > > > Thomas Hilbig <[EMAIL

Re: Reinstall gets Can't locate Apache.pm

2006-05-05 Thread Thomas Hilbig
--- Tyler MacDonald <[EMAIL PROTECTED]> wrote: > Thomas Hilbig <[EMAIL PROTECTED]> wrote: > > I was getting the error even from running perl > > interactively > > linux>perl > > use CGI ; > > Can't locate Apache.pm in @INC > > > > I think the problem may be that I am simply > missing > > the MO

Re: Reinstall gets Can't locate Apache.pm

2006-05-05 Thread Thomas Hilbig
> > I did follow the instructions in the link (some > months > > ago) when migrating from mp 0.99 to mp2, and lived > > with the command line problem. However, as I am > > trying to reinstall everything (perl included) I > don't > > know why am seeing this problem at all. Any > > suggestions? >

Re: Reinstall gets Can't locate Apache.pm

2006-05-05 Thread Tyler MacDonald
Thomas Hilbig <[EMAIL PROTECTED]> wrote: > > Ack! Before you drive yourself nuts with this, read > > this page: > > > > http://perl.apache.org/docs/2.0/rename.html > I shouldn't have to clean up the perl tree of old > Apache*.pm stuff as I blew away the whole tree by > renaming it. Now, i

Re: Reinstall gets Can't locate Apache.pm

2006-05-05 Thread Thomas Hilbig
--- Tyler MacDonald <[EMAIL PROTECTED]> wrote: > Thomas Hilbig <[EMAIL PROTECTED]> wrote: > > I tried to reinstall CGI, Bundle::Apache2, but > still > > got the error. Finally, I renamed the > /usr/lib/perl5 > > directory and am trying to reinstall Perl 5.8.8 > from > > source tar. However, in

Re: Reinstall gets Can't locate Apache.pm

2006-05-05 Thread Tyler MacDonald
Thomas Hilbig <[EMAIL PROTECTED]> wrote: > I tried to reinstall CGI, Bundle::Apache2, but still > got the error. Finally, I renamed the /usr/lib/perl5 > directory and am trying to reinstall Perl 5.8.8 from > source tar. However, in the "make test" section I am > still getting the same errors on a

Reinstall gets Can't locate Apache.pm

2006-05-05 Thread Thomas Hilbig
I had an old problem with a backup server that I am trying to fix while updating perl, Apache, and mod_perl2. My CGI scripts worked under Apache/MP2, however, everytime I tried to run them from in a shell I got "Can't locate Apache.pm". This was even though I had installed Bundle::Apache2 and CG