Skip to content

[bug]: signing_key.pem missing error when installing DAHDI-linux #103

@nexbridge

Description

@nexbridge

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:

  1. How significant is the issue?
  2. Can it be safely ignored?
  3. What's the simplest way of resolving it?
  4. 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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions