Re: [users@httpd] openssl-1.1.0 with httpd-2.4.33

2018-05-02 Thread Eric Covener
On Wed, May 2, 2018 at 5:56 AM, Hemant Chaudhary wrote: > Hi All, > > I am trying to build openssl-1.1.0 with httpd-2.4.33, everything is working > fine without mod_ssl. But when I am loading mod_ssl, I am getting error > while deloading the module i:e dso_close. Whereas httpd-2.4.33 is working >

[users@httpd] openssl-1.1.0 with httpd-2.4.33

2018-05-02 Thread Hemant Chaudhary
Hi All, I am trying to build openssl-1.1.0 with httpd-2.4.33, everything is working fine without mod_ssl. But when I am loading mod_ssl, I am getting error while deloading the module i:e dso_close. Whereas httpd-2.4.33 is working fine with openssl-1.0.2d. Does anybody also get this issue ? Thank