logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

/usr/bin/ld: warning: libatomic.so.1, needed by libmysqlclient.so, not found (try using -rpath or -r

/usr/bin/ld: warning: libatomic.so.1, needed by libmysqlclient.so, not found (try using ...

#bash#linux#开发语言
docker添加国内镜像仓库

编辑/etc/docker/daemon.json 增加:{"registry-mirrors": ["https://dockerhub.azk8s.cn","https://docker.mirrors.ustc.edu.cn","https://registry.docker-cn.com"]}重启:# systemctl daemon-reload# systemctl restart d

#docker#mongodb#elasticsearch
解决 yum 使用出现问题 [Couldn‘t open file /data/yum/repodata/repomd.xml]

yum报错Couldn’t open file /data/yum/repodata/repomd.xml[root@localhost home]# yum makecache已加载插件:fastestmirror, product-id, search-disabled-reposfile:///data/yum/repodata/repomd.xml: [Errno 14] curl#37

#centos
解决 /lib64/libstdc++.so.6: version `GLIBCXX_3.4.20‘ not found (required by 问题

1.缺少动态库问题,复制到同一目录也没找到编辑 vim /etc/ld.so.conf将动态库目录添加进去,执行ldconfig即可include ld.so.conf.d/*.conf/root/poco/myPocoTest刷新sudo ldconfig或者临时刷新~$ LD_LIBRARY_PATH=/usr/local/lib~$ export LD_LIBRARY_PATH~$ g++

#linux#centos#c++ +1
到底了