On Tue, Feb 4, 2020 at 6:57 AM Jeffrey Walton <[email protected]> wrote: > > Hi Everyone, > > libtasn1 4.16.0 is failing most self tests on NetBSD 8.1. The log file > says the test runner can't find libtasn1.so.12: > > Shared object "libtasn1.so.12" not found > > For the case of NetBSD, you have to use the full path to the library: > > export LD_LIBRARY_PATH="$PWD/lib/.libs:$LD_LIBRARY_PATH" > make check V=1
Hi, Is there something new with this release or is it in the previous release as well? To be honest autotools handle all that stuff, so I wouldn't even know where to start fixing it. Do you have some suggestion, or can send some MR? regards, Nikos
