| Message: 98154 |
 |
BY: Jason E (jgervin) DATE: 2012-07-30 14:54 SUBJECT: RE: step by step guide I have downloaded un unzipped the odbc/cli and set directory as per instructions.
export LD_LIBRARY_PATH=/blah/work/dsdriver/odbc_cli_driver/clidriver/
export IBM_DB_HOME=/blah/work/dsdriver/odbc_cli_driver/clidriver/
BUT when I run gem install ibm_db I get the following
Follow the steps below and retry
Step 1: - Install IBM DB2 Universal Database Server/Client
step 2: - Set the environment variable IBM_DB_HOME as below
(assuming bash shell)
export IBM_DB_HOME=<DB2/IBM_Data_Server_Driver installation directory> #(Eg: export IBM_DB_HOME=/opt/ibm/db2/v10)
step 3: - Retry gem install | |