armory3d / armortools

3D Content Creation Tools
https://armorpaint.org
Other
3.15k stars 332 forks source link

GLIBC_2.38' not found on Ubuntu 22.04 #1721

Open Ciaxeres opened 3 weeks ago

Ciaxeres commented 3 weeks ago

I followed the path for installation, but always returns the same error:

Kinc/Tools/linux_x64/kmake: /lib/x86_64-linux-gnu/libm.so.6: version `GLIBC_2.38' not found (required by Kinc/Tools/linux_x64/kmake)

AllenOliver commented 2 weeks ago

Same issue here. Ever get a fix?

RandallCurtis commented 5 days ago

Similar to #1689 Ubuntu 22.04 based installations are GLibC 2.35 Compiling from source worked for me on Mint 21.3 so unless future pre-builds are compiled with GLibC <= 2.35 that seems like the only option at the moment

t4paN commented 1 day ago

Similar to #1689 Ubuntu 22.04 based installations are GLibC 2.35 Compiling from source worked for me on Mint 21.3 so unless future pre-builds are compiled with GLibC <= 2.35 that seems like the only option at the moment

I tried to compile the latest version and it still gave me the glibc error,