简体   繁体   中英

Getting SSL error while installing intel driver

While installing a intel Driver by doing sudo make install getting the following error-

  • 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

Any Solutions for it?

Using Using DKMS Solved my problem when installing v4l2loopback solution is here sudo cp -R . /usr/src/v4l2loopback-1.1 sudo dkms add -m v4l2loopback -v 1.1 sudo dkms build -m v4l2loopback -v 1.1 sudo dkms install -m v4l2loopback -v 1.1 sudo cp -R . /usr/src/v4l2loopback-1.1 sudo dkms add -m v4l2loopback -v 1.1 sudo dkms build -m v4l2loopback -v 1.1 sudo dkms install -m v4l2loopback -v 1.1

u may need to install dkms using sudo apt install dkms

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM