You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 5, 2026. It is now read-only.
I got this problem when i want to configure openssl oqs into my VirtualBox Linux Ubuntu 18.04, it said that the file include/openssl/evp.h cant read "include <oqs.oqs.h>", it happen in "make -j" command
And also, before the "make -j" command, i run the "cmake -GNinja -DCMAKE_INSTALL_PREFIX=<OPENSSL_DIR>=oqs .." some error said that "Could NOT find Doxygen (missing: DOXYGEN_EXECUTABLE)" Does this has the connection problem with the oqs folder?
Here is the detail of errors
In file included from include/openssl/x509.h:18:0,
from apps/apps.h:26,
from apps/app_rand.c:10:
include/openssl/evp.h:18:11: fatal error: oqs/oqs.h: No such file or directory
# include <oqs/oqs.h>
^~~~~~~~~~~
compilation terminated.
In file included from include/openssl/x509.h:18:0,
from apps/apps.h:26,
from apps/s_cb.c:14:
include/openssl/evp.h:18:11: fatal error: oqs/oqs.h: No such file or directory
# include <oqs/oqs.h>
^~~~~~~~~~~
In file included from include/openssl/x509.h:18:0,
from apps/apps.h:26,
from apps/opt.c:9:
include/openssl/evp.h:18:11: fatal error: oqs/oqs.h: No such file or directory
# include <oqs/oqs.h>
^~~~~~~~~~~
compilation terminated.