What is Jifty? A web framework. Anther one.
I install it on my a dev.comp and it work with exclusions. Next I do try install to home directory on my webhost. No way. Don't work.
# jifty
Can't locate UNIVERSAL/require.pm in @INC (@INC contains: /usr/lib/perl5/5.8.8/i686-linux /usr/lib/perl5/5.8.8 /usr/lib/perl5/site_perl/5.8.8/i686-linux /usr/lib/perl5/site_perl/5.8.8 /usr/lib/perl5/site_perl/5.8.7/i686-linux /usr/lib/perl5/site_perl/5.8.7 /usr/lib/perl5/site_perl/5.8.5 /usr/lib/perl5/site_perl/5.8.4 /usr/lib/perl5/site_perl/5.8.3 /usr/lib/perl5/site_perl/5.8.2 /usr/lib/perl5/site_perl/5.8.1 /usr/lib/perl5/site_perl/5.8.0 /usr/lib/perl5/site_perl/5.6.2 /usr/lib/perl5/site_perl .) at /home/win/perl/usr/bin/jifty line 5.
BEGIN failed--compilation aborted at /home/win/perl/usr/bin/jifty line 5.
Errm, what did you install? Just a single tarball? If so, that’s a painful way of going about it, because Jifty needs a bunch of other modules, which in turn need more other modules, some of which need more modules yet. All told, this is not going to be fun – Jifty has some 220 dependencies.
You really really should set up the CPAN module to install to your home directory, then use that to install Jifty. It will then automatically download and install all necessary modules for you, all the way down the chain.
If you’re still having problems after that (or during that), see the Jifty site’s page on getting help.
Re:Oh my God, help is coming!
sigzero on 2007-08-05T12:10:03
220 dependencies?!?! My god.Re:Oh my God, help is coming!
jplindstrom on 2007-08-05T23:23:58
My god, it's full of deps!
Modules like grains of sand.
etc.Re:Oh my God, help is coming!
slanning on 2007-08-06T12:22:30
Well, 200 if you exclude Core modules.