millanek / Dsuite

Fast calculation of Patterson's D (ABBA-BABA) and the f4-ratio statistics across many populations/species
160 stars 26 forks source link

Dsuite: /lib64/libstdc++.so.6: version `GLIBCXX_3.4.20' not found #6

Closed Yung-Chien closed 4 years ago

Yung-Chien commented 4 years ago

Hi @millanek , When I try to run the program ./Dsuite , I get this report:

./Dsuite: /lib64/libstdc++.so.6: version `GLIBCXX_3.4.20' not found (required by ./Dsuite)

so how could I fix this problem, thanks in advance.

Best Regards, Yung-Chien

Yung-Chien commented 4 years ago

And if I choose to remake this file, how could use my own zlib without root right? or the other way to make Dsuite to recognize my own lib instead of using system-provided gcc because it's version is too low. Thanks very much.

Yung-Chien

MarineBio5 commented 4 years ago

Make sure to load a recent version of GCC

module load gcc/4.9.1