How do I build an app with 1.1.1 that uses libraries built against 1.0.2?

Viktor Dukhovni openssl-users at dukhovni.org
Mon Jul 22 19:28:59 UTC 2019


> On Jul 22, 2019, at 2:44 PM, Mark Richter <mrichter at solarflare.com> wrote:
> 
> nm says there are no symbols in libssl or libcrypto.
> 
> It also says that libcurl has no symbols.  Does that imply that all libcurl's symbols are already resolved?

On stripped libraries you may need to use "objdump -T" rather than nm.

-- 
	Viktor.



More information about the openssl-users mailing list