On Thu, 6 Feb 2020, Hisashi T Fujinaka wrote:> Built and passed tests on NetBSD-9_RC2 on amd64 and on NetBSD-current on > amd64. Issues with MacOS Catalina: > configure: error: *** working libcrypto not found, check config.logAFAIK MacOS no longer includes libcrypto or headers in the base operating system, so you'll either need to compile them yourself or install them via macports/brew/etc. -d
On Fri, 7 Feb 2020, Damien Miller wrote:> On Thu, 6 Feb 2020, Hisashi T Fujinaka wrote: > >> Built and passed tests on NetBSD-9_RC2 on amd64 and on NetBSD-current on >> amd64. Issues with MacOS Catalina: >> configure: error: *** working libcrypto not found, check config.log > > AFAIK MacOS no longer includes libcrypto or headers in the base operating > system, so you'll either need to compile them yourself or install them > via macports/brew/etc.I tried using the libcrypto from fink and I got: test reexec fallback ssh cat /Users/htodd/openssh/regress/data failed cmp: EOF on /Users/htodd/openssh/regress/copy corrupted copy failed reexec tests make[1]: *** [t-exec] Error 1 make: *** [t-exec] Error 2 -- Hisashi T Fujinaka - htodd at twofifty.com BSEE + BSChem + BAEnglish + MSCS + $2.50 = coffee
You should use Macports (that's what I do) or Brew. Regards, Uri Sent from my iPhone> On Feb 6, 2020, at 23:07, Hisashi T Fujinaka <htodd at twofifty.com> wrote: > > ?On Fri, 7 Feb 2020, Damien Miller wrote: > >>> On Thu, 6 Feb 2020, Hisashi T Fujinaka wrote: >>> >>> Built and passed tests on NetBSD-9_RC2 on amd64 and on NetBSD-current on >>> amd64. Issues with MacOS Catalina: >>> configure: error: *** working libcrypto not found, check config.log >> >> AFAIK MacOS no longer includes libcrypto or headers in the base operating >> system, so you'll either need to compile them yourself or install them >> via macports/brew/etc. > > I tried using the libcrypto from fink and I got: > > test reexec fallback > ssh cat /Users/htodd/openssh/regress/data failed > cmp: EOF on /Users/htodd/openssh/regress/copy > corrupted copy > failed reexec tests > make[1]: *** [t-exec] Error 1 > make: *** [t-exec] Error 2 > > -- > Hisashi T Fujinaka - htodd at twofifty.com > BSEE + BSChem + BAEnglish + MSCS + $2.50 = coffee > _______________________________________________ > openssh-unix-dev mailing list > openssh-unix-dev at mindrot.org > https://lists.mindrot.org/mailman/listinfo/openssh-unix-dev-------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/pkcs7-signature Size: 5874 bytes Desc: not available URL: <http://lists.mindrot.org/pipermail/openssh-unix-dev/attachments/20200207/6cbfd79c/attachment.p7s>
On Fri, 7 Feb 2020 at 15:09, Hisashi T Fujinaka <htodd at twofifty.com> wrote:> > On Fri, 7 Feb 2020, Damien Miller wrote: > > > On Thu, 6 Feb 2020, Hisashi T Fujinaka wrote: > > > >> Built and passed tests on NetBSD-9_RC2 on amd64 and on NetBSD-current on > >> amd64. Issues with MacOS Catalina: > >> configure: error: *** working libcrypto not found, check config.log > > > > AFAIK MacOS no longer includes libcrypto or headers in the base operating > > system, so you'll either need to compile them yourself or install them > > via macports/brew/etc. > > I tried using the libcrypto from fink and I got: > > test reexec fallback > ssh cat /Users/htodd/openssh/regress/data failed > cmp: EOF on /Users/htodd/openssh/regress/copy > corrupted copy > failed reexec tests > make[1]: *** [t-exec] Error 1 > make: *** [t-exec] Error 2There should be files named failed-ssh.log and failed-sshd.log in the regress directory which might give some clues about what went wrong. -- Darren Tucker (dtucker at dtucker.net) GPG key 11EAA6FA / A86E 3E07 5B19 5880 E860 37F4 9357 ECEF 11EA A6FA (new) Good judgement comes with experience. Unfortunately, the experience usually comes from bad judgement.
On Thu, 6 Feb 2020, Hisashi T Fujinaka wrote:> On Fri, 7 Feb 2020, Damien Miller wrote: > > > On Thu, 6 Feb 2020, Hisashi T Fujinaka wrote: > > > > > Built and passed tests on NetBSD-9_RC2 on amd64 and on NetBSD-current on > > > amd64. Issues with MacOS Catalina: > > > configure: error: *** working libcrypto not found, check config.log > > > > AFAIK MacOS no longer includes libcrypto or headers in the base operating > > system, so you'll either need to compile them yourself or install them > > via macports/brew/etc. > > I tried using the libcrypto from fink and I got: > > test reexec fallback > ssh cat /Users/htodd/openssh/regress/data failed > cmp: EOF on /Users/htodd/openssh/regress/copy > corrupted copy > failed reexec tests > make[1]: *** [t-exec] Error 1 > make: *** [t-exec] Error 2There might be some additional details in regress/failed-sshd.log (and possible regress/failed-ssh.log). -d