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

标签 linux ubuntu

我正在使用 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/

相关文章:

linux - Linux 上的 dotnet Restore 不包含 nuget 包中的 XML 文件

java - ubuntu中如何开启8080端口监听远程电脑的HTTP请求?

ubuntu - 如何在 Linux 上创建一个 Mono 构建服务器(Ubuntu 上的 Jenkins)

linux - CentOS 将文件复制到/home/ansible-user/但 admin-vol1 为 100GB 时没有剩余磁盘空间

python - 在 Python 2.7 和 2.6 之间切换

linux - 如何使用 systemd 将应用程序作为守护进程运行?

linux - 当我获取我的脚本时终端关闭(在开始时以点运行)

python - 如何为确定的 python 版本安装 pycrypto 模块

ubuntu - socketCAN 与制造商的驱动程序

python - 开机后自动运行 python 脚本?