On 20/05/2021 11:00 am, paul beard wrote:
ldd /usr/local/bin/smbtorture | grep foundlibpytalloc-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?
From samba ports: %%SAMBA4_BUNDLED_TALLOC%%%%SAMBA4_PYTHON%%lib/samba4/private/libpytalloc-util%%PYTHON_EXT_SUFFIX%%.so.2 via the SAMBA4_BUNDLED_TALLOC variable, which defaults to no: https://github.com/freebsd/freebsd-ports/blob/main/net/samba412/Makefile#L167 _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-python To unsubscribe, send any mail to "[email protected]"
