1. FileNotFoundError: [Errno 2] No such file or directory: 'dot'
ExecutableNotFound: failed to execute ['dot', '-Tpdf', '-O', 'plot.gv'], make sure the Graphviz executables are on your systems' PATH
sudo apt-get install graphviz
https://blog.csdn.net/weixin_39777626/article/details/79661983
2.ubuntu20编译GmSSL时,提示错误:
"glob" is not exported by the File::Glob module
Can't continue after import errors at ./Configure line 18.
BEGIN failed--compilation aborted at ./Configure line 18.
解决:
修改Configure和test/build.info文件,把qw/glob改为qw/:glob。
3. go 代理