Click to See Complete Forum and Search --> : Slashcode


EyesWideOpen
11-13-2001, 05:31 PM
I'm attempting to install Slashcode (http://slashcode.org) on my Red Hat 7.1 linux box and I've run into a snag.

I'm at the point where I have to run bin/install-slashsite -u VIRTUAL_USER and I get the following error:


Base class package "Template::Provider" is empty.
(Perhaps you need to 'use' the module which defines that package first.) at /usr/lib/perl5/site_perl/5.6.0/i386-linux/Slash/Display/Provider.pm line 34
BEGIN failed--compilation aborted at /usr/lib/perl5/site_perl/5.6.0/i386-linux/Slash/Display/Provider.pm line 34.
Compilation failed in require at /usr/lib/perl5/site_perl/5.6.0/i386-linux/Slash/Display.pm line 44.
BEGIN failed--compilation aborted at /usr/lib/perl5/site_perl/5.6.0/i386-linux/Slash/Display.pm line 44.
Compilation failed in require at /usr/lib/perl5/site_perl/5.6.0/i386-linux/Slash/Utility/Access.pm line 30.
BEGIN failed--compilation aborted at /usr/lib/perl5/site_perl/5.6.0/i386-linux/Slash/Utility/Access.pm line 30.
Compilation failed in require at /usr/lib/perl5/site_perl/5.6.0/i386-linux/Slash/Utility.pm line 31.
BEGIN failed--compilation aborted at /usr/lib/perl5/site_perl/5.6.0/i386-linux/Slash/Utility.pm line 31.
Compilation failed in require at /usr/lib/perl5/site_perl/5.6.0/i386-linux/Slash/DB/Utility.pm line 9.
BEGIN failed--compilation aborted at /usr/lib/perl5/site_perl/5.6.0/i386-linux/Slash/DB/Utility.pm line 9.
Compilation failed in require at /usr/lib/perl5/site_perl/5.6.0/i386-linux/Slash/DB.pm line 10.
BEGIN failed--compilation aborted at /usr/lib/perl5/site_perl/5.6.0/i386-linux/Slash/DB.pm line 10.
Compilation failed in require at /usr/lib/perl5/site_perl/5.6.0/i386-linux/Slash.pm line 29.
BEGIN failed--compilation aborted at /usr/lib/perl5/site_perl/5.6.0/i386-linux/Slash.pm line 29.
Compilation failed in require at bin/install-slashsite line 18.
BEGIN failed--compilation aborted at bin/install-slashsite line 18.


I'm not sure where Template::Provider is supposed to be and why it isn't where it's supposed to be. There were SO many steps before this that it's all pretty much a blur (anyone who has installed Slashcode probably knows what I mean).

Has anyone seen this error before?

I tried a search on Google (http://www.google.com) and found one thread (http://www.geocrawler.com/archives/3/9539/2001/5/0/5831732/) on a mailing list where a person got the same exact error but there was no resolution to their problem.

[ 13 November 2001: Message edited by: EyesWideOpen ]

EyesWideOpen
11-13-2001, 05:47 PM
Woops!

The Template::Provider module is on CPAN (http://www.cpan.org/modules/by-module/Template/) as part of the Template-Toolkit package. I only looked for a package named Template-Provider and didn't realize that it was part of another package.

I installed it and, while I've got different errors now, it's seems to have fixed my immediate problem.

Thanks anyway. ;)