libssl-dev on CentOS 6?
by admin on Dec.12, 2011, under Linux
I’m trying to install CentOS on my NodeJS 6 VPS, Which requires libssl-dev. I tried running yum install libssl-dev and it says there’s no such packages available? Any other way to install this?

December 12th, 2011 on 11:04 am
Try installing it through the software manager instead of the terminal.
December 12th, 2011 on 11:38 am
Hi. In CentOS the package is named “openssl-devel”. So try:
yum install openssl-devel
Hope this helps.