修改时间 26-NOV-2008     类型 PROBLEM     状态 PUBLISHED

Applies to: 
Application Install - Version: 11.5.9
This problem can occur on any platform.
Symptoms
When running the following command to generate the context file using note 165195.1
perl adbldxml.pl tier=db appsuser=apps appspasswd=apps
the following error occurs :
ERROR
Can't locate Config.pm in @INC (@INC contains:
/.../perl/lib/5.00503/i686-linux //src/buildarea/asg_apache/pre_shiphome/perl/lib/5.00503
//src/buildarea/asg_apache/pre_shiphome/perl/lib/site_perl/5.005
/i686-linux
//src/buildarea/asg_apache/pre_shiphome/perl/lib/site_perl/5.005
.) at adbldxml.pl line 32.
BEGIN failed--compilation aborted at adbldxml.pl line 32.
Cause
Not able to locate perl therefore not able to execute the perl script.
Solution
To implement the solution, please execute the following steps:
1.Check which perl is being used.
$ which perl
$ perl -version
2. Make sure that the perl is in PATH and the environment file is sourced.
    Before implementing autoconfig, at the step of running adbldxml.pl,
    the applications environment file will not be created,
    therefore you can use the perl delivered by OS.
The required variables like the PERL5LIB are dynamically created by the script.
本文转自ITPUB博客tolywang的博客,原文链接:Can't locate Config.pm in @INC,如需转载请自行联系原博主。

Can't locate Config.pm in @INC相关推荐

  1. bdd 启动 data processing进程报错 Can't locate LWP.pm in @INC

    bdd 启动 data processing进程报错 Can't locate LWP.pm in @INC Can't locate LWP.pm in @INC (@INC contains: / ...

  2. Can't locate Tk.pm

    今天安装Perl的调试工具, Devel-ptkdb-1.1091.tar.gz解压后make test时报错:Can't locate Tk.pm. This's because x11/tk do ...

  3. Can#39;t locate Tk.pm

    今天安装Perl的调试工具, Devel-ptkdb-1.1091.tar.gz解压后make test时报错:Can't locate Tk.pm. This's because x11/tk do ...

  4. 报错Can‘t locate Fasta_reader.pm in @INC (you may need to install the Fasta_reader module)

    使用trinity中的run_DE_analysis.pl进行差异分析时,出现Can't locate Fasta_reader.pm in @INC (you may need to install ...

  5. Can't locate Automake/Config.pm in @INC(@INC contains: /usr/local/share/automake-1.14 /xxxxx)

    总是会遇到这种问题: 解决方法:上传压缩包,用解压命令解压后安装. 亲测有效.试过改路径啥的都没用.

  6. linux perl 报错 Can‘t locate CPAN.pm in @INC (@INC contains: inc /usr/local/lib64/perl5 /usr.... 解决方法

    环境:CentOS release 6.5 错误情况:部署mysql 5.6 MHA执行到perl Makefile.PL的时候,报错Can't locate ExtUtils/Embed.pm in ...

  7. dbd/oracle,linux centos环境下,perl使用DBD::Oracle遇到报错Can't locate DBDOracle.pm in @INC 的解决办法...

    报错 install_driver(Oracle) failed: Can't locate DBD/Oracle.pm in @INC (@INC contains:/home/as_user/PM ...

  8. Can‘t locate CPAN.pm in @INC

    问题描述 安装生信处理的一些工具时会遇到这种报错, Can't locate XML/LibXML.pm in @INC (@INC contains: /usr/local/lib64/perl5 ...

  9. error: Can not locate config makefile for product “xx“.

    这个问题不一定属于是你的问题, 说下我发生问题的原因,lunch xx 的时候出现的问题, 就是好奇了为啥呢,xx为项目的编号这个是同事发给我的,最后又问题其他的同事, xx 选错了,我选的那一个配置 ...

最新文章

  1. opencv:卷积涉及的基础概念,Sobel边缘检测代码实现及卷积填充模式
  2. 剑指offer1:二维数组中的查找
  3. linux ubuntu内核安装位置,在Ubuntu中安装或升级内核 linux kernel
  4. C语言程序与程序设计语言
  5. vulnhub-Odin
  6. python caffe框架_Windows下的caffe框架的配置
  7. 网络何时能ping通?什么情况下不能ping通?
  8. 徐思/杨玲《面向对象程序设计(Java)》第十一周学习总结
  9. 《昭君出塞》首映礼纪实——《心周刊》报道
  10. Python Scrapy爬虫报错-Spider error processing
  11. 兔子、狼、狐狸、王八
  12. html中鼠标点击效果的制作,用CSS实现鼠标单击特效-网页设计,HTML/CSS
  13. clang: error:clang frontend command failed due to signal
  14. 如何查看docker的版本号是多少
  15. ブリアー / 三星枪
  16. 自动驾驶(三十四)---------可行驶区域检测
  17. 【洛谷 P7299】 【并查集】 Dance Mooves S
  18. Java-toArray()方法
  19. NAS服务器有哪些优势
  20. Vue_插槽_自定义指令_tabbar案例

热门文章

  1. 新建android模拟器无法拨号 真机可以拨号,自己想弄个手机拨号器,可是在模拟器上没有反应,能帮帮忙吗?...
  2. 安装,使用node和npm,切换镜像源cnpm
  3. SpringCloud Hoxton版微服务-RestTempalte + @LoadBlanced 实现负载均衡
  4. Microsoft Visual Studio 2010 破解下载!
  5. 20个软件开发常用设计文档大全下载
  6. Magento调试 - 页面空白,打开错误报告的方法
  7. ORB-SLAM2介绍(1)
  8. linux 的间隔定时器函数setitimer
  9. Idea利用maven打包spring boot项目
  10. leveldb——leveldb入门篇之Linux下编译配置和使用