Bug#995308: libcrypt1: symlink points to libpthread

2021-09-30 Thread shichimohedron
On Thursday, September 30th, 2021 at 12:08 PM, Aurelien Jarno wrote: > It could be that this libpthread.so.1 file is actually a copy of an old > > libcrypt.so.1. It's something you can check with: > > readelf --dynamic /lib/x86_64-linux-gnu/libpthread.so.1 | grep SONAME And it actually is: ~

Bug#995308: libcrypt1: symlink points to libpthread

2021-09-30 Thread shichimohedron
>Can you please try to call /usr/sbin/ldconfig.old to check if the wrong link is recreated? That's needed to confirm if ldconfig is the culprit here. >Can you confirm it's libpthread.so.1 and not libpthread.so.0? If so can you please tell how did you install that file? Here is a shell log, literal

Bug#995308: libcrypt1: symlink points to libpthread

2021-09-29 Thread shichimohedron
>Is this about libcrypto.so.1 or libcrypt.so.1? This is about libcrypt.so.1. Sorry for mistyping the filename. >Does it still happen after something like this? > mv /usr/sbin/ldconfig /usr/sbin/ldconfig.old > cp -a /bin/true /usr/sbin/ldconfig > dpkg -i .../libcrypt1_*.deb I tried this out, and