-
Notifications
You must be signed in to change notification settings - Fork 72
Description
Severity
Minor
Versions
Latest
Components/Modules
DAHDI-linux
Operating Environment
Debian 11.9
Frequency of Occurrence
Whenever running make install
Issue Description
When installing DAHDI-linux via the following command:
git clone https://github.com/asterisk/dahdi-linux.git -b next && make install
It's outputting the following errors multiple times during the installation process:
At main.c:167:
- 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
sign-file: output/signing_key.pem: No such file or directory
This has only started happening recently, in that it previously installed fine on the same system and OS version, so it's strange how it's only just started doing this. The only thing that's changed as far as the system is concerned would be the application of any available security patches via apt, so I'm wondering whether the latest kernel version has caused this? The uname -r command returns the following output:
5.10.0-36-amd64
My main questions are:
- How significant is the issue?
- Can it be safely ignored?
- What's the simplest way of resolving it?
- If it can be safely ignored then is there a way of silencing it?
Asterisk Issue Guidelines
- Yes, I have read the Asterisk Issue Guidelines