[users@httpd] Help: Building httpd from source with specific (different then system default) OpenSSL

2021-04-07 Thread Shariful Alam
0x7ff2ac2ed000) /lib64/ld-linux-x86-64.so.2 (0x7ff2ad5ae000) Any comment on what I'm doing wrong? And How can I fix it? Regards, Shariful Alam

Re: [users@httpd] Help: Building httpd from source with specific (different then system default) OpenSSL

2021-04-07 Thread Shariful Alam
0ee1000) /lib64/ld-linux-x86-64.so.2 (0x7fec51fb7000) Regards, Shariful On Wed, Apr 7, 2021 at 5:29 AM Yann Ylavic wrote: > Hello, > > On Wed, Apr 7, 2021 at 10:30 AM Shariful Alam wrote: > > > > root@:/etc/apache2/bin# ldd httpd > > linux-vdso.so.1 => (0x

Re: [users@httpd] Re: Help: Building httpd from source with specific (different then system default) OpenSSL

2021-04-07 Thread Shariful Alam
ith the default (/lib/x86_64-linux-gnu/) Regards, Shariful Alam On Wed, Apr 7, 2021 at 2:32 PM Christophe JAILLET < christophe.jail...@wanadoo.fr> wrote: > Le 07/04/2021 à 18:56, Shariful Alam a écrit : > > Hello Yann, > > Thanks for the reply. > > > > Following is the

Re: [users@httpd] Re: Help: Building httpd from source with specific (different then system default) OpenSSL

2021-04-07 Thread Shariful Alam
Hi Yann, It works!. Thanks. I'm a noob, I was trying to fix this for the past two days. At some point, I believe I tried with the LDFLAGS too. But I can see that I was using LDFLAGS incorrectly. Thanks for the help. Regards, Shariful Alam On Wed, Apr 7, 2021 at 3:02 PM Yann Ylavic wrote:

[users@httpd] Why httpd-2.4.46 server not working with TLSv1.2?

2021-10-12 Thread Shariful Alam
n 0 curl: (35) error:140943FC:SSL routines:ssl3_read_bytes:sslv3 alert bad record mac == Any help, where did I make mistake? Thanks, Shariful Alam

[users@httpd] Linking a third party library with httpd during installation

2021-10-20 Thread Shariful Alam
Hello, I'm trying to install httpd-2.4.46 from the source. Usually, I use the following command to configure and it works fine, *~/Downloads/httpd-2.4.46$ *CFLAGS='-DSSL_EXPERIMENTAL_ENGINE -DSSL_ENGINE -DOPENSSL_LOAD_CONF' LDFLAGS=-Wl,-rpath=/opt/openssl/lib ./configure --prefix=/etc/apa

Re: [users@httpd] Linking a third party library with httpd during installation

2021-10-20 Thread Shariful Alam
r more details I do not understand why it shows my C compiler is not working? The config.log https://pastebin.com/U72JMZqF Thanks, Shariful On Wed, Oct 20, 2021 at 1:18 PM Konstantin Kolinko wrote: > ср, 20 окт. 2021 г. в 21:59, Shariful Alam : > > > > Hello, > > > >

Re: [users@httpd] Linking a third party library with httpd during installation

2021-10-20 Thread Shariful Alam
Hi Eric, I believe the *config.log* file that the error is referring to is in *httpd-2.4.46*'s root directory. Here is full the config.log, https://pastebin.com/U72JMZqF. On lines 101-105, it shows that my static archive file is missing, 1. configure:5361: checking whether the C compiler works

Re: [users@httpd] Linking a third party library with httpd during installation

2021-10-20 Thread Shariful Alam
Hi Yann, Thank you very much. That command works! Configuration script runs with no error so far. Much appreciated. Thanks, Shariful On Wed, Oct 20, 2021 at 4:25 PM Yann Ylavic wrote: > On Wed, Oct 20, 2021 at 10:55 PM Shariful Alam wrote: > > > > I do not understand wh

[users@httpd] Is there any way I can use a lock to control the threads that are using mod_ssl?

2021-11-10 Thread Shariful Alam
( I do not know which mod_ssl function actually calls the OpenSSL engine) that actually call the OpenSSL engine. I'm not sure, if this is going to work or not. Can anyone please give me an Idea? Thanks, Shariful Alam