<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40"><head><meta http-equiv=Content-Type content="text/html; charset=utf-8"><meta name=Generator content="Microsoft Word 15 (filtered medium)"><!--[if !mso]><style>v\:* {behavior:url(#default#VML);}
o\:* {behavior:url(#default#VML);}
w\:* {behavior:url(#default#VML);}
.shape {behavior:url(#default#VML);}
</style><![endif]--><style><!--
/* Font Definitions */
@font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
        {font-family:Verdana;
        panose-1:2 11 6 4 3 5 4 4 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri",sans-serif;}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:#0563C1;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:#954F72;
        text-decoration:underline;}
span.EmailStyle17
        {mso-style-type:personal;
        font-family:"Verdana",sans-serif;
        color:windowtext;
        font-weight:normal;
        font-style:normal;}
span.EmailStyle18
        {mso-style-type:personal-reply;
        font-family:"Calibri",sans-serif;
        color:#1F497D;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-size:10.0pt;}
@page WordSection1
        {size:8.5in 11.0in;
        margin:70.85pt 70.85pt 70.85pt 70.85pt;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]--></head><body lang=EN-US link="#0563C1" vlink="#954F72"><div class=WordSection1><p class=MsoNormal><span style='color:#1F497D'>The whole 32 bit vs 64 bit thing is a pain.  On Windows and Linux you have to load all kinds of unobvious things.  On AIX it just works.  Code from 1988 (when I lost source code for half a dozen programs) still works on current machines.  Why the others make it SO HARD is beyond me.  In AIX old code works.  One flag – saying you want 64 bit – is all you need to add to the Makefile.  Otherwise is just works as always.  It took me MONTHS to figure out how to make Linuc work – had to yum 32 bit, 64 bit, a compat set, etc.  Nightmare.<o:p></o:p></span></p><p class=MsoNormal><span style='color:#1F497D'><o:p> </o:p></span></p><p class=MsoNormal><span style='color:#1F497D'>Wish people would consider keeping things compatible like IBM does.  Ditto on new features.  Any new feature you merely need to add a flag, and all is good.  Otherwise the old ones keep working.  An example is POSIX.  With IBM/AIX you could do things the old way, or set a flag for POSIX.<o:p></o:p></span></p><p class=MsoNormal><span style='color:#1F497D'><o:p> </o:p></span></p><p class=MsoNormal><span style='color:#1F497D'>Yes, we have had the same source (with updates, I did do the POSIX updates) since 1988.  Never a problem.  Partly, I think, because they don’t deprecate ANYTHING.  Use the old routines if you like.  Or not if you chose.<o:p></o:p></span></p><p class=MsoNormal><span style='color:#1F497D'><o:p> </o:p></span></p><p class=MsoNormal><span style='color:#1F497D'>Your problem is not having ALL of the required libraries!  That is it.  Finding what you need is the challenge.<o:p></o:p></span></p><p class=MsoNormal><span style='color:#1F497D'><o:p> </o:p></span></p><p class=MsoNormal><span style='color:#1F497D'>Eric<o:p></o:p></span></p><p class=MsoNormal><span style='color:#1F497D'><o:p> </o:p></span></p><div><div style='border:none;border-top:solid #E1E1E1 1.0pt;padding:3.0pt 0in 0in 0in'><p class=MsoNormal><b>From:</b> stunnel-users [mailto:stunnel-users-bounces@stunnel.org] <b>On Behalf Of </b>Heinsbroek, Peter<br><b>Sent:</b> Tuesday, July 09, 2019 6:20 AM<br><b>To:</b> stunnel-users@stunnel.org<br><b>Subject:</b> [stunnel-users] Error during linking Stunnel 5.55<o:p></o:p></p></div></div><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal><span style='font-size:10.0pt;font-family:"Verdana",sans-serif'>I tried to build stunnel from the sources.<o:p></o:p></span></p><p class=MsoNormal><span style='font-size:10.0pt;font-family:"Verdana",sans-serif'>The compiling goes well ,but the linking gives an error<o:p></o:p></span></p><p class=MsoNormal><span style='font-size:10.0pt;font-family:"Verdana",sans-serif'><o:p> </o:p></span></p><p class=MsoNormal><span style='font-size:10.0pt;font-family:"Verdana",sans-serif'>When comping 32bit  I get :<o:p></o:p></span></p><p class=MsoNormal><span style='font-size:10.0pt;font-family:"Verdana",sans-serif'>         sthreads.obj : error LNK2019: unresolved external symbol _CRYPTO_set_id_callback referenced in function _sthreads_init<o:p></o:p></span></p><p class=MsoNormal><span style='font-size:10.0pt;font-family:"Verdana",sans-serif'>..\bin\win32\stunnel.exe : fatal error LNK1120: 1 unresolved externals<o:p></o:p></span></p><p class=MsoNormal><span style='font-size:10.0pt;font-family:"Verdana",sans-serif'>NMAKE : fatal error U1077: '"C:\Program Files (x86)\Microsoft Visual Studio\2017\Professional\VC\Tools\MSVC\14.16.27023\bin\HostX86\x86\link.EXE"' : return code '0x460'<o:p></o:p></span></p><p class=MsoNormal><span style='font-size:10.0pt;font-family:"Verdana",sans-serif'>Stop.<o:p></o:p></span></p><p class=MsoNormal><span style='font-size:10.0pt;font-family:"Verdana",sans-serif'><o:p> </o:p></span></p><p class=MsoNormal><span style='font-size:10.0pt;font-family:"Verdana",sans-serif'>Anyone knows how to solve.<o:p></o:p></span></p><p class=MsoNormal><span style='font-size:10.0pt;font-family:"Verdana",sans-serif'><o:p> </o:p></span></p><p class=MsoNormal><span style='font-size:10.0pt;font-family:"Verdana",sans-serif'><o:p> </o:p></span></p><p class=MsoNormal style='text-autospace:none'><span style='mso-fareast-language:NL'><img width=128 height=3 id="Picture_x0020_1" src="cid:image001.png@01D53641.C78BCDE0" alt="cid:image001.png@01D4518B.5F2792C0"></span><span lang=NL style='font-size:10.0pt;font-family:"Arial",sans-serif;mso-fareast-language:NL'><o:p></o:p></span></p><p class=MsoNormal><span lang=NL style='font-size:10.0pt;font-family:"Verdana",sans-serif;color:black;mso-fareast-language:NL'> <o:p></o:p></span></p><p class=MsoNormal><span lang=NL style='font-size:10.0pt;font-family:"Verdana",sans-serif;color:black;mso-fareast-language:NL'>Met vriendelijke groet,<o:p></o:p></span></p><p class=MsoNormal><span lang=NL style='font-size:10.0pt;font-family:"Verdana",sans-serif;color:black;mso-fareast-language:NL'><o:p> </o:p></span></p><table class=MsoNormalTable border=0 cellspacing=0 cellpadding=0 width="112%" style='width:112.22%;border-collapse:collapse'><tr><td width=97 rowspan=2 style='width:67.5pt;padding:0in 15.0pt 0in 0in'><p class=MsoNormal style='mso-margin-top-alt:0in;margin-right:2.25pt;margin-bottom:0in;margin-left:2.25pt;margin-bottom:.0001pt'><span style='font-size:10.5pt;font-family:"Arial",sans-serif;color:black;mso-fareast-language:NL'><img width=70 height=24 id="Picture_x0020_2" src="cid:image002.png@01D53641.C78BCDE0" alt="Atos logo"><o:p></o:p></span></p></td><td width=433 style='width:470.3pt;border:none;border-left:solid gray 1.5pt;padding:0in 0in 0in 18.75pt'><p class=MsoNormal style='mso-margin-top-alt:0in;margin-right:2.25pt;margin-bottom:0in;margin-left:2.25pt;margin-bottom:.0001pt'><b><span style='font-size:10.0pt;font-family:"Verdana",sans-serif;color:#0066A1;mso-fareast-language:NL'>Peter Heinsbroek</span></b><span style='font-size:10.5pt;font-family:"Arial",sans-serif;color:black;mso-fareast-language:NL'><br></span><span style='font-size:8.5pt;font-family:"Verdana",sans-serif;color:black;mso-fareast-language:NL'>ICT Specialist – IDM TTS BTN/NL-TEC-Generic-Infra-S2</span><span style='font-size:10.5pt;font-family:"Arial",sans-serif;color:black;mso-fareast-language:NL'><br></span><span style='font-size:8.5pt;font-family:"Verdana",sans-serif;color:black;mso-fareast-language:NL'>T: +31 (0) 88 265 9869</span><span style='font-size:10.5pt;font-family:"Arial",sans-serif;color:black;mso-fareast-language:NL'><br></span><span style='font-size:8.5pt;font-family:"Verdana",sans-serif;color:black;mso-fareast-language:NL'>M: +31 (0) 6 53753244</span><span style='font-size:10.5pt;font-family:"Arial",sans-serif;color:black;mso-fareast-language:NL'><br></span><span style='font-size:8.5pt;font-family:"Verdana",sans-serif;color:black;mso-fareast-language:NL'>Burg. Rijnderslaan 30 – Nederland</span><span style='font-size:10.5pt;font-family:"Arial",sans-serif;color:black;mso-fareast-language:NL'><br><a href="https://atos.net/" target="_blank"><span style='font-size:8.5pt;font-family:"Verdana",sans-serif;color:#0066A1'>atos.net</span></a><br></span><a href="https://www.linkedin.com/in/peter-heinsbroek-10467b52/" target="_blank"><span style='color:white;mso-fareast-language:NL;text-decoration:none'><img border=0 width=15 height=15 id="Picture_x0020_3" src="cid:image003.png@01D53641.C78BCDE0" alt="LinkedIn icon"></span></a><span style='font-size:8.5pt;font-family:"Verdana",sans-serif;color:white;mso-fareast-language:NL'> </span><span style='font-size:10.5pt;font-family:"Arial",sans-serif;color:black;mso-fareast-language:NL'><o:p></o:p></span></p></td></tr><tr><td width=433 style='width:470.3pt;padding:0in 0in 0in 0in'></td></tr></table><p class=MsoNormal style='background:white'><span lang=NL style='font-size:10.5pt;font-family:"Verdana",sans-serif;color:black;display:none;mso-fareast-language:NL'><o:p> </o:p></span></p><table class=MsoNormalTable border=0 cellspacing=0 cellpadding=0 width="100%" style='width:100.0%;border-collapse:collapse'><tr><td style='padding:0in 0in 8.25pt 0in'></td></tr><tr><td width="100%" style='width:100.0%;padding:0in 0in 0in 0in'></td></tr><tr><td style='padding:0in 0in 0in 0in'></td></tr></table><p class=MsoNormal><span lang=NL style='mso-fareast-language:NL'><o:p> </o:p></span></p><p class=MsoNormal><span lang=NL><o:p> </o:p></span></p><p class=MsoNormal><span lang=NL style='font-size:12.0pt;font-family:"Times New Roman",serif'>This e-mail and the documents attached are confidential and intended solely for the addressee; it may also be privileged. If you receive this e-mail in error, please notify the sender immediately and destroy it. As its integrity cannot be secured on the Internet, Atos’ liability cannot be triggered for the message content. Although the sender endeavours to maintain a computer virus-free network, the sender does not warrant that this transmission is virus-free and will not be liable for any damages resulting from any virus transmitted. On all offers and agreements under which Atos Nederland B.V. supplies goods and/or services of whatever nature, the Terms of Delivery from Atos Nederland B.V. exclusively apply. The Terms of Delivery shall be promptly submitted to you on your request. <o:p></o:p></span></p></div></body></html>