Re: Can't locate Apache2.pm in @INC

2005-08-02 Thread Paul Scott
Nicos Gollan wrote: On Monday August 1 2005 19:01, Paul Scott wrote: Unfortunately the next problem is that the script I'm working on just begins with the usual: #!/usr/bin/perl -w and the browser (Firefox) still displays the script instead of executing it. The script works fine on the web

Re: Can't locate Apache2.pm in @INC

2005-08-01 Thread Nicos Gollan
On Monday August 1 2005 19:01, Paul Scott wrote: > Unfortunately the next problem is that the script I'm working on just > begins with the usual: > > #!/usr/bin/perl -w > > and the browser (Firefox) still displays the script instead of executing > it. The script works fine on the web server that is

Re: Can't locate Apache2.pm in @INC

2005-08-01 Thread Paul Scott
that would fix it. Now the Can't locate Apache2.pm in @INC error message is gone and I get when restarting apache2: mod_perl/2.0.1 Perl/v5.8.7 configured -- resuming normal operations Unfortunately the next problem is that the script I'm working on just begins with the usual: #!/usr/bin

Re: Can't locate Apache2.pm in @INC

2005-08-01 Thread Nicos Gollan
On Sunday July 31 2005 16:36, Paul Scott wrote: > I presumably can follow the instructions below but I am running sid and > have the latest packages. I just installed the new libapache2-mod-perl2 > that showed up after I sent my first post and it is still broken. What > updated packages are you r

Can't locate Apache2.pm in @INC

2005-07-31 Thread Paul Scott
Nicos Gollan wrote: On Sunday July 31 2005 00:50, Paul Scott wrote: on sid I am getting on trying to start Apache2: Can't locate Apache2.pm in @INC and Can't load Perl module Apache2 I have both packages installed which contain Apache2.pm according to http://packages.debian

Re: Can't locate Apache2.pm in @INC

2005-07-31 Thread Nicos Gollan
On Sunday July 31 2005 00:50, Paul Scott wrote: > on sid I am getting on trying to start Apache2: > Can't locate Apache2.pm in @INC > > and > > Can't load Perl module Apache2 > > I have both packages installed which contain Apache2.pm according to > http

Can't locate Apache2.pm in @INC

2005-07-30 Thread Paul Scott
on sid I am getting on trying to start Apache2: Can't locate Apache2.pm in @INC and Can't load Perl module Apache2 I have both packages installed which contain Apache2.pm according to http://packages.debian.org From much Googling I understand this is because of name changes in Ap