Augustus icon indicating copy to clipboard operation
Augustus copied to clipboard

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

Open zhangrengang opened this issue 3 years ago • 1 comments

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.

zhangrengang avatar Apr 29 '21 02:04 zhangrengang

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.

hmehlan avatar Sep 10 '21 07:09 hmehlan