Created
December 14, 2015 08:54
-
-
Save katmutua/0b3912f2f2046ffcacae to your computer and use it in GitHub Desktop.
Specify path
This file contains hidden or 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
| $ sudo -s | |
| $ export IBM_DB_INCLUDE=/Users/acangiano/sqllib/include | |
| $ export IBM_DB_LIB=/Users/acangiano/sqllib/lib32 | |
| $ export ARCHFLAGS="-arch i386" | |
| $ gem update --system | |
| $ gem install ibm_db | |
| $ exit |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment