我在Perl模块列表中显然有Clone
。为什么我会收到此错误?
我在Mac OS X v10.8(Mountain Lion)上运行Perl 5.16。
lraven$ cat run.out
*** REQUIRED MODULE IS MISSING ***
You are missing the Perl module Clone. Use CPAN to install it as described in this tutorial
http://www.circos.ca/documentation/tutorials/configuration/perl_and_modules
lraven$ instmodsh
Installed modules are:
App::cpanminus
Bundle::NetSNMP
Clone
Config::General
DBI
ExtUtils::MakeMaker
...
我尝试从.tar文件重新安装,但是我收到错误:
dyld:懒惰符号绑定失败:未找到符号:_Perl_Gthr_key_ptr
网上有很多关于此错误的问题,但很少有解决方案......
答案 0 :(得分:0)
我得到了同样的错误。终于使用命令工作了。
sudo perl -MCPAN -e 'install Clone'
您可能会因丢失Perl模块而遇到一些其他错误。在少数情况下,我只能在shell中安装库。这些是(字体:TTF和文本::格式)
我通过运行
安装了这些sudo perl -MCPAN -e shell
>install Font:TTF
>install Text::Format