Re: [Bacula-users] Ceph S3 support in Bacula Community 13.0.3

2023-10-10 Thread Martin Simmons
It look like Bacula's libs3 doesn't support OpenSSL 3.0. However, you could try applying the patch (attached) from the src.rpm of the EPEL9 libs3. cd libs3-20200523 patch -p1 < ...path..to..libs3-openssl3.patch... I think the Bacula provided libs3 contains changes that are not in the 4.1 version

Re: [Bacula-users] Ceph S3 support in Bacula Community 13.0.3

2023-10-10 Thread Andrea Venturoli
On 10/10/23 17:54, Martin Simmons wrote: It look like Bacula's libs3 doesn't support OpenSSL 3.0. However, you could try applying the patch (attached) from the src.rpm of the EPEL9 libs3. cd libs3-20200523 patch -p1 < ...path..to..libs3-openssl3.patch... I've also seen another approach, from