[/lib/x86

编程入门 行业动态 更新时间:2024-10-27 06:23:39
[/lib/x86_64-linux-gnu/libc.so.6 - 未找到glibc]([/lib/x86_64-linux-gnu/libc.so.6 - glibc not found])

我正在使用Ubuntu 12.04 LTS,当我尝试执行premake5工具( http://premake.github.io/download.html )时,我收到以下错误,我还没弄清楚如何解决它...

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

我在互联网上读到了由这个版本的Ubuntu引起的一些东西。 有任何想法吗?

I am using Ubuntu 12.04 LTS and when I try to execute premake5 tool (http://premake.github.io/download.html) I get the following error and I have not figured out how to solve it yet..

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

I read something on internet that`s caused by this version of Ubuntu. Any ideas?

最满意答案

premake5的二进制版本premake5于更现代的操作系统。 旧的Ubuntu 12.04有(g)libc→ libc6版本2.15,不能使用。

premake5也可以作为源代码, premake-4.4-beta5-src.zip http://sourceforge.net/projects/premake/files/Premake/4.4/premake-4.4-beta5-src.zip/download ...或者https://github.com/premake/premake-core ...如果可以使用Ubuntu 12.04构建它,你可以试试。

确认:使用Ubuntu 12.04.5, premake5构建正常

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

提供premake-core/bin/release/premake5

The binary version of premake5 is for a more contemporary OS. The old Ubuntu 12.04 has (g)libc → libc6 version 2.15 and cannot be used.

premake5 is also available as 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 ... And you can try if it's possible to build it with Ubuntu 12.04 .

Confirm : premake5 builds OK with 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

更多推荐

本文发布于:2023-08-03 17:19:00,感谢您对本站的认可!
本文链接:https://www.elefans.com/category/jswz/34/1393638.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文标签:lib

发布评论

评论列表 (有 0 条评论)
草根站长

>www.elefans.com

编程频道|电子爱好者 - 技术资讯及电子产品介绍!