この場合はそれです。
[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.
そして..完了..インストールは失敗です..
これについて私は何ができますか?エラーを検索しましたが、何も表示されませんでした
ヘッダーをインストールするopensslのdevパッケージをインストールするだけです。
oSがRedhat/Centos/Fedoraの場合:Sudo yum install openssl-devel
Ubuntu/Debian:Sudo apt-get install libssl-dev