Linux API/linux

LD_DEBUG=libs

구차니 2025. 6. 2. 18:03

리눅스에서 공유 라이브러리(so) 호출시 경로등을 확인하기 용이한 디버깅 변수

 

LD_DEBUG=help cat
Valid options for the LD_DEBUG environment variable are:

  libs        display library search paths
  reloc       display relocation processing
  files       display progress for input file
  symbols     display symbol table processing
  bindings    display information about symbol binding
  versions    display version dependencies
  all         all previous options combined
  statistics  display relocation statistics
  unused      determined unused DSOs
  help        display this help message and exit

To direct the debugging output into a file instead of standard output
a filename can be specified using the LD_DEBUG_OUTPUT environment
variable.

[링크 : https://bnikolic.co.uk/blog/linux-ld-debug.html]