sgerrand / alpine-pkg-glibc

A glibc compatibility layer package for Alpine Linux
2.05k stars 280 forks source link

glibc not used by Conda based library #159

Open lwpiotr opened 3 years ago

lwpiotr commented 3 years ago

Hello,

Perhaps this issue is slightly too complex for here, but let me try. I've installed alpine-pkg-glibc on Alpine in VM, then I followed with installation of miniconda, which was successful. In miniconda I've installed CERN ROOT software. However, when running ROOT, I get errors most likely related to the glibc, such as:

` Error relocating /home/jemeuso/miniconda3/lib/libCore.so.6.24: fedisableexcept: symbol not found Error relocating /home/jemeuso/miniconda3/lib/libCore.so.6.24: feenableexcept: symbol not found

` I think this may be related to the fact, that at least parts of ROOT libraries are not linked to glibc but to musl:

` ldd /home/jemeuso/miniconda3/lib/libCore.so /lib/ld-musl-x86_64.so.1 (0x7fb81e0b3000) libpcre.so.1 => /home/jemeuso/miniconda3/lib/./libpcre.so.1 (0x7fb81dc34000)

`

Do you know how I could make the conda installed software use glibc?