plm binary should be rebuilt against a newer OpenSSL version #1168

Open
opened 2026-05-15 18:13:24 +00:00 by nadkaro · 0 comments

The plm binary currently depends on libssl.so.1.1, which causes it to fail to start on systems where this library is no longer available. It appears the binary was compiled against OpenSSL 1.1. Rebuilding plm against a newer OpenSSL version would improve compatibility with modern environments and prevent runtime errors related to the missing libssl.so.1.1 library.

Please consider providing an update to improve compatibility and ensure better support for the future. In any case, thank you to everyone who has contributed and worked on this project so far.

The plm binary currently depends on libssl.so.1.1, which causes it to fail to start on systems where this library is no longer available. It appears the binary was compiled against OpenSSL 1.1. Rebuilding plm against a newer OpenSSL version would improve compatibility with modern environments and prevent runtime errors related to the missing libssl.so.1.1 library. Please consider providing an update to improve compatibility and ensure better support for the future. In any case, thank you to everyone who has contributed and worked on this project so far.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: Plume/Plume#1168
No description provided.