KB: Cannot find -lcrypto

If you encounter the following error when trying to link against the 'crypto' library on a Linux system:

cannot find -lcrypto

You need to install the correct library:

apt-get install libssl-dev