Subject: | Hunspell.so: undefined symbol |
Trying to install your package on 64 bit ubuntu and run the test gives
the following:
espenmy@dualix:~/text_hunspell_1$ make test
PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e"
"test_harness(0, 'blib/lib', 'blib/arch')" t/test1.pl
t/test1.pl .. Can't load '/home/espenmy/text_hunspell_1/blib/arch/auto/
Text/Hunspell/Hunspell.so' for module Text::Hunspell: /home/espenmy/
text_hunspell_1/blib/arch/auto/Text/Hunspell/Hunspell.so: undefined
symbol: _ZN8Hunspell5spellEPKc at /usr/lib/perl/5.10/DynaLoader.pm line
193.
at t/test1.pl line 5
Compilation failed in require at t/test1.pl line 5.
BEGIN failed--compilation aborted at t/test1.pl line 5.
t/test1.pl .. Dubious, test returned 9 (wstat 2304, 0x900)
No subtests run
Test Summary Report
-------------------
t/test1.pl (Wstat: 2304 Tests: 0 Failed: 0)
Non-zero exit status: 9
Parse errors: No plan found in TAP output
Files=1, Tests=0, 0 wallclock secs ( 0.02 usr 0.02 sys + 0.02 cusr
0.01 csys = 0.07 CPU)
Result: FAIL
Failed 1/1 test programs. 0/0 subtests failed.
make: *** [test_dynamic] Error 9