TinkerBoard / debian_kernel

Debian Kernel source for Tinker Board
Other
143 stars 64 forks source link

fatal error: openssl/bio.h: No such file or directory #26

Closed sellep closed 5 years ago

sellep commented 5 years ago

After checking out branch linux4.4-rk3288 and creating the architectures default config, the compiling results in the following error: make ARCH=arm CROSS_COMPILE=/usr/bin/arm-linux-gnueabi- -j5 zImage CHK include/config/kernel.release CHK include/generated/uapi/linux/version.h CHK include/generated/utsrelease.h HOSTCC scripts/extract-cert CC scripts/mod/empty.o CC scripts/mod/devicetable-offsets.s scripts/extract-cert.c:21:10: fatal error: openssl/bio.h: No such file or directory

include <openssl/bio.h>

sellep commented 5 years ago

Installing libssl-dev (WSL, Ubuntu) fixed it for me ...

starjasmine commented 4 years ago

@sellep It works for me as well. Thanks :+1:

nixroxursox commented 4 years ago

+1

helviorhild commented 4 years ago

On build root you must enable CA_CERTIFICATES, for include ssl libraries. .

Licaifei commented 4 years ago

It works,Thanks

tamim8 commented 4 years ago

It works,Thanks

tamim8 commented 4 years ago

plz help me....

crypto/ghash-generic.o CC crypto/asymmetric_keys/asymmetric_type.o /home/ubuntu/Desktop/kernel/redmi7/kernel/time/hrtimer.c: In function '__remove_hrtimer': /home/ubuntu/Desktop/kernel/redmi7/kernel/time/hrtimer.c:891:1: warning: label 'out' defined but not used [-Wunused-label] error, forbidden warning: hrtimer.c:891 make[3]: [/home/ubuntu/Desktop/kernel/redmi7/scripts/Makefile.build:339: kernel/time/hrtimer.o] Error 1 make[2]: [/home/ubuntu/Desktop/kernel/redmi7/scripts/Makefile.build:653: kernel/time] Error 2 make[1]: *** [/home/ubuntu/Desktop/kernel/redmi7/Makefile:1141: kernel] Error 2

peterwoo339 commented 1 year ago

libssl-dev

BTW, on centos it would be openssl-devel