can't find package Expect
while executing
"package require Expect"
(file "unbuffer"" line 6)
原因是/usr/lib/缺少了/usr/lib/expect5.45/libexpect5.45.so
找到这个文件拷贝过去就可以解决
微信扫一扫
can't find package Expect
while executing
"package require Expect"
(file "unbuffer"" line 6)
原因是/usr/lib/缺少了/usr/lib/expect5.45/libexpect5.45.so
找到这个文件拷贝过去就可以解决
相关推荐