• sdk
  • arm-sdk
  • Issues
  • #41

Closed
Open
Opened 2019-02-21T04:38Z by xinomilo @xinomilo

missing dependency libssl-dev

was trying to build an raspi3 image for beowulf, according to README + adjusting some files, but kept seeing this error:

 HOSTCC  scripts/extract-cert
scripts/extract-cert.c:21:10: fatal error: openssl/bio.h: No such file or directory
 #include <openssl/bio.h>
          ^~~~~~~~~~~~~~~
compilation terminated.
make[1]: *** [scripts/Makefile.host:90: scripts/extract-cert] Error 1

after installing libssl-dev, this error is gone, compilation proceeds normally. so i think this package should be added to dependencies.

host is beowulf/ceres amd64. all other dependencies installed according to instructions.

thx,

Please solve the reCAPTCHA

We want to be sure it is you, please confirm you are not a robot.

Edited 2019-02-20T23:38Z by xinomilo
  • xinomilo @xinomilo changed the description · 2019-02-20T23:38Z

    changed the description