
报错
vtenten
代码搬运工
-
原创 解决报错 Docker无法启动
启动docker服务systemctl start docker.service错误信息Job for docker.service failed because the control process exited with error code. See “systemctl status docker.service” and “journalctl -xe” for details.提示执行systemctl status docker.service and journalctl -2020-07-29 16:39:23231
0
-
原创 解决报错 opencv: ImportError: libSM.so.6: cannot open shared object file: No such file or directory
安装完opencv后,import cv2 报错,缺少libSM.so.6ImportError: libSM.so.6: cannot open shared object file: No such file or directory我是centos7, 如果是ubuntu,请去找找其他教程,解决问题的思路差不多,都是缺少一些链接库,安装指定的包即可解决。查找缺少的文件,看看那些库提供yum whatprovides libSM.so.6我们直接安装 libSM-1.2.2-2.el7.2020-07-13 17:51:57316
0
-
原创 /lib64/libc.so.6: version GLIBC_2.14 not found
libc.so.6: version GLIBC_2.14 not found需要升级gblic版本下载安装包和补丁如果下载不畅, 点击这里下载, 网盘资源提取码:r019wget http://ftp.gnu.org/gnu/glibc/glibc-2.14.tar.gz wget http://ftp.gnu.org/gnu/glibc/glibc-ports-2.14.tar....2020-03-10 10:13:59313
0