Skip to content

Instantly share code, notes, and snippets.

@juanhuttemann
Last active June 22, 2018 17:00
Show Gist options
  • Save juanhuttemann/10fec7360619c1884e875f0d992eaa8e to your computer and use it in GitHub Desktop.
Save juanhuttemann/10fec7360619c1884e875f0d992eaa8e to your computer and use it in GitHub Desktop.
Install Free TDS for tiny_tds gem Ubuntu
wget https://sources.voidlinux.eu/freetds-1.00.23/freetds-1.00.23.tar.gz
or https://distfiles.macports.org/freetds/freetds-1.00.23.tar.bz2
tar -zxvf freetds-1.00.23.tar.gz
or tar -jxvf
Then
cd freetds-1.00.23/
./configure
make
sudo make install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment