For: > Date: Sat, 02 Sep 2023 00:58:29 UTC > https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=273506 > > Bug ID: 273506 > Summary: main [so: 15] aarch64 kyua python use fails with: > "RuntimeError: OpenSSL 3.0's legacy provider failed to > load" > Product: Base System > Version: CURRENT > Hardware: Any > OS: Any > Status: New > Severity: Affects Only Me > Priority: --- > Component: arm > Assignee: freebsd-...@freebsd.org > Reporter: marklmi26-f...@yahoo.com
Turns out that internally dlerror is reporting: "/usr/lib/ossl-modules/legacy.so: Undefined symbol \"MD4_Update\"", '\000' <repeats 449 times> (as shown via a gdb session printing the string). See: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=273506#c3 where I finally got to that information. === Mark Millard marklmi at yahoo.com