https://bz.apache.org/bugzilla/show_bug.cgi?id=58437
--- Comment #21 from Yann Ylavic <[email protected]> --- IMHO, you shouldn't replace your system's libs like this, and may want to set/export LD_LIBRARY_PATH="/path/to/openssl-1.0.2-or-more/lib" at runtime for httpd and curl, or alternatively use "configure 'LDFLAGS=-Wl,-rpath,/path/to/openssl-1.0.2-or-more/lib' ..." at build time (with gcc/elf) for both too. -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
