Re: [gentoo-user] need help with mod_perl

2003-10-22 Thread Andrew Gaffney
felix zaslavskiy wrote:
On Mon, 20 Oct 2003 23:59:31 -0500
Andrew Gaffney <[EMAIL PROTECTED]> wrote:

felix zaslavskiy wrote:

Hello

I dont know much about perl but I want to install a perl app so...

I basicaly get this error on compilation:

ModPerl::Registry: Can't locate Apache.pm in @INC (@INC contains: /home/httpd/perl/webgui/lib /home/httpd/perl /usr/lib/perl5/vendor_perl/5.8.0/i686-linux/Apache2 /usr/lib/perl5/5.8.0/i686-linux /usr/lib/perl5/5.8.0 /usr/lib/perl5/site_perl/5.8.0/i686-linux /usr/lib/perl5/site_perl/5.8.0 /usr/lib/perl5/site_perl /usr/lib/perl5/vendor_perl/5.8.0/i686-linux /usr/lib/perl5/vendor_perl/5.8.0 /usr/lib/perl5/vendor_perl . /etc/apache2/ /etc/apache2/lib/perl) at /usr/lib/perl5/5.8.0/CGI.pm line 161.

Now I figure that install of mod_perl-1.99 which i have include Apache2.pm .  Whats the solution to this problem ?
I struggled with this same problem for 2 weeks. My solution: give up until mod_perl-2.0.



What if I install apache1.3 and the lower version of mod_perl would that solve the problem ?
I have found the solution if you didn't see in my other thread. Either upgrade perl to 
5.8.1 or rename /usr/lib/perl5/5.8.0/CGI.pm to CGI.pm.bak or something like that so it 
doesn't get found. That way, the newer CGI.pm gets found and all is well.

--
Andrew Gaffney
--
[EMAIL PROTECTED] mailing list


Re: [gentoo-user] need help with mod_perl

2003-10-20 Thread Andrew Gaffney
felix zaslavskiy wrote:
On Mon, 20 Oct 2003 23:59:31 -0500
Andrew Gaffney <[EMAIL PROTECTED]> wrote:

felix zaslavskiy wrote:

Hello

I dont know much about perl but I want to install a perl app so...

I basicaly get this error on compilation:

ModPerl::Registry: Can't locate Apache.pm in @INC (@INC contains: /home/httpd/perl/webgui/lib /home/httpd/perl /usr/lib/perl5/vendor_perl/5.8.0/i686-linux/Apache2 /usr/lib/perl5/5.8.0/i686-linux /usr/lib/perl5/5.8.0 /usr/lib/perl5/site_perl/5.8.0/i686-linux /usr/lib/perl5/site_perl/5.8.0 /usr/lib/perl5/site_perl /usr/lib/perl5/vendor_perl/5.8.0/i686-linux /usr/lib/perl5/vendor_perl/5.8.0 /usr/lib/perl5/vendor_perl . /etc/apache2/ /etc/apache2/lib/perl) at /usr/lib/perl5/5.8.0/CGI.pm line 161.

Now I figure that install of mod_perl-1.99 which i have include Apache2.pm .  Whats the solution to this problem ?
I struggled with this same problem for 2 weeks. My solution: give up until mod_perl-2.0.



What if I install apache1.3 and the lower version of mod_perl would that solve the problem ?
Its very possible. In my case, it was on a production server that I couldn't afford the 
downtime on.

--
Andrew Gaffney
--
[EMAIL PROTECTED] mailing list


Re: [gentoo-user] need help with mod_perl

2003-10-20 Thread felix zaslavskiy
On Mon, 20 Oct 2003 23:59:31 -0500
Andrew Gaffney <[EMAIL PROTECTED]> wrote:

> felix zaslavskiy wrote:
> > Hello
> > 
> > I dont know much about perl but I want to install a perl app so...
> > 
> > I basicaly get this error on compilation:
> > 
> > ModPerl::Registry: Can't locate Apache.pm in @INC (@INC contains: 
> > /home/httpd/perl/webgui/lib /home/httpd/perl 
> > /usr/lib/perl5/vendor_perl/5.8.0/i686-linux/Apache2 
> > /usr/lib/perl5/5.8.0/i686-linux /usr/lib/perl5/5.8.0 
> > /usr/lib/perl5/site_perl/5.8.0/i686-linux /usr/lib/perl5/site_perl/5.8.0 
> > /usr/lib/perl5/site_perl /usr/lib/perl5/vendor_perl/5.8.0/i686-linux 
> > /usr/lib/perl5/vendor_perl/5.8.0 /usr/lib/perl5/vendor_perl . /etc/apache2/ 
> > /etc/apache2/lib/perl) at /usr/lib/perl5/5.8.0/CGI.pm line 161.
> > 
> > Now I figure that install of mod_perl-1.99 which i have include Apache2.pm .  
> > Whats the solution to this problem ?
> 
> I struggled with this same problem for 2 weeks. My solution: give up until 
> mod_perl-2.0.
> 

What if I install apache1.3 and the lower version of mod_perl would that solve the 
problem ?

> -- 
> Andrew Gaffney
> 
> 
> --
> [EMAIL PROTECTED] mailing list
> 



--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] need help with mod_perl

2003-10-20 Thread Andrew Gaffney
felix zaslavskiy wrote:
Hello

I dont know much about perl but I want to install a perl app so...

I basicaly get this error on compilation:

ModPerl::Registry: Can't locate Apache.pm in @INC (@INC contains: /home/httpd/perl/webgui/lib /home/httpd/perl /usr/lib/perl5/vendor_perl/5.8.0/i686-linux/Apache2 /usr/lib/perl5/5.8.0/i686-linux /usr/lib/perl5/5.8.0 /usr/lib/perl5/site_perl/5.8.0/i686-linux /usr/lib/perl5/site_perl/5.8.0 /usr/lib/perl5/site_perl /usr/lib/perl5/vendor_perl/5.8.0/i686-linux /usr/lib/perl5/vendor_perl/5.8.0 /usr/lib/perl5/vendor_perl . /etc/apache2/ /etc/apache2/lib/perl) at /usr/lib/perl5/5.8.0/CGI.pm line 161.

Now I figure that install of mod_perl-1.99 which i have include Apache2.pm .  Whats the solution to this problem ?
I struggled with this same problem for 2 weeks. My solution: give up until mod_perl-2.0.

--
Andrew Gaffney
--
[EMAIL PROTECTED] mailing list


[gentoo-user] need help with mod_perl

2003-10-20 Thread felix zaslavskiy
Hello

I dont know much about perl but I want to install a perl app so...

I basicaly get this error on compilation:

ModPerl::Registry: Can't locate Apache.pm in @INC (@INC contains: 
/home/httpd/perl/webgui/lib /home/httpd/perl 
/usr/lib/perl5/vendor_perl/5.8.0/i686-linux/Apache2 /usr/lib/perl5/5.8.0/i686-linux 
/usr/lib/perl5/5.8.0 /usr/lib/perl5/site_perl/5.8.0/i686-linux 
/usr/lib/perl5/site_perl/5.8.0 /usr/lib/perl5/site_perl 
/usr/lib/perl5/vendor_perl/5.8.0/i686-linux /usr/lib/perl5/vendor_perl/5.8.0 
/usr/lib/perl5/vendor_perl . /etc/apache2/ /etc/apache2/lib/perl) at 
/usr/lib/perl5/5.8.0/CGI.pm line 161.

Now I figure that install of mod_perl-1.99 which i have include Apache2.pm .  Whats 
the solution to this problem ?

--
[EMAIL PROTECTED] mailing list