RE: [users@httpd] Apache static compile

2023-04-12 Thread Chris me
appears to still use the old ssl library on the system. -Original Message- From: Rainer Canavan Sent: Wednesday, April 12, 2023 12:01 AM To: users@httpd.apache.org Subject: Re: [users@httpd] Apache static compile On Wed, Apr 12, 2023 at 1:49 AM Chris me wrote: > > Basically I am

Re: [users@httpd] Apache static compile

2023-04-12 Thread Rainer Canavan
On Wed, Apr 12, 2023 at 1:49 AM Chris me wrote: > > Basically I am trying to run a later version of apache that supports the > newer TLS alongside a much older version. I know it is better to upgrade the > server, etc. but that is not an option for the legacy server. > > I basically need a compl

RE: [users@httpd] Apache static compile

2023-04-11 Thread Chris me
worry about upgrading the server libs and current openssl version. -Original Message- From: Rainer Canavan Sent: Tuesday, April 11, 2023 3:41 AM To: users@httpd.apache.org Subject: Re: [users@httpd] Apache static compile On Sat, Apr 8, 2023 at 11:22 PM Chris me wrote: > > Right. Is

Re: [users@httpd] Apache static compile

2023-04-11 Thread Rainer Canavan
On Sat, Apr 8, 2023 at 11:22 PM Chris me wrote: > > Right. Is there an option to compile Apache using a non-standard location for > dynamic libs? IE instead of /usr/lib it could use /usr/lib/custom > > I was not able to find anything other than using an ELF patcher to try and > change the paths

RE: [users@httpd] Apache static compile

2023-04-08 Thread Chris me
would turn out. -Original Message- From: Bjoern Voigt Sent: Saturday, April 1, 2023 3:06 AM To: users@httpd.apache.org Subject: Re: [users@httpd] Apache static compile On 29.03.23 18:49, Chris me wrote: > Thanks, unfortuanetely those options made no difference at all, the same >

Re: [users@httpd] Apache static compile

2023-04-01 Thread Bjoern Voigt
On 29.03.23 18:49, Chris me wrote: 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).

RE: [users@httpd] Apache static compile

2023-03-29 Thread Chris me
: Bjoern Voigt Sent: Wednesday, March 29, 2023 6:37 AM To: users@httpd.apache.org Subject: Re: [users@httpd] Apache static compile 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 >

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 --disable-shared"

[users@httpd] Apache static compile

2023-03-27 Thread Chris me
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? Right now ldd is showing: libpcre.so.3 => /lib/x86_64-linux-gnu/libpcre.so.3 libexpat.so.1 => /lib/x86_64-linux-gnu/libexpat.so.1