Skip to content

Instantly share code, notes, and snippets.

@troelskn
Created March 27, 2014 11:57
Show Gist options
  • Save troelskn/9805991 to your computer and use it in GitHub Desktop.
Save troelskn/9805991 to your computer and use it in GitHub Desktop.
Installing sphinxsearch 2.1.4 on Ubuntu 13.10
# Install dependencies manually
apt-get install odbcinst1debian2 libodbc1 unixodbc libpq5
# Fetch deb package
mkdir -p /usr/local/build ; cd /usr/local/build && [-f sphinxsearch_2.1.4-release-0ubuntu11~precise_amd64.deb ] || wget http://sphinxsearch.com/files/sphinxsearch_2.1.4-release-0ubuntu11~precise_amd64.deb
# Install package
dpkg --install /usr/local/build/sphinxsearch_2.1.4-release-0ubuntu11~precise_amd64.deb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment