Le 07/04/2021 à 18:56, Shariful Alam a écrit :
Hello Yann, Thanks for the reply.Following is the output of *ldd mod_ssl.so, * still the same. No sign of OpenSSL library.root@xxx:/etc/apache2/modules# ldd mod_ssl.so linux-vdso.so.1 => (0x00007fffce1c5000)libssl.so.1.0.0 => /lib/x86_64-linux-gnu/libssl.so.1.0.0
Isn't libssl what you are looking for? ([1]) CJ [1]: https://wiki.openssl.org/index.php/Libssl_API
(0x00007fec51b11000)libcrypto.so.1.0.0 => /lib/x86_64-linux-gnu/libcrypto.so.1.0.0 (0x00007fec516cc000) libpthread.so.0 => /lib/x86_64-linux-gnu/libpthread.so.0 (0x00007fec514af000)libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007fec510e5000) libdl.so.2 => /lib/x86_64-linux-gnu/libdl.so.2 (0x00007fec50ee1000) /lib64/ld-linux-x86-64.so.2 (0x00007fec51fb7000) Regards, SharifulOn Wed, Apr 7, 2021 at 5:29 AM Yann Ylavic <ylavic.dev@xxxxxxxxx <mailto:ylavic.dev@xxxxxxxxx>> wrote:Hello, On Wed, Apr 7, 2021 at 10:30 AM Shariful Alam <dipto181@xxxxxxxxx <mailto:dipto181@xxxxxxxxx>> wrote: > > root@xxxx:/etc/apache2/bin# ldd httpd > linux-vdso.so.1 => (0x00007fffe4df9000) > libpcre.so.1 => /usr/local/pcre/lib/libpcre.so.1 (0x00007ff2ad391000) > libaprutil-1.so.0 => /usr/local/apr/lib/libaprutil-1.so.0 (0x00007ff2ad16b000) > libapr-1.so.0 => /usr/local/apr/lib/libapr-1.so.0 (0x00007ff2acf38000) > libpthread.so.0 => /lib/x86_64-linux-gnu/libpthread.so.0 (0x00007ff2acd1b000) > libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007ff2ac951000) > libexpat.so.0 => /usr/local/apr/lib/libexpat.so.0 (0x00007ff2ac729000) > libcrypt.so.1 => /lib/x86_64-linux-gnu/libcrypt.so.1 (0x00007ff2ac4f1000) > libdl.so.2 => /lib/x86_64-linux-gnu/libdl.so.2 (0x00007ff2ac2ed000) > /lib64/ld-linux-x86-64.so.2 (0x00007ff2ad5ae000) > > Any comment on what I'm doing wrong? And How can I fix it? httpd itself needs no link to openssl, mod_ssl does though. So you should have a look at: # ldd /etc/apache2/modules/mod_ssl.so Regards; Yann. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx <mailto:users-unsubscribe@xxxxxxxxxxxxxxxx> For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx <mailto:users-help@xxxxxxxxxxxxxxxx>
--------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx
![]() |