RE: [users@httpd] Compile with different version of ssl

2023-03-29 Thread Chris me
Appears that is still an issue, I get the errors: undefined reference to `TLSv1_1_client_method' undefined reference to `TLSv1_2_client_method' -Original Message- From: Daniel Ferradal Sent: Wednesday, March 29, 2023 10:08 AM To: users@httpd.apache.org Subject: Re: [users@httpd] Compile

Re: [users@httpd] Compile with different version of ssl

2023-03-29 Thread Daniel Ferradal
Make sure their libs are in use by the system in the session where you want to compile httpd to use them. That is, export LD_LIBRARY_PATH="/path/to/openssl-1.1.1t/lib" prior to the configure and make steps. El mié, 29 mar 2023 a las 18:38, Chris me () escribió: > > Hi, I am trying to compile

RE: [users@httpd] Apache static compile

2023-03-29 Thread Chris me
Thanks, unfortuanetely those options made no difference at all, the same things are still dynamically linked. At the very least I figured I can make due with only have the SSL library statically linked but I have tried -with-ssl=path (as per my other email). -Original Message- From:

[users@httpd] Compile with different version of ssl

2023-03-29 Thread Chris me
Hi, I am trying to compile with --with-ssl=../openssl-1.1.1t, but it is being ignored. How do I get this to work?

Re: [users@httpd] Apache static compile

2023-03-29 Thread Bjoern Voigt
On 28.03.23 00:14, Chris me wrote: Hi, I hope this is an OK question. I have a need to build apache with all libraries statically linked and included in the httpd executable. Is this possible? In https://serverfault.com/a/715193 you will find the answer, to use "configure