Y
Hacker News
new
|
ask
|
show
|
jobs
by
nathwill
4072 days ago
Why not ldd?
2 comments
daakus
4072 days ago
It doesn't find dependencies like /etc/ssl/certs/ca-certificates.crt or /usr/share/zoneinfo.
link
nathwill
4072 days ago
ah, thanks.
link
sophacles
4072 days ago
I've been playing with a project to do this. The first major obvious problem is anything that uses dlopen won't necessarily get all that it needs.
link
errordeveloper
4072 days ago
Yes. Grepping the code or fighting runtime errors are two complementary approaches I can think of... Not sure if there are other methods.
link