| Message: 63432 |
 |
BY: Praveen Devarao (praveend) DATE: 2008-12-28 05:17 SUBJECT: RE: Installing ibm_db gem Hi Jorg,
I am wrong. You are doing a gem install itself and not building the driver manually.
From the log that you have pasted we can make out that the IBM_DB_INCLUDE setting is not recognised by the extconf.rb file. I guess you are doing a sudo gem install ibm_db. If yes, please set the environment variables IBM_DB_INCLUDE and IBM_DB_LIB in your root account [sudo -s] and then try to install. This should work.
Thanks
Praveen | |