Home  >  Q&A  >  body text

docker - version `GLIBCXX_3.4.21' not found

dockerfile写一个nodejs+mongodb的应用的app后出现的问题

dockerfile

迷茫迷茫2758 days ago528

reply all(1)I'll reply

  • PHPz

    PHPz2017-04-24 09:14:34

    strings /usr/lib64/libstdc++.so.6 | grep GLIBC
    See what is output

    If the library mentioned in the error message is missing
    Upgrade gcc

    reply
    0
  • Cancelreply