[Bug 295069] net-p2p/lidarr: Not working on FreeBSD 15.0-RELEASE
Date: Wed, 06 May 2026 23:06:15 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=295069
Bug ID: 295069
Summary: net-p2p/lidarr: Not working on FreeBSD 15.0-RELEASE
Product: Ports & Packages
Version: Latest
Hardware: Any
OS: Any
Status: New
Severity: Affects Only Me
Priority: ---
Component: Individual Port(s)
Assignee: ports-bugs@FreeBSD.org
Reporter: feld@FreeBSD.org
CC: michiel@vanbaak.eu
Flags: maintainer-feedback?(michiel@vanbaak.eu)
CC: michiel@vanbaak.eu
Lidarr hasn't been working for me since I updated its jail to 15.0-RELEASE and
I've finally investigated the root cause. It's throwing a "No usable version of
libssl was found" error.
In the rc script we have:
if [ `uname -K` -ge 1400092 ]; then
export CLR_OPENSSL_VERSION_OVERRIDE=30
fi
but what I have in base is: /usr/lib/libssl.so.35
changing this value to 35 fixes it and Lidarr can be started again.
I'm not sure how we should handle this automatically in our packaging.
--
You are receiving this mail because:
You are the assignee for the bug.