Date: Wed, 19 May 2021 18:00:19 -0700 From: paul beard <paulbeard@gmail.com> To: python@freebsd.org Subject: help finding a file Message-ID: <CAMtcK2qsZyPo9i5KgAz65AdfuCVkB%2BmPLrHZOP8GyCSQ6dXCVg@mail.gmail.com>
next in thread | raw e-mail | index | archive | help
ldd /usr/local/bin/smbtorture | grep found
libpytalloc-util.cpython-38.so.2 => not found (0)
libpytalloc-util.cpython-38.so.2 => not found (0)
libpytalloc-util.cpython-38.so.2 => not found (0)
find . -name pkg-plist -exec grep libpytalloc-util.cpython-38.so {} \;
This similarly named file is installed by python3.8 but I don't see it
listed in pkg-plist.
/usr/local/lib/python3.8/lib-dynload/readline.cpython-38.so was installed
by package python38-3.8.10
Any ideas?
--
Paul Beard / www.paulbeard.org/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAMtcK2qsZyPo9i5KgAz65AdfuCVkB%2BmPLrHZOP8GyCSQ6dXCVg>
