error occured during compliation can any one help me
scripts/extract-cert.c:21:10: fatal error: openssl/bio.h: No such file or directory #include <openssl bio.h="">
scripts/extract-cert.c:21:10: fatal error: openssl/bio.h: No such file or directory #include <openssl bio.h="">
dnf provides \*/openssl/bio.h
.
Probably you just have to install openssl-devel
. The command above will tell you.
Asked: 2018-02-09 12:20:13 -0600
Seen: 538 times
Last updated: Feb 10 '18
That would be the proper answer. I would recommend, though, to quote the argument, just in case there were a match for the wildcard.
yes, I forgot escaping the wildcard:
\*/openssl/bio.h
Thanks you very much
fcomida its working