`GLIBCXX_3.xxx' can not found on ubuntu 16.04
Open
- Dominant language
- C++
- Stars
- 37
- Forks
- 33
- PR merge metrics
- No merged PRs in 30d
Description
`/usr/lib/x86_64-linux-gnu/libstdc++.so.6: version `GLIBCXX_3.4.21' not found ` on ubuntu 16.04
BigDL-core builds on Centos 7, check the GLIBC:
```
[root@sc12-bigdl bin]# strings /usr/lib64/libstdc++.so.6 | grep GLIBCXX
GLIBCXX_3.4
GLIBCXX_3.4.1
GLIBCXX_3.4.2
GLIBCXX_3.4.3
...
GLIBCXX_3.4.18
GLIBCXX_3.4.19
GLIBCXX_DEBUG_MESSAGE_LENGTH
```
Contributor guide
Assessment
This issue has not been assessed yet.