升级glibc版本
过程中遇到如下问题:
LD_LIBRARY_PATH shouldn't contain the current directory when building glibc. Please change the environment variable and run configure again
解决方案:unset LD_LIBRARY_PATH
本文讲述了在尝试在Ubuntu18.04上升级到GLIBC2.29时遇到的警告,即配置过程中LD_LIBRARY_PATH不应包含当前目录。解决方法是清除LD_LIBRARY_PATH环境变量并重新运行configure。
升级glibc版本
过程中遇到如下问题:
LD_LIBRARY_PATH shouldn't contain the current directory when building glibc. Please change the environment variable and run configure again
解决方案:unset LD_LIBRARY_PATH

被折叠的 条评论
为什么被折叠?
