解决Can’t locate ExtUtils/MakeMaker.pm in @INC

简介: 安装mysqlsla-2.03,执行Perl脚本报错Can’t locate ExtUtils/MakeMaker.

安装mysqlsla-2.03,执行Perl脚本报错Can’t locate ExtUtils/MakeMaker.pm in @INC
解决如下

 # wget http://files.directadmin.com/services/9.0/ExtUtils-MakeMaker-6.31.tar.gz
 # tar xvzf ExtUtils-MakeMaker-6.31.tar.gz -C /opt/
 # cd /opt/ExtUtils-MakeMaker-6.31/ 
 # perl Makefile.PL 
 # make 
 # make install 

如果执行报如下错误

# perl Makefile.PL 
Checking if your kit is complete...
Looks good
Could not open '': No such file or directory at lib/ExtUtils/MM_Unix.pm line 2697.

则需安装依赖环境

# yum install perl-ExtUtils-MakeMaker
目录
相关文章
|
23天前
|
Linux 数据库
find、locate和grep命令对比
在Linux系统中,`find`、`locate`和`grep`命令各有特点。`find`通过递归遍历文件系统,适合复杂条件搜索;`locate`通过预建数据库快速查找文件,但依赖数据库更新;`grep`用于文件内文本搜索,可结合`find`提高效率。选择合适的命令需根据具体需求和场景。
|
Linux iOS开发 MacOS
报错 sed: 1: extra characters at the end of d command
报错 sed: 1: extra characters at the end of d command
541 0
|
编解码 并行计算
wrf--运行real.exe时报错:“Could not find level above ground“ error
在修改wrf初始场资料时,如果做了带通滤波处理,会发现在运行real.exe时报错:“Could not find level above ground” error 。
wrf--运行real.exe时报错:“Could not find level above ground“ error
|
存储
PAT (Advanced Level) Practice - 1021 Deepest Root(25 分)
PAT (Advanced Level) Practice - 1021 Deepest Root(25 分)
89 0
SAP MM MI01界面上的‘Freeze book inventory’标记初探
SAP MM MI01界面上的‘Freeze book inventory’标记初探
SAP MM MI01界面上的‘Freeze book inventory’标记初探
SAP MM PR单据类型的配置里‘Control’和’Doc.Type’字段的作用?
SAP MM PR单据类型的配置里‘Control’和’Doc.Type’字段的作用?
SAP MM PR单据类型的配置里‘Control’和’Doc.Type’字段的作用?
|
Oracle 关系型数据库 Windows
Oracle Databases Need to be Patched to a Minimum Patchset/PSU/RU level before April 2019 (DOC ID 2361478.1)
In this Document Description   What we are announcing   What action you need to take    What is the change introduced by the patches listed above?  .
2384 0