View Single Post
Old 2004-03-15, 02:04   Link #8
Nevion
/dev/random
 
Join Date: Jan 2004
Age: 38
Quote:
Originally Posted by ChibiDusk
Got an error: Can't locate HTML/Template.pm in @INC (@INC contains: ./extlib ./lib /usr/lib/perl5/5.8.1/i686-linux /usr/lib/perl5/5.8.1 /usr/lib/perl5/site_perl/5.8.1/i686-linux /usr/lib/perl5/site_perl/5.8.1 /usr/lib/perl5/site_perl/5.8.0 /usr/lib/perl5/site_perl .) at lib/MT/App.pm line 300.
when I run the mt.cgi
it needs HTML/Template.pm, if you don't have ssh access or don't know how to use it ask the administrator to add it. If you do have ssh access, do
Code:
perl -MCPAN -e 'install HTML::Template'
But! I think this only installs to prefix /usr so...
you could always do:
Code:
 cpan
 make install HTML::Template
and that should go for $HOME as prefix.
as a side not, if either of these starts asking a bunch of questions just press enter untill you get to spots asking for countries and mirrors, after that start jamming enter agian.
Nevion is offline   Reply With Quote