[已解决] 执行awk命令报错的问题存在好久了,一直未解决
Tofloor
poster avatar
macaiyun0629
deepin
2020-12-07 18:39
Author

深度编译内核的环境是不是有问题,执行awk命令报错的问题存在好久了,一直未解决

╰─$ awk
awk: error while loading shared libraries: libreadline.so.6: cannot open shared object file: No such file or directory

我个人当前处理办法是建了个软链接

https://blog.csdn.net/macaiyun0629/article/details/109685343


[产生原因] 

是我个人电脑环境因安装交叉编译器污染了

Reply Favorite View the author
All Replies
anye7up
deepin
2020-12-07 22:08
#1

好像我这边电脑是正常的。

Reply View the author
macaiyun0629
deepin
2020-12-07 22:20
#2
anye7up

好像我这边电脑是正常的。

解决了,是我个人电脑环境污染了,安装了交叉编译器导致的

Reply View the author