A better workaround solution to this problem is the systemd wpa_supplicant.service override. This is better than messing with broken packages and versions.
Here is my systemd override.conf (you can apply it with `systemctl edit wpa_supplicant`): [Service] Environment="LD_PRELOAD=/path_to_wpa_bundle_dir/libm.so.6" ExecStart= ExecStart=/path_to_wpa_bundle_dir/wpa_supplicant -u -s -O /run/wpa_supplicant <path_to_wpa_bundle_dir> is just a custom folder that consists of wpa_supplicant binary from package wpasupplicant_2.9-1ubuntu2_amd64.deb + libm-2.30.so from package libc6_2.30-0ubuntu2_amd64.deb and libm.so.6 which is a symlink to the libm-2.30.so in the same folder. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1827757 Title: PMF To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/wpa/+bug/1827757/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
