Use the backport-4.15 branch install on Ubuntu 18.04.3, found the following problem which is blocked the module installed:
make -C /lib/modules/4.15.0-62-generic/build M=$PWD modules_install
make[1]: Entering directory '/usr/src/linux-headers-4.15.0-62-generic'
INSTALL /home/test/switchtec-kernel-backport_4.15/ntb_hw_switchtec.ko
At main.c:160:
SSL error:02001002:system library:fopen:No such file or directory: ../crypto/bio/bss_file.c:72
SSL error:2006D080:BIO routines:BIO_new_file:no such file: ../crypto/bio/bss_file.c:79
sign-file: certs/signing_key.pem: No such file or directory
INSTALL /home/test/switchtec-kernel-backport_4.15/switchtec.ko
At main.c:160:
SSL error:02001002:system library:fopen:No such file or directory: ../crypto/bio/bss_file.c:72
SSL error:2006D080:BIO routines:BIO_new_file:no such file: ../crypto/bio/bss_file.c:79
sign-file: certs/signing_key.pem: No such file or directory
DEPMOD 4.15.0-62-generic
make[1]: Leaving directory '/usr/src/linux-headers-4.15.0-62-generic'
It seems that the Ubuntu have this problem, even though 16.04.6 & 18.04.3, may anyone have solution for this? Many thanks!
Hi,
Use the backport-4.15 branch install on Ubuntu 18.04.3, found the following problem which is blocked the module installed:
make -C /lib/modules/4.15.0-62-generic/build M=$PWD modules_install make[1]: Entering directory '/usr/src/linux-headers-4.15.0-62-generic' INSTALL /home/test/switchtec-kernel-backport_4.15/ntb_hw_switchtec.ko At main.c:160:
It seems that the Ubuntu have this problem, even though 16.04.6 & 18.04.3, may anyone have solution for this? Many thanks!