This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Ugene for Centos7

Hello!

Is there a way to install UGENE on CentOS 7? I currently don't have an opportunity to upgrade or change OS on my working server, and I consistantly get the following error: "./ugeneui: /lib64/libm.so.6: version `GLIBC_2.23' not found (required by /data/SOFT/ugene-42.0/libU2Algorithm.so)". I've tried a lot of different possible solutions, but none of them worked out. Is there a way to bypass that library version problem? May be there is some kind of container with UGENE that can be used?

Thanks in advance.

centos7 conflicts ugene software

1 answer

glibc being at the core of the system it can't be changed without major risk to the whole system. If you can't make the software work with an older version of glibc (or use an older version of the software that is compatible with the glibc version you have) then the solution is indeed to use a container. Check the public container registries (e.g. dockerhub, biocontainers) to see if a container is already available. Otherwise, you can build it yourself by installing the software in a container based on a recent version of Ubuntu.

Log in to answer this question.