自编译的Perl包Centos

我有一个Centos 6服务器..我已经编译了Perl 5.16(在一个非标准的位置)。

现在,当我尝试安装一些依赖Perl使用yum的包。

百胜尝试再次安装Perl ..我如何告诉百胜使用安装的Perl ..

FYI: # perl -v This is perl 5, version 16, subversion 3 (v5.16.3) built for x86_64-linux-multi-ld Copyright 1987-2012, Larry Wall Perl may be copied only under the terms of either the Artistic License or the GNU General Public License, which may be found in the Perl 5 source kit. Complete documentation for Perl, including FAQ lists, should be found on this system using "man perl" or "perldoc perl". If you have access to the Internet, point your browser at http://www.perl.org/, the Perl Home Page. 

使系统软件包使用非系统的perl是一个可怕的想法,因为你毫无疑问会遇到向后兼容性问题。 所以你需要从源代码安装你的“一些包”。