Gaius-Augustus / Augustus

Genome annotation with AUGUSTUS
http://bioinf.uni-greifswald.de/webaugustus/
279 stars 108 forks source link

version `GLIBC_2.29' not found (required by ./augustus) #286

Open zhangrengang opened 3 years ago

zhangrengang commented 3 years ago

The pre-compiled augustus (http://bioinf.uni-greifswald.de/augustus/binaries/augustus-3.4.0.tar.gz) raises error:

./augustus: /lib64/libm.so.6: version `GLIBC_2.29' not found (required by ./augustus)
./augustus: /lib64/libc.so.6: version `GLIBC_2.14' not found (required by ./augustus)
./augustus: /lib64/libstdc++.so.6: version `GLIBCXX_3.4.26' not found (required by ./augustus)

But myself local re-compiled augustus raises:

Segmentation fault      (core dumped)

So, would you please re-compiled a static version to make it stable across different OS versions? My OS is CentOS 6.9.

hmehlan commented 3 years ago

The augustus-version.tar.gz files are intended as an easy way to download different AUGUSTUS versions. The binaries inside will only be executable in rare cases where, among other things, all link dependencies are met. How to create an executable AUGUSTUS binary is described in docs/INSTALL.md (I would prefer to download the sources from github, as some improvements have been made since the 3.4.0 release.) Please let us know if the segmentation fault continues to occur. Please provide the complete command line.