Closed shaman-narayanasamy closed 9 years ago
Hi,
Yes this is a known limitation of the frozen binary: http://metamos.readthedocs.org/en/v1.5rc3/content/frozenbinary.html
This arises because the OS is compiled with a newer libgcc than is included in the frozen binary distribution. Since the frozen binary exists in it's own world, the libgcc is too old to allow shell tools (like sh, ls, etc) to run, causing crashes. We're looking into building using a newer libgcc while keeping backwards compatibility but in the meantime, the only way to run metAMOS on these systems is through the installation script.
Dear authors,
I installed metAMOS_v1.5rc2_binary on a cluster which runs Debian Linux operating system, version 6 (Squeeze) following these instructions: http://metamos.readthedocs.org/en/v1.5rc3/content/frozenbinary.html
I attempted to run the pipeline on the test data.
We are currently using the following GLIBC version:
I just wanted to report this issue so that the authors are aware. As solving this may take some time, I am currently attempting to reinstall the pipeline via automated installation:
http://metamos.readthedocs.org/en/v1.5rc3/content/installation.html#automated-installation
I hope this method of installation goes well.