Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
Shared Libraries: Understanding Dynamic Loading
(
rachum.com
)
11 points
by
Nurdok
on Sept 16, 2016
|
hide
|
past
|
favorite
|
2 comments
justthatguy
on Sept 17, 2016
[–]
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.
Nurdok
on Sept 17, 2016
|
parent
[–]
Thanks for the correction, it's fixed now.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
In the "Runtime Search Path: Security" section, there's:
But the library is in ./libs in that example.