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

#### 问题现象描述

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

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


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

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


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

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