- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
如何运行 Deno在 Webfaction的 CentOS 7(64 位)?
它给出了一个错误:
deno: /lib64/libc.so.6: version `GLIBC_2.18' not found (required by deno)
最佳答案
当前的 Deno 版本 1.0.0(今天最新)与 CentOS 7 不兼容。
我尝试了 2020 年 4 月 27 日发布的最新发行版:
$ cat /etc/redhat-release
CentOS Linux release 7.8.2003 (Core)
GLIBC_2.18
,但不幸的是 CentOS 7 正在运行
2.17
, 一个旧版本的 gclib 是不够的:
$ ldd --version
ldd (GNU libc) 2.17
CentOS 8
.测试了它,它的工作原理。
That means the program was compiled against glibc version 2.14, and it requires that version to run, but your system has an older version installed. You'll need to either recompile the program against the version of glibc that's on your system, or install a newer version of glibc (the "libc6" package in Debian).
No. Never going to happen. We ship glibc 2.17 as part of CentOS 7 and that will never change. It's part of the basic RHEL standards that stuff like this does not change within a major version.
关于centos7 - CentOS 7 上的 Deno : 'GLIBC_2.18' not found,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/55156942/
上下文:我目前正在调试一个问题,即在一台机器上生成的二进制文件(与 lpthread 类似)在另一台机器上尝试时会导致与 pthread 相关的错误。 libtest.so 是一个共享库,似乎包含多个
我是一名优秀的程序员,十分优秀!