I have been running nginx on my Ubuntu 14.04.4 LTS server for more than one year without problems. However, since a few days nginx fails to load (access.log shows last connection from June, 13th 2016). The output of nginx -t shows the following error:
nginx: error while loading shared libraries: /usr/lib/x86_64-linux-gnu/libGeoIP.so.1: unsupported version 0 of Verneed record
I do not recall making any changes to the system. However, I have UnattendedUpgrades enabled. Removing and reinstalling nginx (apt-get remove nginx) does not fix the problem either. Does anyone know how I could go on with debugging?