Date: Fri, 21 May 2021 12:37:43 +1000 From: Kubilay Kocak <koobs@FreeBSD.org> To: paul beard <paulbeard@gmail.com>, python@freebsd.org Subject: Re: help finding a file Message-ID: <fb48423c-e021-5bd8-e8a7-86c6ae91b8aa@FreeBSD.org> In-Reply-To: <CAMtcK2qsZyPo9i5KgAz65AdfuCVkB%2BmPLrHZOP8GyCSQ6dXCVg@mail.gmail.com> References: <CAMtcK2qsZyPo9i5KgAz65AdfuCVkB%2BmPLrHZOP8GyCSQ6dXCVg@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?fb48423c-e021-5bd8-e8a7-86c6ae91b8aa>
