Re: help finding a file

2021-05-21 Thread paul beard
They got built and installed after rebuilding both talloc and cython…talloc has no pkg-plist file which complicated matters. On Thu, May 20, 2021 at 7:37 PM Kubilay Kocak wrote: > On 20/05/2021 11:00 am, paul beard wrote: > > ldd /usr/local/bin/smbtorture | grep found > > > >

Re: help finding a file

2021-05-20 Thread Kubilay Kocak
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

Re: help finding a file

2021-05-20 Thread Thierry Thomas
Le jeu. 20 mai 21 à 3:00:19 +0200, paul beard écrivait : > 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

help finding a file

2021-05-20 Thread paul beard
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