Click to See Complete Forum and Search --> : perl question


direkt
12-26-2002, 07:12 PM
I am trying to install Apache:Cookie using CPAN and its asking for MyConfig.pm for Apache. I cannot figure out how to get this installed. Anyone offer me any guidance? This is what I get when installing Apache::Cookie

Can't locate Apache/MyConfig.pm in @INC (@INC contains: /usr/lib/perl5/5.8.0/i386-linux-thread-multi /usr/lib/perl5/5.8.0 /usr/lib/perl5/site_perl/5.8.0/i386-linux-thread-multi /usr/lib/perl5/site_perl/5.8.0 /usr/lib/perl5/site_perl /usr/lib/perl5/vendor_perl/5.8.0/i386-linux-thread-multi /usr/lib/perl5/vendor_perl/5.8.0 /usr/lib/perl5/vendor_perl .) at Makefile.PL line 27.

iDxMan
12-26-2002, 11:43 PM
http://search.cpan.org/author/DOUGM/mod_perl-1.27/Makefile.PL

Looks like its a part of mod_perl perhaps.

direkt
12-27-2002, 01:01 PM
I tried installing that but it requires an older version of apache. I dont wanna downgrade my apache, but I guess this is my only option

direkt
12-27-2002, 01:16 PM
also can anyone tell me how when installing using CPAN to specifiy a certain version or what you are downloading?