Re: Some remarks on panama libssl loading

2024-04-18 Thread Christopher Schultz
Michael, On 4/17/24 16:46, Michael Osipov wrote: On 2024/04/17 14:21:06 Rainer Jung wrote: Am 17.04.24 um 15:34 schrieb Michael Osipov: Rainer, I do not fully understand the problem here. We use libtool to solve exactly this problem with versioned SONAMEs. It will create symlinks to the

Re: Some remarks on panama libssl loading

2024-04-17 Thread Konstantin Kolinko
чт, 18 апр. 2024 г. в 00:46, Rainer Jung : > > Hi Konstantin, > > Am 17.04.24 um 21:44 schrieb Konstantin Kolinko: > > ср, 17 апр. 2024 г. в 17:21, Rainer Jung : > >> > >> Am 17.04.24 um 15:34 schrieb Michael Osipov: > >>> Rainer, I do not fully understand the problem here. We use libtool to >

Re: Some remarks on panama libssl loading

2024-04-17 Thread Rainer Jung
Hi Konstantin, Am 17.04.24 um 21:44 schrieb Konstantin Kolinko: ср, 17 апр. 2024 г. в 17:21, Rainer Jung : Am 17.04.24 um 15:34 schrieb Michael Osipov: Rainer, I do not fully understand the problem here. We use libtool to solve exactly this problem with versioned SONAMEs. It will create

Re: Some remarks on panama libssl loading

2024-04-17 Thread Rainer Jung
Am 17.04.24 um 22:46 schrieb Michael Osipov: On 2024/04/17 14:21:06 Rainer Jung wrote: Am 17.04.24 um 15:34 schrieb Michael Osipov: Rainer, I do not fully understand the problem here. We use libtool to solve exactly this problem with versioned SONAMEs. It will create symlinks to the SONAME.

Re: Some remarks on panama libssl loading

2024-04-17 Thread Michael Osipov
On 2024/04/17 14:21:06 Rainer Jung wrote: > Am 17.04.24 um 15:34 schrieb Michael Osipov: > > Rainer, I do not fully understand the problem here. We use libtool to solve > > exactly this problem with versioned SONAMEs. It will create symlinks to the > > SONAME. > > Do you expect anyone even with

Re: Some remarks on panama libssl loading

2024-04-17 Thread Konstantin Kolinko
ср, 17 апр. 2024 г. в 17:21, Rainer Jung : > > Am 17.04.24 um 15:34 schrieb Michael Osipov: > > Rainer, I do not fully understand the problem here. We use libtool to solve > > exactly this problem with versioned SONAMEs. It will create symlinks to the > > SONAME. > > Do you expect anyone even

Re: Some remarks on panama libssl loading

2024-04-17 Thread Rainer Jung
Am 17.04.24 um 15:34 schrieb Michael Osipov: Rainer, I do not fully understand the problem here. We use libtool to solve exactly this problem with versioned SONAMEs. It will create symlinks to the SONAME. Do you expect anyone even with dlopen() to load libfoo.o.{SOVERSION} unless it is

Re: Some remarks on panama libssl loading

2024-04-17 Thread Michael Osipov
Rainer, I do not fully understand the problem here. We use libtool to solve exactly this problem with versioned SONAMEs. It will create symlinks to the SONAME. Do you expect anyone even with dlopen() to load libfoo.o.{SOVERSION} unless it is strictly needed? E.g.: lrwxr-xr-x 1 root wheel

Some remarks on panama libssl loading

2024-04-17 Thread Rainer Jung
Hi there, I did some small tests using OpenSSL/Panama with TC 10.1.23 for running the unit tests. First: they seem to work well using JDK 22 with OpenSSL 3.0.13, 3.1.5, 3.2.1 and 3.3.0. For JDK 23 the tests are still running, but also look good up to now. But some things around native