Perl can';t负载'**/Encode.so';对于模块编码:*/Encode.so:undefined symbol:PL_污点位于**/XSLoader.pm第68行

Perl can';t负载'**/Encode.so';对于模块编码:*/Encode.so:undefined symbol:PL_污点位于**/XSLoader.pm第68行,perl,undefined,Perl,Undefined,我使用自己的perl编译了几个模块,使用时出现错误: Can't load '**/auto/Encode/Encode.so**' for module Encode:**/auto/Encode/Encode.so: undefined symbol: PL_tainting at **/XSLoader.pm line 68. at **/Encode.pm line 10. Compilation failed in require at **/mteval-v13a.pl line 6

我使用自己的perl编译了几个模块,使用时出现错误:

Can't load '**/auto/Encode/Encode.so**' for module Encode:**/auto/Encode/Encode.so: undefined symbol: PL_tainting at **/XSLoader.pm line 68. at **/Encode.pm line 10.
Compilation failed in require at **/mteval-v13a.pl line 6.
BEGIN failed--compilation aborted at **/mteval-v13a.pl line 6.
此外,错误行中的
Encode.so
目录是相同的。 然后,我使用自己的perl重新编译了Encode和
XSLLoader
,当
makeinstall
时,我发现以下几行代码:

Files found in blib/arch: installing files in blib/lib into architecture dependent library tree
Appending installation info to /leofs/jwb/mqs/6_evn/perl5.20.2//lib/5.20.2/x86_64-linux/perllocal.pod
第一行有什么问题吗? 谁能帮帮我?!我真的修不好