Date: Tue, 7 Nov 2023 13:51:38 -0500 From: Paul Procacci <pprocacci@gmail.com> To: iio7@tutanota.com Cc: Freebsd Questions <freebsd-questions@freebsd.org> Subject: Re: Openssl errors on FreeBSD Message-ID: <CAFbbPuhwZwHJ1FKyNdexL9RkgQFkbP1f_a%2BR5SiGvOVuptwdxA@mail.gmail.com> In-Reply-To: <Nif3VV0--J-9@tutanota.com> References: <NiX8klV--3-9@tutanota.com> <26aa343c-e979-47d9-876a-40898c42242b@sentex.net> <NidPljq--3-9@tutanota.com> <9621db26-f97a-40ee-b1fe-6447c0175ddc@sentex.net> <Nif3VV0--J-9@tutanota.com>
next in thread | previous in thread | raw e-mail | index | archive | help
--0000000000009e825f0609947674 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable On Tue, Nov 7, 2023 at 1:36=E2=80=AFPM <iio7@tutanota.com> wrote: > > > > Yes, but what about > > > > ldd curl > > > > ? What does it show > > > Sorry, forgot ldd. > > $ ldd /usr/local/bin/curl > /usr/local/bin/curl: > libcurl.so.4 =3D> /usr/local/lib/libcurl.so.4 (0x1fc15c2cd000) > libz.so.6 =3D> /lib/libz.so.6 (0x1fc15d337000) > libkrb5.so.11 =3D> /usr/lib/libkrb5.so.11 (0x1fc15ddbf000) > libgssapi.so.10 =3D> /usr/lib/libgssapi.so.10 (0x1fc15ec46000) > libgssapi_krb5.so.10 =3D> /usr/lib/libgssapi_krb5.so.10 > (0x1fc15fc91000) > libthr.so.3 =3D> /lib/libthr.so.3 (0x1fc15f095000) > libc.so.7 =3D> /lib/libc.so.7 (0x1fc15fed8000) > libnghttp2.so.14 =3D> /usr/local/lib/libnghttp2.so.14 > (0x1fc160f02000) > libssh2.so.1 =3D> /usr/local/lib/libssh2.so.1 (0x1fc1624ba000) > libpsl.so.5 =3D> /usr/local/lib/libpsl.so.5 (0x1fc161dcc000) > libssl.so.111 =3D> /usr/lib/libssl.so.111 (0x1fc163cab000) > libheimntlm.so.11 =3D> /usr/lib/libheimntlm.so.11 (0x1fc162630000= ) > libhx509.so.11 =3D> /usr/lib/libhx509.so.11 (0x1fc162acc000) > libcom_err.so.5 =3D> /usr/lib/libcom_err.so.5 (0x1fc162f7d000) > libcrypto.so.111 =3D> /lib/libcrypto.so.111 (0x1fc165235000) > libasn1.so.11 =3D> /usr/lib/libasn1.so.11 (0x1fc163e69000) > libwind.so.11 =3D> /usr/lib/libwind.so.11 (0x1fc1649eb000) > libheimbase.so.11 =3D> /usr/lib/libheimbase.so.11 (0x1fc166551000= ) > libroken.so.11 =3D> /usr/lib/libroken.so.11 (0x1fc16573f000) > libcrypt.so.5 =3D> /lib/libcrypt.so.5 (0x1fc167452000) > libprivateheimipcc.so.11 =3D> /usr/lib/libprivateheimipcc.so.11 > (0x1fc16877f000) > libidn2.so.0 =3D> /usr/local/lib/libidn2.so.0 (0x1fc1683b6000) > libunistring.so.5 =3D> /usr/local/lib/libunistring.so.5 > (0x1fc1695eb000) > [vdso] (0x7ffffffff000) > > > And I am guessing you have nothing in /etc/libmap* > > > $ ls /etc/libmap* > /etc/libmap.conf > > $ cat /etc/libmap.conf > # $FreeBSD$ > includedir /usr/local/etc/libmap.d > > $ ls /usr/local/etc/libmap.d > ls: /usr/local/etc/libmap.d: No such file or directory > > Is the time correct on your machine? The problem with this specific error is that it can be caused by anything from the source machine to the destination machine. No one is going to have a silver bullet. It can be anything from a bad switch port, to offloading features of the nic, to a TLS Proxy is sorts sitting in between machines, etc. ~Paul --=20 __________________ :(){ :|:& };: --0000000000009e825f0609947674 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable <div dir=3D"ltr"><div><div dir=3D"ltr"><br></div><br><div class=3D"gmail_qu= ote"><div dir=3D"ltr" class=3D"gmail_attr">On Tue, Nov 7, 2023 at 1:36=E2= =80=AFPM <<a href=3D"mailto:iio7@tutanota.com">iio7@tutanota.com</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"><br> <br> > Yes, but what about<br> ><br> > ldd curl<br> ><br> > ? What does it show<br> ><br> Sorry, forgot ldd.<br> <br> $ ldd /usr/local/bin/curl<br> /usr/local/bin/curl:<br> =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 libcurl.so.4 =3D> /usr/local/= lib/libcurl.so.4 (0x1fc15c2cd000)<br> =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 libz.so.6 =3D> /lib/libz.so.6= (0x1fc15d337000)<br> =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 libkrb5.so.11 =3D> /usr/lib/l= ibkrb5.so.11 (0x1fc15ddbf000)<br> =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 libgssapi.so.10 =3D> /usr/lib= /libgssapi.so.10 (0x1fc15ec46000)<br> =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 libgssapi_krb5.so.10 =3D> /us= r/lib/libgssapi_krb5.so.10 (0x1fc15fc91000)<br> =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 libthr.so.3 =3D> /lib/libthr.= so.3 (0x1fc15f095000)<br> =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 libc.so.7 =3D> /lib/libc.so.7= (0x1fc15fed8000)<br> =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 libnghttp2.so.14 =3D> /usr/lo= cal/lib/libnghttp2.so.14 (0x1fc160f02000)<br> =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 libssh2.so.1 =3D> /usr/local/= lib/libssh2.so.1 (0x1fc1624ba000)<br> =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 libpsl.so.5 =3D> /usr/local/l= ib/libpsl.so.5 (0x1fc161dcc000)<br> =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 libssl.so.111 =3D> /usr/lib/l= ibssl.so.111 (0x1fc163cab000)<br> =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 libheimntlm.so.11 =3D> /usr/l= ib/libheimntlm.so.11 (0x1fc162630000)<br> =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 libhx509.so.11 =3D> /usr/lib/= libhx509.so.11 (0x1fc162acc000)<br> =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 libcom_err.so.5 =3D> /usr/lib= /libcom_err.so.5 (0x1fc162f7d000)<br> =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 libcrypto.so.111 =3D> /lib/li= bcrypto.so.111 (0x1fc165235000)<br> =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 libasn1.so.11 =3D> /usr/lib/l= ibasn1.so.11 (0x1fc163e69000)<br> =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 libwind.so.11 =3D> /usr/lib/l= ibwind.so.11 (0x1fc1649eb000)<br> =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 libheimbase.so.11 =3D> /usr/l= ib/libheimbase.so.11 (0x1fc166551000)<br> =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 libroken.so.11 =3D> /usr/lib/= libroken.so.11 (0x1fc16573f000)<br> =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 libcrypt.so.5 =3D> /lib/libcr= ypt.so.5 (0x1fc167452000)<br> =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 libprivateheimipcc.so.11 =3D>= /usr/lib/libprivateheimipcc.so.11 (0x1fc16877f000)<br> =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 libidn2.so.0 =3D> /usr/local/= lib/libidn2.so.0 (0x1fc1683b6000)<br> =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 libunistring.so.5 =3D> /usr/l= ocal/lib/libunistring.so.5 (0x1fc1695eb000)<br> =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 [vdso] (0x7ffffffff000)<br> <br> > And I am guessing you have nothing in /etc/libmap*<br> ><br> $ ls /etc/libmap*<br> /etc/libmap.conf<br> <br> $ cat /etc/libmap.conf=C2=A0<br> # $FreeBSD$<br> includedir /usr/local/etc/libmap.d<br> <br> $ ls /usr/local/etc/libmap.d<br> ls: /usr/local/etc/libmap.d: No such file or directory<br> <br> </blockquote></div><br clear=3D"all"></div><div>Is the time correct on your= machine?</div><div><br></div><div>The problem with this specific error is = that it can be caused by anything from the source machine to the destinatio= n machine.</div><div>No one is going to have a silver bullet.=C2=A0 It can = be anything from a bad switch port, to offloading features of the nic, to a= TLS Proxy is sorts sitting in between machines, etc.<br><br></div><div>~Pa= ul<br></div><div><span class=3D"gmail_signature_prefix">-- </span><br><div = dir=3D"ltr" class=3D"gmail_signature">__________________<br><br>:(){ :|:&am= p; };:</div></div></div> --0000000000009e825f0609947674--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAFbbPuhwZwHJ1FKyNdexL9RkgQFkbP1f_a%2BR5SiGvOVuptwdxA>