Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error on installation: No such file or directory ../crypt/bio/bss_file.c:69 #78

Closed
mattiasJohnson opened this issue Nov 19, 2021 · 2 comments

Comments

@mattiasJohnson
Copy link

mattiasJohnson commented Nov 19, 2021

I'm trying to install this on my Lenovo Legion 7 running Ubuntu 20.04 and on running sudo make sign-install I am getting the following error:

mattias@mattias-Legion-S7-15ACH6:~/Downloads/programs-from-source/rtw89$ sudo make sign-install
make -C /lib/modules/5.11.0-40-generic/build M=/home/mattias/Downloads/programs-from-source/rtw89 modules
make[1]: Entering directory '/usr/src/linux-headers-5.11.0-40-generic'
make[1]: Leaving directory '/usr/src/linux-headers-5.11.0-40-generic'
kmodsign sha512 /var/lib/shim-signed/mok/MOK.priv /var/lib/shim-signed/mok/MOK.der rtw89core.ko
At main.c:248:
- SSL error:02001002:system library:fopen:No such file or directory: ../crypto/bio/bss_file.c:69
- SSL error:2006D080:BIO routines:BIO_new_file:no such file: ../crypto/bio/bss_file.c:76
kmodsign: /var/lib/shim-signed/mok/MOK.priv: No such file or directory
make: *** [Makefile:91: sign] Error 1

Is there something I can do? I am using branch v7 btw since I saw in another issue that that was the newest one.

@ghost
Copy link

ghost commented Nov 19, 2021

To make sign install work, use #74

@mattiasJohnson
Copy link
Author

mattiasJohnson commented Nov 19, 2021

Thanks a lot, that solved it! Would be useful to have that added to the installation instructions

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant