AAROC / CODE-RADE

Website, documentation and such for the CODE-RADE project
http://www.africa-grid.org/CODE-RADE
Apache License 2.0
5 stars 5 forks source link

glibc incompatibilities #177

Closed brucellino closed 6 years ago

brucellino commented 7 years ago

There seem to be many instances where jobs are failing on older containers - mostly centos6 - with the following errors :

undefined reference to `memcpy@GLIBC_2.14'

This is due to a mismatch between glibc in the container (2.12) and the glibc which was used to compile the lib to which the code is linking (2.14).

This should not be the case, since we are

This has been, it seems, discussed at https://forums.docker.com/t/libc-incompatibilities-when-will-they-emerge/9895/3

brucellino commented 6 years ago

This issue was moved to http://discourse.sci-gaia.eu/t/glibc-incompatibilities/2665