<div dir="ltr"><div dir="ltr">On Sun, Oct 23, 2022 at 6:25 AM Randall wrote:<br></div><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div class="msg-6571543198007316450"><div lang="EN-CA" style="overflow-wrap: break-word;"><div class="m_-6571543198007316450WordSection1"><p class="MsoNormal"><span style="font-family:"Courier New";font-size:10pt">   checksum.o(.text._158011632+</span><span style="font-family:"Courier New";font-size:10pt">0xe2): unresolved reference to EVP_MD_CTX_new.</span><br></p><p class="MsoNormal"><span><u></u> <u></u></span></p><p class="MsoNormal"><span>This is on the NonStop ia64 and x86 platforms. Can you guide me?</span></p></div></div></div></blockquote><div><br></div><div><font face="arial, sans-serif">You have a couple choices:</font></div><div><ol><li><font face="arial, sans-serif">Re-run </font><font face="monospace">./configure </font><font face="arial, sans-serif">with</font><font face="monospace"> --disable-openssl </font><font face="arial, sans-serif">added to the options.</font></li><li><font face="arial, sans-serif">figure out what library holds the  <span style="font-size:13.3333px">EVP_MD_CTX_new entry point on your system (if any) and get that library listed in the LIBS setting in the Makefile</span></font><span style="font-family:arial,sans-serif;font-size:13.3333px"> </span><span style="font-family:arial,sans-serif;font-size:13.3333px">(or maybe tweak LDFLAGS)</span><span style="font-size:13.3333px;font-family:arial,sans-serif">.</span></li></ol><span style="font-size:13.3333px;font-family:arial,sans-serif">The first option is certain to get you going (just w/o openssl crypto).  The second option might be as simple as adding </span><span style="font-size:13.3333px"><font face="monospace">-lssl</font></span><span style="font-size:13.3333px;font-family:arial,sans-serif"> right <b>before</b> the </span><span style="font-size:13.3333px"><font face="monospace">-lcrypto</font></span><span style="font-size:13.3333px;font-family:arial,sans-serif"> on the LIBS=... line of the Makefile. You might also/instead need something like </span><span style="background-color:transparent;font-style:inherit;font-variant-ligatures:inherit;font-variant-caps:inherit;font-weight:inherit;white-space:inherit"><font face="monospace">-Wl,-L,/usr/local/lib</font></span><span style="font-size:13.3333px;font-family:arial,sans-serif"> (if the lib is in a weird dir).</span><br></div><div><font face="arial, sans-serif"><span style="font-size:13.3333px"><br></span></font></div><div><font face="arial, sans-serif"><span style="font-size:13.3333px">..wayne..</span></font></div></div></div>