Skip to content

Instantly share code, notes, and snippets.

@dimitardanailov
Created September 23, 2015 09:18
Show Gist options
  • Save dimitardanailov/e12574f5788ad66f5b0f to your computer and use it in GitHub Desktop.
Save dimitardanailov/e12574f5788ad66f5b0f to your computer and use it in GitHub Desktop.

Issue:

* Starting ClamAV daemon clamd
LibClamAV Error: cli_load(): Can't open file /var/lib/clamav/lmd.user.ndb
LibClamAV Error: cli_loaddbdir(): error loading database /var/lib/clamav/lmd.user.ndb
ERROR: Can't open file or directory

Fix

# http://askubuntu.com/questions/676176/clamav-daemon-cant-open-lmd-user-ndb-wont-start
wget http://www.rfxn.com/downloads/maldetect-current.tar.gz
tar -xzvf maldetect-current.tar.gz
cd maldetect-1.5
./install.sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment