Hi again, i have been too speed... in fact i have an error at the make install procedure... The perl Makefile.PL make; make test are ok but when i do make install i have this:
Can't locate AppConfig.pm in @INC (@INC contains: blib/lib blib/arch /usr/lib/perl5/5.6.0/i386-linux /usr/lib/perl5/5.6.0 /usr/lib/perl5/site_perl/5.6.0/i386-linux /usr/lib/perl5/site_perl/5.6.0 /usr/lib/perl5/site_perl .) at bin/ttree line 32. BEGIN failed--compilation aborted at bin/ttree line 32. make: *** [tt2_html_docs] Erreur 2 I'm trying to compile the Template-Toolkit-2.08 Guillaume -----Message d'origine----- De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]De la part de Mark Fowler Envoye : jeudi 30 janvier 2003 11:53 A : Guillaume Devoyon Cc : [EMAIL PROTECTED] Objet : Re: [Templates] compilation problem On Thu, 30 Jan 2003, Guillaume Devoyon wrote: > I had a look on the documentation, i saw taht there was optionnal modules > but no prequisists A good version of File::Temp ships with the latest version of perl, so it's not really a prerequisite unless you have an older version of perl. I can only assume that you're using a older version of perl. I suggest installing the File::Temp module off of CPAN. If you have problems after this, please get back to us telling us what version of perl you have installed and what version of the Template Toolkit you're trying to install. Hope that helps. Mark. -- #!/usr/bin/perl -T use strict; use warnings; print q{Mark Fowler, [EMAIL PROTECTED], http://twoshortplanks.com/}; _______________________________________________ templates mailing list [EMAIL PROTECTED] http://lists.ourshack.com/mailman/listinfo/templates _______________________________________________ templates mailing list [EMAIL PROTECTED] http://lists.ourshack.com/mailman/listinfo/templates
