Replies: 3 comments
-
Did you run '/misc/prerequisites.sh' first? It seems like the library for openssl is missing which implies the prerequisites script has not been run. |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
We have not tested that prerequisites.sh works well on Debian OS. It is not within our scope of support. It will be supported if people who use it put up a PR. |
Beta Was this translation helpful? Give feedback.
-
I start command make release and get this error:
`####################################################
AirenSoft Make System v0.63
####################################################
[ 1/422| 0%] Preparing directories...
[ 2/422| 0%] [static] libovcrypto.a: C++ projects/base/ovcrypto/certificate.cpp => intermediates/RELEASE/objs/base/ovcrypto/certificate.o
projects/base/ovcrypto/certificate.cpp:3:10: fatal error: openssl/core_names.h: No such file or directory
#include <openssl/core_names.h>
^~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
make: *** [core/build_objects.mk:21: intermediates/RELEASE/objs/base/ovcrypto/certificate.o] Error 1`
OS Debian
OME 0.14.18
I use this instruction https://airensoft.gitbook.io/ovenmediaengine/getting-started and get error after use command "make release". I try this command
apt install openssl libssl-dev
, but it doesn't work. What do i need to install?Beta Was this translation helpful? Give feedback.
All reactions