from Hacker News

Shared Libraries: Understanding Dynamic Loading

by Nurdok on 9/16/16, 9:53 PM with 2 comments

  • by justthatguy on 9/17/16, 10:20 AM

    A really nice read. Thank you for your effort.

    In the "Runtime Search Path: Security" section, there's:

      LD_LIBRARY_PATH=. ./main
    But the library is in ./libs in that example.