Quote:
Originally Posted by wildfireone
I also have the same issue with Catorise not working after just loading PR 1.3.1, on closer inspection I am getting this error
Code:
Nokia-N900:/home/opt/catorise# ./catorise
Can't locate Locale/gettext.pm in @INC (@INC contains: /opt/catorise/lib /etc/perl /usr/local/lib/perl/5.8.3 /usr/local/share/perl/5.8.3 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.8 /usr/share/perl/5.8 /usr/local/lib/site_perl .) at ./catorise line 12.
BEGIN failed--compilation aborted at ./catorise line 12.
Any thoughts?
|
There is a dependancy missing in the .deb package: liblocale-gettext-perl
You can install it using "apt-get install liblocale-gettext-perl"
Cheers