Problem solved

2022-08-20 Thread b1bb2
To: openssl-users@openssl.org Problem solved. Thank you o...@integral.be and levi...@openssl.org. I changed to Current release (stable) and called wrap.pl. This now works: /home/bullseye/test0818/openssl/3.0.5/plain/openssl-3.0.5/util/wrap.pl

Re: I am experimenting

2022-08-20 Thread Richard Levitte
You're trying to run directly in your build tree, and haven't told the system that /home/bullseye/test0818/openssl/3.1.0/plain/openssl-master is a viable directory to find your newly built shared libraries in. Fortunately, OpenSSL has a script that can be used for such cases, util/wrap.pl. It

Re: I am experimenting

2022-08-20 Thread Olivier Mascia via openssl-users
> Le 20 août 2022 à 08:17, b1...@b1bb2.com a écrit : > > I am experimenting with > https://github.com/openssl/openssl/archive/refs/heads/master.zip openssl > 3.1.0 Source Distribution archive You, probably, should not. This is unreleased development code. Current release is 3.0.5. See

I am experimenting

2022-08-20 Thread b1bb2
To: openssl-users@openssl.org I am experimenting with https://github.com/openssl/openssl/archive/refs/heads/master.zip openssl 3.1.0 Source Distribution archive, I built it into a local virtual machine environment (folder). System is debian 11.3 (Bullseye), Local Personal Computer. This