Am Fr, 2003-10-17 um 12.46 schrieb noura limam: > thanks for all, > well my problem is that I've installed apache 1.3.28 and mod-perl 1.29 as > follows > > % cd mod_perl-1.xx > % perl Makefile.PL APACHE_SRC=../apache_1.3.xx/src \ > DO_HTTPD=1 USE_APACI=1 EVERYTHING=1 > % make && make test && make install > % cd ../apache_1.3.xx > % make install > > then when I tried to install AxKit 1.6.2, by > > % perl Makefile.PL > > I had that error: > > *** ExtUtils::AutoInstall version 0.32 > *** Checking for dependencies... > [Core Features] > - mod_perl ...loaded. (1.29 >= 1.17) > - Digest::MD5 ...loaded. (2.20 >= 2.09) > - Compress::Zlib ...failed! (needed) > - Error ...failed! (needs 0.14) > - Apache::Request ...failed! (needs 0.31_03) > - File::Basename ...loaded. (2.71) > - File::Spec ...loaded. (0.83) >
You'll have to install Apache::Request aka libareq. The easiest way to install CPAN-Modules is using the CPAN-Shell perl -MCPAN -eshell and then typing "install Apache::Request", "install Compress::Zlib", ... . > > Can someone help to understand that error? > Thanks a lot. > Noura. > > > ----- Original Message ----- > From: "Robert Ferney" <[EMAIL PROTECTED]> > To: "AxKit Users" <[EMAIL PROTECTED]> > Cc: "noura limam" <[EMAIL PROTECTED]> > Sent: Thursday, October 16, 2003 8:10 PM > Subject: Re: apache mod-perl AxKit > > > > On Thu, 2003-10-16 at 11:57, Matt Sergeant wrote: > > > On 16 Oct 2003, at 11:37, noura limam wrote: > > > > > > > Hi all! > > > > > > > > I am using AxKit for the first time and have injstallation erros. > > > > Please let me new the dependancies between versions of Apache, > > > > mod_Perl and AxKit. > > > > > > Apache 1.3.x. mod_perl 1.x > > > > There are also a bunch of CPAN(perl) modules and the xml/xslt libraries > > from http://www.xmlsoft.org/ > > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]