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

2023-03-29 Thread Chris me
d] 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,

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 wi