profanity-im / libmesode

*Deprecated* Fork of libstrophe (https://github.com/strophe/libstrophe) for use with Profanity XMPP Client
Other
16 stars 10 forks source link

./configure failing - cannot find openssl (despite it being installed) #14

Closed ElDifinitivo closed 6 years ago

ElDifinitivo commented 6 years ago

Running configure results in these last few lines before failing:

checking for openssl... no
checking openssl/ssl.h usability... no
checking openssl/ssl.h presence... no
checking for openssl/ssl.h... no
configure: error: openssl not found; openssl required

I did check and openssl is installed on the system. openssl: /usr/bin/openssl /usr/share/man/man1/openssl.1ssl.gz

Are there any other packages it would depend on? On Debian Testing. 4.17.0-3-amd64 #1 SMP Debian 4.17.17-1 (2018-08-18) x86_64 GNU/Linux

ElDifinitivo commented 6 years ago

Never mind, did more research and it requires the dev package which is named libssl-dev in Debian.