|
2012-07-16
, 17:46
|
|
Posts: 2,535 |
Thanked: 6,681 times |
Joined on Mar 2008
@ UK
|
#132
|
The Following 2 Users Say Thank You to Jaffa For This Useful Post: | ||
|
2012-07-16
, 19:06
|
Posts: 112 |
Thanked: 30 times |
Joined on Jun 2012
@ Jeddah,Saudi Arabia
|
#133
|
|
2012-07-19
, 19:19
|
|
Posts: 1,359 |
Thanked: 1,292 times |
Joined on Oct 2011
@ Tartus.Syria
|
#134
|
sudo gainroot apt-get install catoriseplus
The Following User Says Thank You to sifo For This Useful Post: | ||
|
2012-07-19
, 22:15
|
Posts: 112 |
Thanked: 30 times |
Joined on Jun 2012
@ Jeddah,Saudi Arabia
|
#135
|
|
2012-07-19
, 22:41
|
|
Posts: 1,455 |
Thanked: 3,309 times |
Joined on Dec 2009
@ Rochester, NY
|
#136
|
Unpacking perl (from .../perl_5.8.3-3osso13+0m5_armel.deb) ...
Setting up catorise (0.8.2) ...
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 /opt/catorise/catorise line 12.
BEGIN failed--compilation aborted at /opt/catorise/catorise line 12.
dpkg: error processing catorise (--configure):
subprocess post-installation script returned error exit status 2
Setting up perl-modules (5.8.3-3osso13+0m5) ...
Setting up perl (5.8.3-3osso13+0m5) ...
Errors were encountered while processing:
catorise
apt-get install liblocale-gettext-perl catorise
The Following 2 Users Say Thank You to woody14619 For This Useful Post: | ||
|
2012-07-19
, 22:47
|
Posts: 112 |
Thanked: 30 times |
Joined on Jun 2012
@ Jeddah,Saudi Arabia
|
#137
|
Try doing the install for catorise again now. The issue is that the modules needed were not installed. Since it tired to do the setup for catorise before the setup for the modules, it was still absent. One more run with the command like should fix it.
|
2012-07-19
, 23:09
|
Posts: 112 |
Thanked: 30 times |
Joined on Jun 2012
@ Jeddah,Saudi Arabia
|
#138
|
Try doing the install for catorise again now. The issue is that the modules needed were not installed. Since it tired to do the setup for catorise before the setup for the modules, it was still absent. One more run with the command like should fix it.
Edit: My bad.
dpkg -S gettext.pm reports the file you seek comes from the package liblocale-gettext-perl. Try installing that...
To be clear:
Code:apt-get install liblocale-gettext-perl catorise
|
2012-07-27
, 23:59
|
Posts: 105 |
Thanked: 106 times |
Joined on Jul 2011
@ Hungary
|
#139
|
|
2012-10-27
, 21:53
|
Posts: 739 |
Thanked: 114 times |
Joined on Sep 2009
|
#140
|
Nokia-N900:~# apt-get install catorise
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following NEW packages will be installed:
catorise
0 upgraded, 1 newly installed, 0 to remove and 3 not upgraded.
Need to get 10.4kB of archives.
After this operation, 156kB of additional disk space will be used.
Get:1 http://repository.maemo.org fremantle-1.3/free catorise 0.8.2 [10.4kB]
Fetched 10.4kB in 0s (20.2kB/s)
Selecting previously deselected package catorise.
(Reading database ... 31444 files and directories currently installed.)
Unpacking catorise (from .../catorise_0.8.2_all.deb) ...
Setting up catorise (0.8.2) ...
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 /opt/catorise/catorise line 12.
BEGIN failed--compilation aborted at /opt/catorise/catorise line 12.
dpkg: error processing catorise (--configure):
subprocess post-installation script returned error exit status 2
Errors were encountered while processing:
catorise
E: Sub-process /usr/bin/dpkg returned an error code (1)
Nokia-N900:~#