Helmut Grohne <helmut@subdivi.de> writes:
while working on a bookworm -> trixie upgrade failure, I noticed a strange line
showing up.
| Preparing to unpack .../openssh-server_1%3a10.0p1-5_amd64.deb ...
| systemctl: error while loading shared libraries: libcrypto.so.3: cannot open shared object file: No such file or directory
deb-systemd-invoke is part of init-system-helpers and therefore
essential. It calls out to systemctl, which is not essential but for all
practical matters we really should be treating it as if it was and
maintainer scripts expect it to work at all times.
In practice, this means that systemctl cannot be expected to work in
maintainer scripts.
forgive the stupid question: does this mean there is a wider risk that
this might affect other packages?