---
title: 安装HAF提示系统变量问题的解决方法
description: "安装卸载节点时报错，报错信息如下。"
url: https://www.hikunpeng.com/document/detail/zh/kunpengboostkithistory/2400/bds/kunpengbds_omniruntime_20_0140.html
sourcePath: /source/zh/kunpengboostkithistory/2400/bds/kunpengbds_omniruntime_20_0140.html
indexId: aca39d8e6156e18e3e416c22d96517965b68e7d46d9a09bde6675da5dc3f6c9e78
---
# 安装HAF提示系统变量问题的解决方法

#### 问题现象描述

安装卸载节点时报错，报错信息如下。

```
ERROR: failed to generate csr
```


#### 关键过程、根本原因分析

系统中自带的OpenSSL库被HAF的libssl.so.1.1替换掉了，导致OpenSSL运行出错。


#### 结论、解决方案及效果

检查“/etc/profile”中环境变量，是否将HAF目录下.so文件添加到系统环境变量中，如果导入，删除即可。
