天天看點

openwrt ”GLIBCXX_3.4.18' not found“

原因:找不到GLIBCXX_3.4.18庫檔案

解決方法:先查找有沒有GLIBCXX_3.4.18

openwrt ”GLIBCXX_3.4.18' not found“

有的話,建立個軟連接配接,指向下GLIBCXX_3.4.18的庫

openwrt ”GLIBCXX_3.4.18' not found“

 sudo ln -s /usr/local/lib/libstdc++.so.6.0.18 /usr/lib/i386-linux-gnu/libstdc++.so.6

繼續閱讀