доброго времени суток. Пытаюсь установить bucardo на сервер с ubuntu
на команду bucardo install получаю вот такое сообщение:
kos1nus@UbnSrvPostgres2:~$ bucardo install
Can't locate Encode/Locale.pm in @INC (you may need to install the Encode::Locale module) (@INC contains: /etc/perl /usr/local/lib/x86_64-linux-gnu/perl/5.20.1 /usr/local/share/perl/5.20.1 /usr/lib/x86_64-linux-gnu/perl5/5.20 /usr/share/perl5 /usr/lib/x86_64-linux-gnu/perl/5.20 /usr/share/perl/5.20 /usr/local/lib/site_perl .) at /usr/bin/bucardo line 25.
BEGIN failed--compilation aborted at /usr/bin/bucardo line 25.
недолгий поиск в интернете выдл вариант что нужно доустановить некий модуль ( cpan -i Encode::Locale ). В итоге все равно не получается:
kos1nus@UbnSrvPostgres2:~$ cpan -i Encode::Locale
Reading '/home/kos1nus/.cpan/Metadata'
Database was generated on Tue, 30 Dec 2014 18:29:02 GMT
Fetching with HTTP::Tiny:
http://www.cpan.org/authors/01mailrc.txt.gz
Reading '/home/kos1nus/.cpan/sources/authors/01mailrc.txt.gz'
............................................................................DONE
Fetching with HTTP::Tiny:
http://www.cpan.org/modules/02packages.details.txt.gz
Reading '/home/kos1nus/.cpan/sources/modules/02packages.details.txt.gz'
Database was generated on Thu, 01 Jan 2015 14:53:28 GMT
HTTP::Date not available
............................................................................DONE
Fetching with HTTP::Tiny:
http://www.cpan.org/modules/03modlist.data.gz
Reading '/home/kos1nus/.cpan/sources/modules/03modlist.data.gz'
DONE
Writing /home/kos1nus/.cpan/Metadata
Running install for module 'Encode::Locale'
Checksum for /home/kos1nus/.cpan/sources/authors/id/G/GA/GAAS/Encode-Locale-1.03.tar.gz ok
'YAML' not installed, will not store persistent state
Configuring G/GA/GAAS/Encode-Locale-1.03.tar.gz with Makefile.PL
Checking if your kit is complete...
Looks good
Generating a Unix-style Makefile
Writing Makefile for Encode::Locale
Writing MYMETA.yml and MYMETA.json
GAAS/Encode-Locale-1.03.tar.gz
/usr/bin/perl Makefile.PL INSTALLDIRS=site -- OK
Running make for G/GA/GAAS/Encode-Locale-1.03.tar.gz
---- Unsatisfied dependencies detected during ----
---- GAAS/Encode-Locale-1.03.tar.gz ----
Win32::Console [requires,optional]
GAAS/Encode-Locale-1.03.tar.gz
make -- NOT OK
Running install for module 'Win32::Console'
Checksum for /home/kos1nus/.cpan/sources/authors/id/J/JD/JDB/Win32-Console-0.10.tar.gz ok
Configuring J/JD/JDB/Win32-Console-0.10.tar.gz with Makefile.PL
OS unsupported
Warning: No success on command[/usr/bin/perl Makefile.PL INSTALLDIRS=site]
JDB/Win32-Console-0.10.tar.gz
/usr/bin/perl Makefile.PL INSTALLDIRS=site -- NOT OK
как мне быть?