I have built rocksdb jar using gcc 8.5, but the package can 't execute on centos 7.9, the error message indicated that a higher versions of GLIBCXX_ needed.
If i build the jar on centos 7.9 with gcc 4.8.5, but the compiler doesn't support c++17, but i fount that the mvn jar of 7.9.2 is compatible with lower versions of GLIBCXX, how can i do that?
Thanks.