You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
akast@ubuntu:~/can-isotp$ sudo make modules_install
make -C /lib/modules/4.10.0-19-generic/build M=/home/akast/can-isotp modules_install
make[1]: Entering directory '/usr/src/linux-headers-4.10.0-19-generic'
INSTALL /home/akast/can-isotp/net/can/can-isotp.ko
At main.c:158:
SSL error:02001002:system library:fopen:No such file or directory: bss_file.c:175
SSL error:2006D080:BIO routines:BIO_new_file:no such file: bss_file.c:178
sign-file: certs/signing_key.pem: No such file or directory
DEPMOD 4.10.0-19-generic
make[1]: Leaving directory '/usr/src/linux-headers-4.10.0-19-generic'
The text was updated successfully, but these errors were encountered:
I am running ubuntu 18.04 and had the same problem, except the SSL error lines were slightly different. Generating a signing key and putting it in the appropriate certs folder then allowed the module to be signed. If you don't create the signing key, the module can be run from the compilation folder, but I don't think installed.
akast@ubuntu:~/can-isotp$ sudo make modules_install
make -C /lib/modules/4.10.0-19-generic/build M=/home/akast/can-isotp modules_install
make[1]: Entering directory '/usr/src/linux-headers-4.10.0-19-generic'
INSTALL /home/akast/can-isotp/net/can/can-isotp.ko
At main.c:158:
sign-file: certs/signing_key.pem: No such file or directory
DEPMOD 4.10.0-19-generic
make[1]: Leaving directory '/usr/src/linux-headers-4.10.0-19-generic'
The text was updated successfully, but these errors were encountered: