鲲鹏社区首页
中文
注册
开发者
我要评分
获取效率
正确性
完整性
易理解
在线提单
论坛求助

安装鲲鹏DevKit失败的解决方法

现象描述

安装DevKit失败,界面返回如下报错信息。

Install third-party tools. 
  Configure nginx... please wait
  Configure nginx Failed. See tool install log for more information: /opt/DevKit-All-xxx-Linux-Kunpeng/DevKit-All-xxx-Linux-Kunpeng/../tool_install.log

根据报错信息查看tool_install.log日志,提示缺少相关依赖,例如:“./configure: error: C compiler /usr/bin/gcc is not found”。安装缺失依赖后DevKit安装成功但网页仍无法访问。

可能原因

缺少依赖导致DevKit安装失败,且隔离网络下未配置代理导致无法访问外网。

处理步骤

  1. 根据日志信息安装相关缺失依赖。
  2. 依赖安装完成后,重新安装DevKit。
  3. DevKit安装成功后,请参见隔离网络下配置代理