basvandijk / scientific

Arbitrary-precision floating-point numbers represented using scientific notation
BSD 3-Clause "New" or "Revised" License
73 stars 40 forks source link

Build failed due to `version 'GLIBC_2.29' not found` #78

Closed July541 closed 2 years ago

July541 commented 3 years ago

While I built HLS it was failed and the log shows that

/lib/x86_64-linux-gnu/libm.so.6: version `GLIBC_2.29' not found (required by /home/wind/.cabal/store/ghc-8.10.4/scientific-0.3.7.0-5901ae22c4e769e234067841b4fb17409c22d0f303e4ec5816e53922ab14c0fc/lib/libHSscientific-0.3.7.0-5901ae22c4e769e234067841b4fb17409c22d0f303e4ec5816e53922ab14c0fc-ghc8.10.4.so)

OS: Ubuntu 18.04.5 LTS kernel: 5.4.72-microsoft-standard-WSL2

phadej commented 2 years ago

I have seen this error only when running programs compiled against newer glibc on systems with older glibc. I don't think this is secientifcs issue.

July541 commented 2 years ago

I have seen this error only when running programs compiled against newer glibc on systems with older glibc. I don't think this is secientifcs issue.

It's ok after I upgrade to Ubuntu 20 indeed.