Hacker News new | ask | show | jobs
by yuubi 1598 days ago
The ldd program that lists the shared libraries used by an executable at least used to exec with an empty argv, which the dynamic linker detected and listed libraries instead of linking and running. I learned that when I screwed up an inetd configuration and saw a list of libraries instead of the desired results.

Edit: just tried on windows 10 WSL, and it had a sad (blue screen).

1 comments

WSL2 has made my life so much better that now I want to give it a hug.

(also, TIL, thank you)