Can't locate Config.pm in @INC

简介:

修改时间 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,如需转载请自行联系原博主。
相关文章
|
JSON Cloud Native 安全
can not get cluster name in registry config ‘service.vgroupMapping.xx‘, please make sure registry
can not get cluster name in registry config ‘service.vgroupMapping.xx‘, please make sure registry
2355 0
can not get cluster name in registry config ‘service.vgroupMapping.xx‘, please make sure registry
|
4月前
|
算法 安全 Java
微服务(四)-config配置中心的配置加解密
微服务(四)-config配置中心的配置加解密
|
3月前
|
JavaScript 前端开发 应用服务中间件
vue前端开发中,通过vue.config.js配置和nginx配置,实现多个入口文件的实现方法
vue前端开发中,通过vue.config.js配置和nginx配置,实现多个入口文件的实现方法
212 0
|
5月前
|
移动开发 JavaScript 前端开发
UniApp H5 跨域代理配置并使用(配置manifest.json、vue.config.js)
这篇文章介绍了在UniApp H5项目中处理跨域问题的两种方法:通过修改manifest.json文件配置h5设置,或在项目根目录创建vue.config.js文件进行代理配置,并提供了具体的配置代码示例。
UniApp H5 跨域代理配置并使用(配置manifest.json、vue.config.js)
|
4月前
|
JavaScript
Vue3基础(19)___vite.config.js中配置路径别名
本文介绍了如何在Vue 3的Vite配置文件`vite.config.js`中设置路径别名,以及如何在页面中使用这些别名导入模块。
154 0
Vue3基础(19)___vite.config.js中配置路径别名
|
3月前
|
前端开发 JavaScript
vite vue3 config配置
【10月更文挑战第5天】
121 0
|
5月前
|
JSON 前端开发 JavaScript
vue.config.js配置详解
【8月更文挑战第16天】vue.config.js配置详解
184 1
vue.config.js配置详解
|
5月前
|
Web App开发 安全 JavaScript
【Azure 应用服务】App Service 通过配置web.config来添加请求返回的响应头(Response Header)
【Azure 应用服务】App Service 通过配置web.config来添加请求返回的响应头(Response Header)

热门文章

最新文章