Skip to content

libssl1.1 required, and not installed during fresh install of debian 64bit  #3

Description

@sirjaymz

During a fresh installation of 64bit Rasberry pi image on 64GB sdcard, and trying to bring up HTWebRemote to connect to the raspiberry pi service , it was discovered that even though libssl3 was already installed, it was not utilized by HtWebRemoteHost to start the service.

I ended up having to install lib-ssl1.1

May 24 17:36:44 mediapi HTWebRemoteHost[1171]: No usable version of libssl was found
May 24 17:36:44 mediapi systemd[1]: HTWebRemoteHost.service: Main process exited, code=killed, status=6/ABRT
May 24 17:36:44 mediapi systemd[1]: HTWebRemoteHost.service: Failed with result 'signal'

pi@mediapi:~ $ apt list libssl*
Listing... Done
libssl-dev/stable,now 3.0.11-1deb12u2+rpt1 arm64 [installed]
libssl-dev/stable 3.0.11-1
deb12u2+rpt1 armhf
libssl-doc/stable,stable 3.0.11-1deb12u2+rpt1 all
libssl-ocaml-dev/stable 0.5.13-1 arm64
libssl-ocaml-dev/stable 0.5.13-1 armhf
libssl-ocaml/stable 0.5.13-1 arm64
libssl-ocaml/stable 0.5.13-1 armhf
libssl-utils-clojure/stable,stable 3.5.0-2 all
libssl1.1-dbgsym/stable 1.1.1w-0
deb11u1+rpt1 arm64
libssl1.1-dbgsym/stable 1.1.1w-0deb11u1+rpt1 armhf
libssl1.1/stable,now 1.1.1w-0
deb11u1+rpt1 arm64 [installed]
libssl1.1/stable 1.1.1w-0deb11u1+rpt1 armhf
libssl3-dbgsym/stable 3.0.11-1
deb12u2+rpt1 arm64
libssl3-dbgsym/stable 3.0.11-1deb12u2+rpt1 armhf
libssl3/stable,now 3.0.11-1
deb12u2+rpt1 arm64 [installed]
libssl3/stable 3.0.11-1~deb12u2+rpt1 armhf

sudo apt install libsll1.1
sudo apt install libssl-dev

This seamed to resolve the issue.
May need to make the ssl 1.1 library a dependency during installation, even though ssl3 was there , the service wouldn't start.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions