Re: Custom Build Errors
Mark Sigsbee <[email protected]> Thu, 30 Apr 2026 09:10:49 -0400
| Newsgroups | gmane.comp.encryption.openssl.user |
|---|---|
| Message-ID | <CAPqvXLPnz0tHo3Ob5bGmyWbxzubre+aJ7tW3AU2yXvTfB4fjcw@mail.gmail.com> |
--0000000000001906e30650ad32d2 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable When I enter this: LD_LIBRARY_PATH=3D/PKI/openssl-3.6.0/lib PKI/openssl-3.6.0/apps/openssl list -providers -verbose I get "command not found". When I enter this: LD_LIBRARY_PATH=3D/PKI/openssl-3.6.0/lib /PKI/openssl-3.6.0/apps/openssl list -providers -verbose #added forward slash in front of second PKI I get the crazy response that I shared above. Thanks, Mark On Wed, Apr 15, 2026 at 9:31=E2=80=AFAM Neil Horman <[email protected]> w= rote: > you don't have the library search path configured correctly on your > platform. Try running: > > LD_LIBRARY_PATH=3D/PKI/openssl-3.6.0/lib PKI/openssl-3.6.0/apps/openssl l= ist > -providers -verbose > > That will allow the application to run. You may also need to set > OPENSSL_CONF and OPENSSL_MODULES appropriately to find the needed > configuration and provider DSO's > > To avoid needing to set these values you need to configure openssl using > the --prefix option to set the latter two variables automatically. To > avoid the need for LD_LIBRARY_PATH, you either need to configure your > environment to add /PKI/openssl-3.6.0/lib[64] to the library search path > globally, or install the library to a location already in the search path > (though the latter isn't recommended if you are using a system with a > default openssl already configured there). > > Neil > > > On Wed, Apr 15, 2026 at 9:13=E2=80=AFAM Mark Sigsbee <[email protected]>= wrote: > >> I'm trying to build 3.6.0 with 3.2.1 for its approved FIPS library on >> Ubuntu 22.04. I know the default version of OpenSSL is 3.0 and basically >> leave it alone or the world will come to an end. >> >> I'm building a newer version hoping to resolve issues that I'm getting >> with 3.0 and confirmed by Ubuntu Pro support. >> >> I d/l'ed both into $ /PKI. >> I followed the build instructions provided here: openssl/README-FIPS.md >> at master =C2=B7 openssl/openssl >> <https://github.com/openssl/openssl/blob/master/README-FIPS.md> >> >> My check agrees with the check results in the readme. >> >> When I execute: >> $ sudo /PKI/openssl-3.6.0/apps/openssl list -providers -verbose >> >> I get this: >> /PKI$ sudo /PKI/openssl-3.6.0/apps/openssl list -providers -verbose >> /PKI/openssl-3.6.0/apps/openssl: /lib/x86_64-linux-gnu/libssl.so.3: >> version `OPENSSL_3.4.0' not found (required by >> /PKI/openssl-3.6.0/apps/openssl) >> /PKI/openssl-3.6.0/apps/openssl: /lib/x86_64-linux-gnu/libssl.so.3: >> version `OPENSSL_3.2.0' not found (required by >> /PKI/openssl-3.6.0/apps/openssl) >> /PKI/openssl-3.6.0/apps/openssl: /lib/x86_64-linux-gnu/libcrypto.so.3: >> version `OPENSSL_3.0.9' not found (required by >> /PKI/openssl-3.6.0/apps/openssl) >> /PKI/openssl-3.6.0/apps/openssl: /lib/x86_64-linux-gnu/libcrypto.so.3: >> version `OPENSSL_3.3.0' not found (required by >> /PKI/openssl-3.6.0/apps/openssl) >> /PKI/openssl-3.6.0/apps/openssl: /lib/x86_64-linux-gnu/libcrypto.so.3: >> version `OPENSSL_3.5.0' not found (required by >> /PKI/openssl-3.6.0/apps/openssl) >> /PKI/openssl-3.6.0/apps/openssl: /lib/x86_64-linux-gnu/libcrypto.so.3: >> version `OPENSSL_3.6.0' not found (required by >> /PKI/openssl-3.6.0/apps/openssl) >> /PKI/openssl-3.6.0/apps/openssl: /lib/x86_64-linux-gnu/libcrypto.so.3: >> version `OPENSSL_3.4.0' not found (required by >> /PKI/openssl-3.6.0/apps/openssl) >> /PKI/openssl-3.6.0/apps/openssl: /lib/x86_64-linux-gnu/libcrypto.so.3: >> version `OPENSSL_3.2.0' not found (required by >> /PKI/openssl-3.6.0/apps/openssl) >> >> How do I correct this and get my desired result? >> >> -- >> You received this message because you are subscribed to the Google Group= s >> "openssl-users" group. >> To unsubscribe from this group and stop receiving emails from it, send a= n >> email to openssl-users+unsubscribe-MCmKBN63+Bmbup2nOX2J7Q@public.gmane.org >> To view this discussion visit >> https://groups.google.com/a/openssl.org/d/msgid/openssl-users/CAPqvXLPc7= dDaR3S05bmdSAaFJSZ0k5uSmCs0AY_juicFindorQ%40mail.gmail.com >> <https://groups.google.com/a/openssl.org/d/msgid/openssl-users/CAPqvXLPc= 7dDaR3S05bmdSAaFJSZ0k5uSmCs0AY_juicFindorQ%40mail.gmail.com?utm_medium=3Dem= ail&utm_source=3Dfooter> >> . >> > --=20 You received this message because you are subscribed to the Google Groups "= openssl-users" group. To unsubscribe from this group and stop receiving emails from it, send an e= mail to openssl-users+unsubscribe-MCmKBN63+Bmbup2nOX2J7Q@public.gmane.org To view this discussion visit https://groups.google.com/a/openssl.org/d/msg= id/openssl-users/CAPqvXLPnz0tHo3Ob5bGmyWbxzubre%2BaJ7tW3AU2yXvTfB4fjcw%40ma= il.gmail.com. --0000000000001906e30650ad32d2 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable <div dir=3D"ltr">When I enter this: LD_LIBRARY_PATH=3D/PKI/openssl-3.6.0/li= b PKI/openssl-3.6.0/apps/openssl list -providers -verbose<div><br>I get &qu= ot;command not found".<br><br>When I enter this: LD_LIBRARY_PATH=3D/PK= I/openssl-3.6.0/lib /PKI/openssl-3.6.0/apps/openssl list -providers -verbos= e #added forward slash in front of second PKI<br><br>I get the crazy respon= se that I shared above.<br><br>Thanks,</div><div><br>Mark</div><div><br></d= iv></div><br><div class=3D"gmail_quote gmail_quote_container"><div dir=3D"l= tr" class=3D"gmail_attr">On Wed, Apr 15, 2026 at 9:31=E2=80=AFAM Neil Horma= n <<a href=3D"mailto:[email protected]">[email protected]</a>> wr= ote:<br></div><blockquote class=3D"gmail_quote" style=3D"margin:0px 0px 0px= 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir=3D= "ltr">you=C2=A0don't have the library search path configured correctly = on your platform.=C2=A0 Try running:<div><br></div><div>LD_LIBRARY_PATH=3D/= PKI/openssl-3.6.0/lib PKI/openssl-3.6.0/apps/openssl list -providers -verbo= se</div><div><br></div><div>That will allow the application to run.=C2=A0 Y= ou may also need to set OPENSSL_CONF and OPENSSL_MODULES appropriately to f= ind the needed configuration and provider DSO's</div><div><br></div><di= v>To avoid needing to set these values you need to configure openssl using = the --prefix option to set the latter two variables=C2=A0automatically.=C2= =A0 To avoid the need for LD_LIBRARY_PATH, you either need to configure you= r environment to add /PKI/openssl-3.6.0/lib[64] to the library search path = globally, or install the library to a location already in the search path (= though the latter isn't recommended if you are using a system with a de= fault openssl already configured there).</div><div><br></div><div>Neil</div= ><div><br></div></div><br><div class=3D"gmail_quote"><div dir=3D"ltr" class= =3D"gmail_attr">On Wed, Apr 15, 2026 at 9:13=E2=80=AFAM Mark Sigsbee <<a= href=3D"mailto:[email protected]" target=3D"_blank">[email protected]</a= >> wrote:<br></div><blockquote class=3D"gmail_quote" style=3D"margin:0px= 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><di= v dir=3D"ltr">I'm trying to build 3.6.0 with 3.2.1 for its approved FIP= S library on Ubuntu 22.04. I know the default version of OpenSSL is 3.0 and= basically leave it alone or the world will come to an end.<br><br>I'm = building a newer version hoping to resolve issues that I'm getting with= 3.0 and confirmed by Ubuntu Pro support.<div><br>I d/l'ed both into $ = /PKI.<br>I followed the build instructions provided here:=C2=A0 <a href=3D"https://github.com/openssl/openssl/blob/master/README-FIPS.md" t= arget=3D"_blank">openssl/README-FIPS.md at master =C2=B7 openssl/openssl</a= ><br><br>My check agrees with the check results in the readme.<br><br>When = I execute:<br>$ sudo /PKI/openssl-3.6.0/apps/openssl list -providers -verbo= se<br><br>I get this:<br>/PKI$ sudo /PKI/openssl-3.6.0/apps/openssl list -p= roviders -verbose<br>/PKI/openssl-3.6.0/apps/openssl: /lib/x86_64-linux-gnu= /libssl.so.3: version `OPENSSL_3.4.0' not found (required by /PKI/opens= sl-3.6.0/apps/openssl)<br>/PKI/openssl-3.6.0/apps/openssl: /lib/x86_64-linu= x-gnu/libssl.so.3: version `OPENSSL_3.2.0' not found (required by /PKI/= openssl-3.6.0/apps/openssl)<br>/PKI/openssl-3.6.0/apps/openssl: /lib/x86_64= -linux-gnu/libcrypto.so.3: version `OPENSSL_3.0.9' not found (required = by /PKI/openssl-3.6.0/apps/openssl)<br>/PKI/openssl-3.6.0/apps/openssl: /li= b/x86_64-linux-gnu/libcrypto.so.3: version `OPENSSL_3.3.0' not found (r= equired by /PKI/openssl-3.6.0/apps/openssl)<br>/PKI/openssl-3.6.0/apps/open= ssl: /lib/x86_64-linux-gnu/libcrypto.so.3: version `OPENSSL_3.5.0' not = found (required by /PKI/openssl-3.6.0/apps/openssl)<br>/PKI/openssl-3.6.0/a= pps/openssl: /lib/x86_64-linux-gnu/libcrypto.so.3: version `OPENSSL_3.6.0&#= 39; not found (required by /PKI/openssl-3.6.0/apps/openssl)<br>/PKI/openssl= -3.6.0/apps/openssl: /lib/x86_64-linux-gnu/libcrypto.so.3: version `OPENSSL= _3.4.0' not found (required by /PKI/openssl-3.6.0/apps/openssl)<br>/PKI= /openssl-3.6.0/apps/openssl: /lib/x86_64-linux-gnu/libcrypto.so.3: version = `OPENSSL_3.2.0' not found (required by /PKI/openssl-3.6.0/apps/openssl)= <br><br>How do I correct this and get my desired result?=C2=A0<br><div><br>= </div></div></div> <p></p> -- <br> You received this message because you are subscribed to the Google Groups &= quot;openssl-users" group.<br> To unsubscribe from this group and stop receiving emails from it, send an e= mail to <a href=3D"mailto:openssl-users+unsubscribe-MCmKBN63+BlAfugRpC6u6w@public.gmane.org" target=3D"= _blank">openssl-users+unsubscribe-MCmKBN63+BlAfugRpC6u6w@public.gmane.org</a>.<br> To view this discussion visit <a href=3D"https://groups.google.com/a/openss= l.org/d/msgid/openssl-users/CAPqvXLPc7dDaR3S05bmdSAaFJSZ0k5uSmCs0AY_juicFin= dorQ%40mail.gmail.com?utm_medium=3Demail&utm_source=3Dfooter" target=3D= "_blank">https://groups.google.com/a/openssl.org/d/msgid/openssl-users/CAPq= vXLPc7dDaR3S05bmdSAaFJSZ0k5uSmCs0AY_juicFindorQ%40mail.gmail.com</a>.<br> </blockquote></div> </blockquote></div> <p></p> -- <br /> You received this message because you are subscribed to the Google Groups &= quot;openssl-users" group.<br /> To unsubscribe from this group and stop receiving emails from it, send an e= mail to <a href=3D"mailto:openssl-users+unsubscribe-MCmKBN63+BlAfugRpC6u6w@public.gmane.org">openssl-us= [email protected]</a>.<br /> To view this discussion visit <a href=3D"https://groups.google.com/a/openss= l.org/d/msgid/openssl-users/CAPqvXLPnz0tHo3Ob5bGmyWbxzubre%2BaJ7tW3AU2yXvTf= B4fjcw%40mail.gmail.com?utm_medium=3Demail&utm_source=3Dfooter">https://gro= ups.google.com/a/openssl.org/d/msgid/openssl-users/CAPqvXLPnz0tHo3Ob5bGmyWb= xzubre%2BaJ7tW3AU2yXvTfB4fjcw%40mail.gmail.com</a>.<br /> --0000000000001906e30650ad32d2--