| Message: 95050 |
 |
BY: Praveen Devarao (praveend) DATE: 2010-10-18 12:43 SUBJECT: RE: ibm_db install fails with ruby 1.9.2 David,
Download the gem on to your local drive and issue gem install pointing to the downloaded gem. You should be able to successfully install the gem
Eg:
1) Download the gem from http://rubyforge.org/frs/download.php/71668/ibm_db-2.5.5-mswin32-rb191.gem to location say C:\downloads
2) C:\> cd C:\downloads
3) C:\downloads> gem install ibm_db-2.5.5-mswin32-rb191.gem
Let me know if you are still facing difficulty.
Thanks
Praveen | |