jquast / x84

A python telnet/ssh server for modern terminals. In spirit of classic software such as ami/x, teleguard, renegade, iniquity.

Home Page:http://x84.readthedocs.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

problems with openssl

H3wastooshort opened this issue · comments

commented

While trying to install i got:

#include <openssl/aes.h>
^~~~~~~~~~~~~~~
compilation terminated.

i have openssl installed, so why does this happen?

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

commented

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

Which Linux distribution are you using?

commented

ubuntu server

Try libssl-dev.