I downloaded all the Perl stuff and installed them with no error messages. When I perl popfile.pl I get this:
POPFile needs Perl module HTML::Template, please install it.
POPFile Engine loading
Loading...
{core: config history logger mq}
{classifier: bayes wordmangle}
Can't locate HTML/Template.pm in @INC (@INC contains: ./ /sw/lib/perl5 /sw/lib/perl5/darwin /System/Library/Perl/5.8.8/darwin-thread-multi-2level /System/Library/Perl/5.8.8 /Library/Perl/5.8.8/darwin-thread-multi-2level /Library/Perl/5.8.8 /Library/Perl /Network/Library/Perl/5.8.8/darwin-thread-multi-2level /Network/Library/Perl/5.8.8 /Network/Library/Perl /System/Library/Perl/Extras/5.8.8/darwin-thread-multi-2level /System/Library/Perl/Extras/5.8.8 /Library/Perl/5.8.6 /Library/Perl/5.8.1 .) at /UI/HTML.pm line 37.
BEGIN failed--compilation aborted at /UI/HTML.pm line 37.
Compilation failed in require at /POPFile/Loader.pm line 392.
And I did install HTML Template. But something must have gone wrong... Are there files in the place where I unpacked HTML Template that I can manually move?
Anyway, help!
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
There are no files in the source folder that you can just move.The first thing that I would try is do a reinstall of the module by the same method you already tried, but using a "make test" command prior to "sudo make install" to see if it shows anything is wrong.
I have POPFile V1.0.0 running on Leopard, but my Perl knowledge isn't very good. I have usually used the CPAN shell to install Perl modules, and have not worked from source files much.
John
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I downloaded all the Perl stuff and installed them with no error messages. When I perl popfile.pl I get this:
POPFile needs Perl module HTML::Template, please install it.
POPFile Engine loading
Loading...
{core: config history logger mq}
{classifier: bayes wordmangle}
Can't locate HTML/Template.pm in @INC (@INC contains: ./ /sw/lib/perl5 /sw/lib/perl5/darwin /System/Library/Perl/5.8.8/darwin-thread-multi-2level /System/Library/Perl/5.8.8 /Library/Perl/5.8.8/darwin-thread-multi-2level /Library/Perl/5.8.8 /Library/Perl /Network/Library/Perl/5.8.8/darwin-thread-multi-2level /Network/Library/Perl/5.8.8 /Network/Library/Perl /System/Library/Perl/Extras/5.8.8/darwin-thread-multi-2level /System/Library/Perl/Extras/5.8.8 /Library/Perl/5.8.6 /Library/Perl/5.8.1 .) at /UI/HTML.pm line 37.
BEGIN failed--compilation aborted at /UI/HTML.pm line 37.
Compilation failed in require at /POPFile/Loader.pm line 392.
And I did install HTML Template. But something must have gone wrong... Are there files in the place where I unpacked HTML Template that I can manually move?
Anyway, help!
There are no files in the source folder that you can just move.The first thing that I would try is do a reinstall of the module by the same method you already tried, but using a "make test" command prior to "sudo make install" to see if it shows anything is wrong.
I have POPFile V1.0.0 running on Leopard, but my Perl knowledge isn't very good. I have usually used the CPAN shell to install Perl modules, and have not worked from source files much.
John