Re: OpenSSL using /lib64 rather than /lib

2021-08-23 Thread Rainer Jung
The original root cause is probably this change: https://github.com/openssl/openssl/commit/74b7f339aa58af57c0e71b7efca66e6f2db5ae2e (Makefile: Avoid changing LIBDIR based on whether it already exists) The switch from lib to lib64 in private installation trees on platforms where lib64 is the pl

Re: OpenSSL using /lib64 rather than /lib

2021-08-23 Thread Rainer Jung
Adding --libdir=lib to config or Configure should work. Haven't tried though. Am 23.08.2021 um 11:15 schrieb Rainer Jung: In my environment I used a lame workaround, moved the private OpenSSL installation lib64 directory to lib and symlinked lib64 to lib. But let me check, whether I find a hoo

Re: OpenSSL using /lib64 rather than /lib

2021-08-23 Thread Rainer Jung
In my environment I used a lame workaround, moved the private OpenSSL installation lib64 directory to lib and symlinked lib64 to lib. But let me check, whether I find a hook in OpenSSL building that brings back the old lib directly Regards, Rainer Am 23.08.2021 um 10:56 schrieb Mark Thom

Re: OpenSSL using /lib64 rather than /lib

2021-08-23 Thread Mark Thomas
On 23/08/2021 09:45, Rainer Jung wrote: I noticed the same - switch from lib to lib64 as the default library installation directory - when I recently built OpenSSL 3.0.0 beta2. It must be a change during the last 1-2 months between alpha16 and beta2). Thanks for the confirmation. How do you r

Re: OpenSSL using /lib64 rather than /lib

2021-08-23 Thread Rainer Jung
I noticed the same - switch from lib to lib64 as the default library installation directory - when I recently built OpenSSL 3.0.0 beta2. It must be a change during the last 1-2 months between alpha16 and beta2). Regards, Rainer Am 23.08.2021 um 10:35 schrieb Mark Thomas: Hi, I've noticed th

OpenSSL using /lib64 rather than /lib

2021-08-23 Thread Mark Thomas
Hi, I've noticed that both local and Gump builds of OpenSSL master have started using .../lib64 rather than .../lib for the shared libraries that are built. This is causing build problems - for example httpd looks in /lib I'm not sure if something has changed in the build environments or in