Skip to content

Instantly share code, notes, and snippets.

@jackvial
Created July 20, 2014 19:01
Show Gist options
  • Star 4 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jackvial/2bbddd6d8c3d1b2a09c2 to your computer and use it in GitHub Desktop.
Save jackvial/2bbddd6d8c3d1b2a09c2 to your computer and use it in GitHub Desktop.
Install ODBC for PHP, Apache on Ubuntu 14.04
$ sudo apt-get install freetds-bin freetds-common tdsodbc odbcinst php5-odbc unixodbc
$ sudo mv /etc/odbcinst.ini /etc/odbcinst.ini.bak
$ sudo find / -name odbcinst.ini
$ sudo cp /usr/share/tdsodbc/odbcinst.ini /etc/
$ sudo service apache2 restart
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment