signalapp / Signal-Desktop

A private messenger for Windows, macOS, and Linux.
https://signal.org/download
GNU Affero General Public License v3.0
14.16k stars 2.57k forks source link

symbol lookup error: signal-desktop: undefined symbol: snd_device_name_get_hint, version ALSA_0.9 #6916

Closed romeokienzler closed 1 week ago

romeokienzler commented 1 week ago

Using a supported version?

Overall summary

I'm using Signal in a Docker environment. On ubuntu 24.04 and 24.10 base images I get:

symbol lookup error: signal-desktop: undefined symbol: snd_device_name_get_hint, version ALSA_0.9

when starting Signal

Downgrading to 23.10 solved the problem.

Steps to reproduce

Build image from this Dockerfile

Expected result

App starts

Actual result

App writes

symbol lookup error: signal-desktop: undefined symbol: snd_device_name_get_hint, version ALSA_0.9

to the console

Screenshots

No response

Signal version

7.12.0

Operating system

Linux Ubuntu >= 24.04 docker base image

Version of Signal on your phone

No response

Link to debug log

No response

romeokienzler commented 1 week ago

This error can be fixed by using the ubuntu base image version <= 23.10, as done in this Dockerfile. Therefore, closing...