Skip to content

libssl.so.1.1 not available on newer Debian releases #117

@DamianHurschler

Description

@DamianHurschler

Seems like an awesome piece of software, thank you for sharing! Sadly I haven't been able to use it so far:

  • I'm on Debian 14:
    cat /proc/version
    Linux version 6.12.17-amd64 (debian-kernel@lists.debian.org) (x86_64-linux-gnu-gcc-14 (Debian 14.2.0-17) 14.2.0, GNU ld (GNU Binutils for Debian) 2.44) #1 SMP PREEMPT_DYNAMIC Debian 6.12.17-1 (2025-03-01)
  • I followed the install instructions in the readme (install the dependencies, then install serial-monitor-x86_64-unknown-linux-gnu.deb.zip [v0.3.5.1])
  • When clicking the 'Serial Monitor' icon on Gnome simply nothing happens.
  • When trying to start it from terminal, I get the following:
    serial-monitor-rust
    serial-monitor-rust: error while loading shared libraries: libssl.so.1.1: cannot open shared object file: No such file or directory

As far as I can tell, the root cause is that later Debian versions no longer come with libssl (1.1.1w-0+deb11u2) but only with much later versions like libssl3.so [openssl (3.4.1-1)].

Sadly I'm not able to provide a fix. What I tried:

Maybe a future release could be made compatible with later versions of openssl/libssl?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions