jquast / x84

A python telnet/ssh server for modern terminals. In spirit of classic software such as ami/x, teleguard, renegade, iniquity.
http://x84.readthedocs.org/
Other
373 stars 56 forks source link

problems with openssl #301

Closed H3wastooshort closed 4 years ago

H3wastooshort commented 5 years ago

While trying to install i got:

include <openssl/aes.h>

        ^~~~~~~~~~~~~~~

compilation terminated.

i have openssl installed, so why does this happen?

jquast commented 5 years ago

Try installing openssl-dev package on Debian or unlbuntuā€”development headers are packaged separately than the libraries

H3wastooshort commented 5 years ago

I also thaught this but there is no openssl-dev package :(

haliphax commented 5 years ago

Which Linux distribution are you using?

H3wastooshort commented 5 years ago

ubuntu server

haliphax commented 5 years ago

Try libssl-dev.