Comment 28 for bug 1998409

Revision history for this message
Dmitriy Gorbenko (dmitriy-gorbenko) wrote :

Just reproduced the same error:

$ chromium-browser

/bin/bash: /lib/x86_64-linux-gnu/libdl.so.2: unsupported version 0 of Verdef record
/bin/bash: error while loading shared libraries: /lib/x86_64-linux-gnu/libdl.so.2: unsupported version 0 of Verneed record
$

Going to collect more data by "apport-collect 1998409" and here is the output from "journalctl -r":

Dec 20 17:24:46 galago systemd[2329]: Started snap.chromium.chromium.da76285a-c22f-4a55-a383-c7d84e4759d2.scope.
Dec 20 17:24:34 galago wpa_supplicant[971]: wlp59s0: WPA: Group rekeying completed with e4:8d:8c:49:25:11 [GTK=CCMP]
Dec 20 17:24:11 galago CRON[3379539]: pam_unix(cron:session): session closed for user bazil
Dec 20 17:24:01 galago CRON[3379536]: pam_unix(cron:session): session closed for user bazil

as you can see, nothing interesting there. Btw, the Firefox stopped launching as well:

$ firefox
/bin/bash: /lib/x86_64-linux-gnu/libdl.so.2: unsupported version 0 of Verdef record
/bin/bash: error while loading shared libraries: /lib/x86_64-linux-gnu/libdl.so.2: unsupported version 0 of Verneed record
$

$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 22.04.1 LTS
Release: 22.04
Codename: jammy
$

What is going on, guys ?!