Skip to content

Instantly share code, notes, and snippets.

View meet-bhagdev's full-sized avatar

Meet Bhagdev meet-bhagdev

  • Amazon Web Services (AWS)
  • Seatte, WA
View GitHub Profile
@meet-bhagdev
meet-bhagdev / installodbc.sh
Created May 22, 2017 21:03
Script to install ODBC Drivers
#!/bin/bash
sudo add-apt-repository ppa:ubuntu-toolchain-r/test
sudo apt-get update
sudo -i export CPPFLAGS="-DSIZEOF_LONG_INT=8"
sudo apt-get -y install gcc-5 g++-5
sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-5 60 --slave /usr/bin/g++ g++ /usr/bin/g++-5
cd ~
echo "Configuring the unixODBC 2.3.1 Driver Manager"