-
Notifications
You must be signed in to change notification settings - Fork 22
Open
Description
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:
- Create symlink inside of
/usr/lib/x86_64-linux-gnu
from libssl.so.1.1 to libssl3.so, which ended up failing this way:
serial-monitor-rust: /lib/x86_64-linux-gnu/libssl.so.1.1: version
OPENSSL_1_1_1' not found (required by serial-monitor-rust)` - Downloaded
libssl1.1-udeb_1.1.1w-0+deb11u2_amd64.udeb
andopenssl_1.1.1w-0+deb11u2_amd64.deb
and tried installing manually. But of course this leads to loads of dependency problems and would downgrade openssl on my OS, which is also not a good thing. - Also this did not help me: https://stackoverflow.com/questions/72133316/libssl-so-1-1-cannot-open-shared-object-file-no-such-file-or-directory/72633324#72633324
Maybe a future release could be made compatible with later versions of openssl/libssl?
Metadata
Metadata
Assignees
Labels
No labels