Created
January 12, 2010 17:23
-
-
Save jvanderhoof/275382 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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