After installing CDP agent on a debian server, I started getting following error while I tried installing kernel modules using r1soft-cki . Error is as follows: relocation error: /lib/libnss_files.so.2: symbol \__rawmemchr, version GLIBC_2.2.5 \ not defined in file libc.so.6 with link time reference Cause: This is caused by a GLIBC version mis-match. The version of […]
Fix a “E: The method driver /usr/lib/apt/methods/http could not be found.” error
Following is an error encountered on Ubuntu 12.04 LTS $ sudo apt-get update E: The method driver /usr/lib/apt/methods/http could not be found. This can be easily fixed by installing apt-transport-https as follows. sudo apt-get install apt-transport-https