Na update van mijn Ubuntu 18.04 werkte Nordvpn niet meer. De prima helpdesk meldde:
From the log file you have provided, we can see that your Linux distribution is using an older version of the GLIBC library than is required by the NordVPN application, therefore, you are not able to use the application.
AGENT (Randolph): For now, please run these commands in order to install a previous version of our NordVPN application:
sudo apt autoremove nordvpn
sudo apt install nordvpn=3.14.2
Dit werkt.
$ ldd --version
ldd (Ubuntu GLIBC 2.27-3ubuntu1.6) 2.27
Is er een mogelijkheid die GLIBC library te updaten zodat ik de nieuwste versie van Nordvpn kan draaien?