Skip to content

Instantly share code, notes, and snippets.

@jvanderhoof
Created January 12, 2010 17:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jvanderhoof/275382 to your computer and use it in GitHub Desktop.
Save jvanderhoof/275382 to your computer and use it in GitHub Desktop.
Setup steps for installing FreeTDS on Ubuntu 9.04
sudo apt-get install unixodbc unixodbc-dev tdsodbc freetds-dev libodbc-ruby1.8
sudo gem install dbi dbd-odbc --no-ri --no-rdoc
sudo apt-get install -y sqsh
export ODBCINI=/etc/odbc.ini
export ODBCSYSINI=/etc
export FREETDSCONF=/etc/freetds/freetds.conf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment