s-yata / marisa-trie

MARISA: Matching Algorithm with Recursively Implemented StorAge
Other
506 stars 89 forks source link

Error with perl bindings #13

Open Chayyoo opened 7 years ago

Chayyoo commented 7 years ago

Marisa works well on my local machine (perl 5.22). But on a machine with CentOS6 (perl 5.10.1) I get the following error: perl sample.pl Can't load '/usr/local/lib64/perl5/auto/marisa/marisa.so' for module marisa: /usr/local/lib64/perl5/auto/marisa/marisa.so: undefined symbol: _ZTVN10cxxabiv120si_class_type_infoE at /usr/lib64/perl5/DynaLoader.pm line 200. at /usr/local/lib64/perl5/marisa.pm line 11 Compilation failed in require at sample.pl line 1. BEGIN failed--compilation aborted at sample.pl line 1.

Any suggestions? (PS had to upgrade to newer versions of autoconf and automake in order to compile marisa on CentOS6).

s-yata commented 5 years ago

Sorry, I have no idea.