编译时出错

时间:2013-08-03 22:36:57

标签: perl perl-module

我在我的系统中安装了本地库。首先它显示我需要下载Socket6.pm然后我已经安装了所需的模块。现在当我运行代码时,我收到了这个错误。

代码很简单Net :: Patricia代码

use Net::Patricia;
my $pt = new Net::Patricia;
$pt->add_string('192.168.0.0/25');
$pt->add_string('192.168.0.0/16');
print $pt->match_string('192.168.0.0/24'), "\n";


perl: symbol lookup error: /homes/14578/perl5/lib/perl5/x86_64-linux-thread-multi/auto  /Net/Patricia/Patricia.so: undefined symbol: Perl_xs_apiversion_bootcheck

请帮助解决此问题

0 个答案:

没有答案