help finding a file

paul beard paulbeard at gmail.com
Thu May 20 01:00:32 UTC 2021


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/


More information about the freebsd-python mailing list