-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Build Failed #19
Comments
Hello @marciocamello Could you run the following command and show me the result?
|
Hi @sfreet OpenSSL 1.1.0g 2 Nov 2017 HMAC_CTX_cleanup |
Did you install libressl instead of libssl-dev? |
no, i am install libssl-dev libssl-dev is already the newest version (1.1.0g-2ubuntu4.3). |
The message shows that the srtp library refers to a previous version of the ssl library or libressl. I get the following message now in the following.
In this situation, I solved it as follow. (recompile and reinstall libsrtp)
If libsrtp installation is finished and the output is as follows, it will work.
(Try to run again "make clean" and "make" OvenMediaengine source) If the issue is not resolved, please let me know again. |
Thanks, i am create a Dockerfile :D and resolve that |
Distributor ID: Ubuntu
Description: Ubuntu 18.04.2 LTS
Release: 18.04
Codename: bionic
/usr/local/lib/libsrtp2.a(hmac_ossl.o): In function
srtp_hmac_dealloc': hmac_ossl.c:(.text+0xd9): undefined reference to
HMAC_CTX_cleanup'/usr/local/lib/libsrtp2.a(hmac_ossl.o): In function
srtp_hmac_alloc': hmac_ossl.c:(.text+0x296): undefined reference to
HMAC_CTX_init'collect2: error: ld returned 1 exit status
core/build_executable.mk:7: recipe for target 'bin/RELEASE/OvenMediaEngine' failed
The text was updated successfully, but these errors were encountered: