Library Portability
This will require some googling.
- How does your compiler know which libraries to link to the binary? Which libraries are linked for our sniffex right now?
- If you transplant your binary to another location, what happens if the linked library is not available?
- What about if the linked library is a different version number or name?