ERROR: OpenSSL Crypto development libraries are not installed properly in required location

This case is it.

[root@VIDA0 turnserver-2.6.2.1]# ./configure
install is /usr/bin/install
pkill is /usr/bin/pkill
more is /usr/bin/more
Use TMP dir /var/tmp
Compiler: cc
Do not use -lsocket
Do not use -lwldap32
Do not use -lwldap64
Do not use -lintl
Sockets code is fine: no sin_len field present
relay threads can be used... may be...
Do not use -lcrypto
ERROR: OpenSSL Crypto development libraries are not installed properly in required location.
Abort.

and .. done.. install is failure..

What can I do about this? I searched for the error but did not get anything

2

1 Answer

Just install the dev package of openssl which will install the headers.

if your OS is Redhat / Centos / Fedora : sudo yum install openssl-develUbuntu / Debian : sudo apt-get install libssl-dev

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like