当我尝试在CentOS7上运行srb时,我发现了以下错误。
/home/web/app/vendor/bundle/gems/sorbet-static-0.4.4388-x86_64-linux/libexec/sorbet: /lib64/libc.so.6: version `GLIBC_2.18' not found (required by /home/web/app/vendor/bundle/gems/sorbet-static-0.4.4388-x86_64-linux/libexec/sorbet)CentOS7有glibc 2.17,更新这个库似乎太冒险了,因为它是最重要的库之一。我现在的操作系统可以和冰沙一起使用吗?
我的配置:
centos-release-7-3.1611.el7.centos.x86_64Name : glibc
Arch : x86_64
Version : 2.17
Release : 260.el7_6.4谢谢
发布于 2019-07-06 00:25:41
这可能应该作为错误报告给https://github.com/stripe/sorbet/issues。
修复方法可能是:
https://stackoverflow.com/questions/56898553
复制相似问题