Re: [users@httpd] Inquiry about apache httpd compile option

2023-09-18 Thread Eric Covener
> Does apache httpd binary depend on the compile options? It may, but a change to a ./configure flag will not necessarily affect the httpd executable. - To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org For additional co

Re: [users@httpd] Inquiry about apache httpd compile option

2023-09-18 Thread 대학원생
I appreciate you for your response. I compared two cases.( Apache httpd version is 2.4.56.) A: httpd binary file created using command "./configure" B: httpd binary file created using command "./configure --enable-ssl --enable-so" I used the command "ldd httpd". However, I cannot find any di

Re: [users@httpd] Inquiry about apache httpd compile option

2023-09-18 Thread Frank Gingras
Take a look at the ldd output instead. On Mon., Sep. 18, 2023, 6:40 a.m. (대학원생) 양성현 (컴퓨터공학과), wrote: > I appreciate you for your response. > > I think some different build commands can make different binary files. > > For example, I think that command "./configure" and command "./configure > --e