ufo-project / ufochain

a mimblewimble implementation of crypto currency using X17r algorithm.
MIT License
31 stars 11 forks source link

/usr/lib/x86_64-linux-gnu/libstdc++.so.6: version `GLIBCXX_3.4.26' not found #3

Closed chenym1992 closed 4 years ago

chenym1992 commented 4 years ago

image image

cookedsteak commented 4 years ago

Try to upgrade your gcc version to 9. @chenym1992

ufo-project commented 4 years ago

Try to upgrade gcc and libstdc++

sudo apt update
sudo apt install wget gcc-8 unzip libssl1.0.0 software-properties-common
sudo add-apt-repository ppa:ubuntu-toolchain-r/test
sudo apt update
sudo apt-get install --only-upgrade libstdc++6
zhangqiangup163 commented 1 year ago

I met this problem today and solved it. The above solution did not work for me. I have wrote my soltuon here.