| Summary: | bio.h not found | ||
|---|---|---|---|
| Product: | buildroot | Reporter: | fshah48 <fshah48> |
| Component: | Other | Assignee: | unassigned |
| Status: | RESOLVED INVALID | ||
| Severity: | blocker | CC: | buildroot, fshah48, yann.morin.1998 |
| Priority: | P5 | ||
| Version: | 2020.02 | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Linux | ||
| Host: | Target: | ||
| Build: | |||
| Attachments: | Output of make and stderr + output of find -name bio.h | ||
> scripts/extract-cert.c:21:10: fatal error: openssl/bio.h: No such file or directory
> #include <openssl/bio.h>
> ^~~~~~~~~~~~~~~
> compilation terminated.
You need to enable BR2_LINUX_KERNEL_NEEDS_HOST_OPENSSL.
|
Created attachment 8416 [details] Output of make and stderr + output of find -name bio.h I am rather new to linux. Tried to build default configuration with minor changes required to produce ISO image for running under qemu. I could update .config but it is 90KB and restriction is 75KB. <make menuconfig> failed because it could not find bio.h I captured output of next attempt since it would produce only related output.