ubuntu - [/lib/x86_64-linux-gnu/libc.so.6 - glibc not found] -


i using ubuntu 12.04 lts , when try execute premake5 tool (http://premake.github.io/download.html) following error , have not figured out how solve yet..

premake5: /lib/x86_64-linux-gnu/libc.so.6: version `glibc_2.16' not found (required premake5) 

i read on internet that`s caused version of ubuntu. ideas?

the binary version of premake5 more contemporary os. old ubuntu 12.04 has (g)libc → libc6 version 2.15 , cannot used.

premake5 available source code, premake-4.4-beta5-src.zip http://sourceforge.net/projects/premake/files/premake/4.4/premake-4.4-beta5-src.zip/download ... or https://github.com/premake/premake-core ... , can try if it's possible build ubuntu 12.04 .

confirm : premake5 builds ok ubuntu 12.04.5

git clone https://github.com/premake/premake-core.git cd premake-core/ git submodule init git submodule update make -f bootstrap.mak linux 

provides premake-core/bin/release/premake5


Comments

Popular posts from this blog

magento2 - Magento 2 admin grid add filter to collection -

Android volley - avoid multiple requests of the same kind to the server? -

Combining PHP Registration and Login into one class with multiple functions in one PHP file -