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 <dferradal@xxxxxxxxxx> Sent: Wednesday, March 29, 2023 10:08 AM To: users@xxxxxxxxxxxxxxxx Subject: Re: Compile with different version of ssl 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 (<phunction@xxxxxxxxxxx>) escribió: > > 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? -- Daniel Ferradal HTTPD Project #httpd help at Libera.Chat --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx