Bug#1060233: libc6: Missing libdl.so

2024-01-08 Thread Paul Szabo
Dear Aurelien, Thanks for the help. Please close this bug report. Thanks, Paul -- Paul Szabo p...@maths.usyd.edu.au www.maths.usyd.edu.au/u/psz School of Mathematics and Statistics University of SydneyAustralia Join the Union and fight for a better University: www.nteu.au/join

Bug#1060233: libc6: Missing libdl.so

2024-01-08 Thread Aurelien Jarno
On 2024-01-08 12:24, Paul Szabo wrote: > Dear Aurelien, > > > Starting with glibc 2.34, libdl is an empty library. Therefore only a > > libdl.a is provided to support linking with -ldl. > > At bullseye, I explicitly needed to use libdl e.g. with constructs like > > export LD_LIBRARY_PATH=/some

Bug#1060233: libc6: Missing libdl.so

2024-01-07 Thread Paul Szabo
Dear Aurelien, > Starting with glibc 2.34, libdl is an empty library. Therefore only a > libdl.a is provided to support linking with -ldl. At bullseye, I explicitly needed to use libdl e.g. with constructs like export LD_LIBRARY_PATH=/somewhere export LD_PRELOAD='libdl.so gconf_client_get_st

Bug#1060233: libc6: Missing libdl.so

2024-01-07 Thread Aurelien Jarno
Hi, On 2024-01-08 10:39, Paul Szabo wrote: > Package: libc6 > Version: 2.36-9+deb12u3 > Severity: normal > > At bookworm, libdl.so is missing. The file > /usr/lib/x86_64-linux-gnu/libdl.so.2 > is provided, but there is no symlink > .../libdl.so -> .../libdl.so.2 > > Easily corrected with com

Bug#1060233: libc6: Missing libdl.so

2024-01-07 Thread Paul Szabo
Package: libc6 Version: 2.36-9+deb12u3 Severity: normal At bookworm, libdl.so is missing. The file /usr/lib/x86_64-linux-gnu/libdl.so.2 is provided, but there is no symlink .../libdl.so -> .../libdl.so.2 Easily corrected with command: ln -s libdl.so.2 /usr/lib/x86_64-linux-gnu/libdl.so At