gpt4 book ai didi

linux - [/lib/x86_64-linux-gnu/libc.so.6 - 找不到 glibc]

转载 作者:太空宇宙 更新时间:2023-11-04 12:46:16 34 4
gpt4 key购买 nike

我正在使用 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 引起的问题。有什么想法吗?

最佳答案

premake5 的二进制版本适用于更现代的操作系统。旧的Ubuntu 12.04有(g)libc → libc6 version 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 构建它。

确认:premake5 使用 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

提供premake-core/bin/release/premake5

关于linux - [/lib/x86_64-linux-gnu/libc.so.6 - 找不到 glibc],我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/38632261/

34 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com