osresearch / hcpy

Python tool to talk to Home Connect appliances over the local network (no cloud required)
273 stars 32 forks source link

libssl-dev missing on ubuntu #43

Open andi-at-1 opened 9 months ago

andi-at-1 commented 9 months ago

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

aav7fl commented 8 months ago

Thanks! This helped me on my Ubuntu instance.