Error: openssl/des.h: No such file or directory
openssl/des.h: No such file or directory
This error happens because of the missing of openssl development library and can be resolved by installing the same.
On Debian/Ubuntu distributions,
#apt-get install libssl-dev
On RHEL/Centos distributions,
#yum install openssl-devel
That's all…