bluegroper
Technical User
I'm trying to install Text::Iconv module and have done the usual
followed by
But then I get an error that I don't know how to fix.
Can somebuddy tell me how to fix this ?
Much thx's
- BG
Code:
perl -MCPAN -e shell
Code:
install Text::Iconv
Code:
[i]8< <Snip><Snip>[/i]
PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/00_load........Can't load '/root/.cpan/build/Text-Iconv-1.4/blib/arch/auto/Text/Iconv/Iconv.so' for module Text::Iconv: libiconv.so.2: cannot open shared object file: No such file or directory at /usr/lib/perl5/5.8.5/i386-linux-thread-multi/DynaLoader.pm line 230.
at t/00_load.t line 3
Compilation failed in require at t/00_load.t line 3.
BEGIN failed--compilation aborted at t/00_load.t line 3.
t/00_load........dubious
Test returned status 255 (wstat 65280, 0xff00)
DIED. FAILED test 1
Failed 1/1 tests, 0.00% okay
Much thx's
- BG