在 aws ec2 里面出现 segement fault,ls rm 等命令都不能正常运行,会出现:

ls: relocation error: /home/ec2-user/.linuxbrew/lib/libc.so.6: symbol _dl_find_dso_for_object, version GLIBC_PRIVATE not defined in file ld-linux-x86-64.so.2 with link time reference

 

解决方法:

unset  LD_LIBRARY_PATH

unset MIC_LD_LIBRARY_PATH

 

more:

http://superuser.com/questions/394730/changing-the-version-of-ld-linux-x86-64-so-2-in-rhel5-7

相关文章:

  • 2021-08-15
  • 2021-12-16
  • 2022-12-23
  • 2021-06-05
  • 2021-07-11
  • 2022-12-23
  • 2021-11-14
  • 2021-06-01
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-10-11
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案