安装SCL后仍然提示lmgrd: Command not found.的解决办法

时间:2021-02-10 08:07:28

安装好SCL,设置好环境变量path但是仍然报错,lmhostid也是同样的错误。结果在万能的EETOP的某层回复里找到解决办法:安装OS对应的lsb包。
本人系统CentoOS 64bit, 所以切换到root账号:

yum install redhat-lsb.x86_64

问题解决