hugo: /lib/x86_64-linux-gnu/libm.so.6: version `GLIBC_2.29' not found (required by hugo) #8955
Comments
|
|
|
@jmooring, what changed in 0.88.0 from 0.87.0 regarding support for older Linux versions? |
|
Reopening. I did not realize that this was new behavior. |
|
The 4th option is to download Hugo 0.88.0 from over here: |
|
Yes this is a new behaviour, I am on Ubuntu 16.04 LTS here (can't update since it is a hosted vserver), 0.87 was fine, 0.88 throws the errors mentioned above. System is on glibc 2.23. |
|
So, I got this on the Hugo Netlify builds as well {where the solution is to ugrade the never non-legacy builds). I will sew how can somehiw fiix---this, buy it does eventually show that you should upgrade your dstro. For securituties and styff. (and notice that the last part was just my fingers free-balling) |
|
Vercel too, unfortunately. If anyone needs an urgent workaround it's always possible to build the site via GitHub Actions or another CI and push the output to Netlify/Vercel from there. This will surely start affecting software other than Hugo too if this is a Go 1.17 change, right? |
|
I have "fixed" this in 0.88.1 by downgrading the build image, but keep this issue open to track the "proper fix". |
|
@jakejarvis Can confirm 0.88.1 fixes the Vercel build issue: |
What version of Hugo are you using (
hugo version)?hugo_extended_0.88.0_Linux-64bit.deb
Does this issue reproduce with the latest release?
Yes
Context
hugoin Ubuntu 16.04 usingsudo apt-get install hugoand that installed older version (0.16?? forgot it)sudo dpkg -i hugo_extended_0.88.0_Linux-64bit.debhugo versioncommand started to fail with:hugo: /lib/x86_64-linux-gnu/libm.so.6: version ``GLIBC_2.29' not found (required by hugo) hugo: /usr/lib/x86_64-linux-gnu/libstdc++.so.6: version ``GLIBCXX_3.4.26' not found (required by hugo)hugo: /usr/lib/x86_64-linux-gnu/libstdc++.so.6: version ``GLIBCXX_3.4.26' not found (required by hugo)hugo: /lib/x86_64-linux-gnu/libm.so.6: versionGLIBC_2.29' not found (required by hugo)forhugo version'. Couldn't find any solution forGLIBC_2.29' not founderror.The text was updated successfully, but these errors were encountered: