Zephyr_Blog
Translate
Issue about `GLIBCXX_3.4.29'
Issue:
libstdc++.so.6: version `GLIBCXX_3.4.29' not found
Solution:
sudo
add-apt-repository ppa:ubuntu-toolchain-r/test # Ignore if not ubuntu
sudo apt-get update
sudo apt-get upgrade libstdc++6
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
Some Git commands
How to push my code to github? 0. git init (if didn't create git) 1. git add . 2. git commit -m "some comment" 3. git remote ...
Dynamic routes in next.js
1. Dynamic Segment A Dynamic Segment can be created by wrapping a folder's name in square brackets: [folderName]. For example, [id] or [...
http 和 https
区别: 1. HTTP 明文传输 ,数据都是未加密的,安全性较差,HTTPS(SSL+HTTP) 数据传输过程是 加密 的,安全性较好。 2. 使用 HTTPS 协议需要到 CA(Certificate Authority,数字证书认证机构) 申请证书,一般免费证书较少,因而需要...
No comments:
Post a Comment