hcpy icon indicating copy to clipboard operation
hcpy copied to clipboard

libssl-dev missing on ubuntu

Open andi-at-1 opened this issue 2 years ago • 1 comments

Hi, Just tried to install and ran into problem "sslpsk/_sslpsk.c:19:10: fatal error: openssl/ssl.h: Datei oder Verzeichnis nicht gefunden"

Turns out i had to manually install it: sudo apt install libssl-dev

After that it works. Mabe a missing include?

System is Ubuntu 23.10 amd64

greetings

andi-at-1 avatar Jan 29 '24 18:01 andi-at-1

Thanks! This helped me on my Ubuntu instance.

aav7fl avatar Mar 06 '24 21:03 aav7fl