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

热门文章

最新文章

  • 1
    ubuntu build install python3.12 and config pip
    782
  • 2
    IDEA添加Swagger2:Parameter 0 of method linkDiscoverers in org. springframework hateoas.config.Hateoasconfiguration required a single bean, but 15 were found:
    232
  • 3
    error: Failed dependencies: mariadb-connector-c-config is obsoleted by mysql-community-server-8.0.36-1.el7.x86_64 问题解决
    774
  • 4
    Spring Boot与Spring Cloud Config的集成
    399
  • 5
    若依修改标题和icon,在vue.config.js和.env.development进行修改
    912
  • 6
    若依修改,若依的com.ruoyi.framework.config在那?搜索文件使用ctrl+shift+f不用搜狗输入法,其他輸入法,用英文
    123
  • 7
    若依修改,若依部署在本地运行时的注意事项,后端连接了服务器,本地的vue.config.js要先改成localhost:端口号与后端匹配,部署的时候再改公网IP:端口号
    544
  • 8
    部署常用的流程,可以用后端,连接宝塔,将IP地址修改好,本地只要连接好了,在本地上前后端跑起来,前端能够跑起来,改好了config.js资料,后端修改好数据库和连接redis,本地上跑成功了,再改
    173
  • 9
    若依修改---重新部署项目注意事项,新文件初始化需要修改的地方,打包后的文件很难进行修改,如果想要不断修改项目,注意保存原项目,才可以不断修改,前端:在Vue.config.js文件中修改target
    574
  • 10
    若依修改之后,无法访问前端项目如何解决,只能访问后端的接口,我的接口8083,端不显示咋解决?在vue.config.js文件中的映射路径要跟后端匹配,到软件商店里找到Ngnix配置代理,设80不用加
    1409