Personal tools
You are here: Home Docs Error fixes aspell error when installing DataparkSearch (ubuntu/debian)

aspell error when installing DataparkSearch (ubuntu/debian)

If you're getting an error like this when trying to install DataparkSearch on Ubuntu or Debain

checking for aspell... yes 
checking for new_aspell_config in -laspell... no 
checking for new_aspell_config in -laspell... (cached) no 
configure: error: Unable to find working aspell library

You need to install libaspell-dev by running the following command

apt-get install libaspell-dev
Document Actions