Bug 12716 - bio.h not found
Summary: bio.h not found
Status: RESOLVED INVALID
Alias: None
Product: buildroot
Classification: Unclassified
Component: Other (show other bugs)
Version: 2020.02
Hardware: PC Linux
: P5 blocker
Target Milestone: ---
Assignee: unassigned
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-03-28 18:06 UTC by fshah48
Modified: 2020-03-28 18:30 UTC (History)
3 users (show)

See Also:
Host:
Target:
Build:


Attachments
Output of make and stderr + output of find -name bio.h (4.65 KB, text/x-log)
2020-03-28 18:06 UTC, fshah48
Details

Note You need to log in before you can comment on or make changes to this bug.
Description fshah48 2020-03-28 18:06:05 UTC
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.
Comment 1 Yann E. MORIN 2020-03-28 18:30:08 UTC
> 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.