help finding a file
Kubilay Kocak
koobs at FreeBSD.org
Fri May 21 02:37:50 UTC 2021
On 20/05/2021 11:00 am, paul beard wrote:
> 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?
>
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
More information about the freebsd-python
mailing list