You are viewing a plain text version of this content. The canonical link for it is here.
Posted to modperl@perl.apache.org by "b. ash" <ba...@twignation.com> on 2002/12/19 21:40:15 UTC

modperl 2.0 problems with Apache::Cookie and related modules.

Hi,

I am trying to configure a working apache2/modperl2 setup, unfortunately 
I can not seemt to get a critical module Apache::Cookie to install,  I 
keep getting this error.

Can't locate Apache/MyConfig.pm in @INC (@INC contains: 
/usr/local/lib/perl5/5.8.0/i686-linux-thread-multi 
/usr/local/lib/perl5/5.8.0 
/usr/local/lib/perl5/site_perl/5.8.0/i686-linux-thread-multi 
/usr/local/lib/perl5/site_perl/5.8.0 /usr/local/lib/perl5/site_perl .) 
at Makefile.PL line 27.
BEGIN failed--compilation aborted at Makefile.PL line 27.

any ideas what might be going on here.

Thanks

--bash


Re: modperl 2.0 problems with Apache::Cookie and related modules.

Posted by Stas Bekman <st...@stason.org>.
b. ash wrote:
> Hi,
> 
> I am trying to configure a working apache2/modperl2 setup, unfortunately 
> I can not seemt to get a critical module Apache::Cookie to install,  I 
> keep getting this error.
> 
> Can't locate Apache/MyConfig.pm in @INC (@INC contains: 
> /usr/local/lib/perl5/5.8.0/i686-linux-thread-multi 
> /usr/local/lib/perl5/5.8.0 
> /usr/local/lib/perl5/site_perl/5.8.0/i686-linux-thread-multi 
> /usr/local/lib/perl5/site_perl/5.8.0 /usr/local/lib/perl5/site_perl .) 
> at Makefile.PL line 27.
> BEGIN failed--compilation aborted at Makefile.PL line 27.
> 
> any ideas what might be going on here.

A backcompat version of Apache::MyConfig is now available via 
Apache::compat in the mod_perl cvs. Though it won't solve the 
Apache::Cookie lib as reported by others.


__________________________________________________________________
Stas Bekman            JAm_pH ------> Just Another mod_perl Hacker
http://stason.org/     mod_perl Guide ---> http://perl.apache.org
mailto:stas@stason.org http://use.perl.org http://apacheweek.com
http://modperlbook.org http://apache.org   http://ticketmaster.com


Re: modperl 2.0 problems with Apache::Cookie and related modules.

Posted by Randy Kobes <ra...@theoryx5.uwinnipeg.ca>.
On Thu, 19 Dec 2002, b. ash wrote:

> Hi,
> 
> I am trying to configure a working apache2/modperl2 setup, unfortunately 
> I can not seemt to get a critical module Apache::Cookie to install,  I 
> keep getting this error.
> 
> Can't locate Apache/MyConfig.pm in @INC (@INC contains: 
> /usr/local/lib/perl5/5.8.0/i686-linux-thread-multi 
> /usr/local/lib/perl5/5.8.0 
> /usr/local/lib/perl5/site_perl/5.8.0/i686-linux-thread-multi 
> /usr/local/lib/perl5/site_perl/5.8.0 /usr/local/lib/perl5/site_perl .) 
> at Makefile.PL line 27.
> BEGIN failed--compilation aborted at Makefile.PL line 27.
> 
> any ideas what might be going on here.

Apache::Cookie (and Apache::Request) haven't been ported to
mod_perl-2 yet. Until that happens, you can use the mod_perl-2
compatibility mode to do form data, and for cookies, you can use
a CPAN module (eg, CGI.pm).

-- 
best regards,
randy kobes


RE: modperl 2.0 problems with Apache::Cookie and related modules.

Posted by "Beau E. Cox" <be...@beaucox.com>.
Hi -

You may want to check out my experiences w/ap2-mp2 shown in:

http://beaucox.com/mason/mason-with-apmp2-mini-HOWTO.htm

It shows how I intalled these packages.

Aloha => Beau.

-----Original Message-----
From: b. ash [mailto:bash@twignation.com]
Sent: Thursday, December 19, 2002 10:40 AM
To: modperl@perl.apache.org
Subject: modperl 2.0 problems with Apache::Cookie and related modules.


Hi,

I am trying to configure a working apache2/modperl2 setup, unfortunately 
I can not seemt to get a critical module Apache::Cookie to install,  I 
keep getting this error.

Can't locate Apache/MyConfig.pm in @INC (@INC contains: 
/usr/local/lib/perl5/5.8.0/i686-linux-thread-multi 
/usr/local/lib/perl5/5.8.0 
/usr/local/lib/perl5/site_perl/5.8.0/i686-linux-thread-multi 
/usr/local/lib/perl5/site_perl/5.8.0 /usr/local/lib/perl5/site_perl .) 
at Makefile.PL line 27.
BEGIN failed--compilation aborted at Makefile.PL line 27.

any ideas what might be going on here.

Thanks

--bash