Forums | Admin

Discussion Forums: open-discussion

Start New Thread Start New Thread
Message: 57368
BY: Praveen Devarao (praveend)
DATE: 2008-06-10 07:17
SUBJECT: RE: undefined method `cattr_accessor'

 

Hi Qi,

Please do, require 'mswin32/ibm_db' and not require 'ibm_db'. The require statement that you have issued is for Linux and Unix platforms only. For windows platforms please use require 'mswin32/ibm_db'. This is because the .so file resides in \lib\mswin32 directory, which is not the case for other platforms where the .so file can be seen in the \lib\ directory itself.

Thank You
Praveen


Thread View

Thread Author Date
undefined method `cattr_accessor'Qi Zhang2008-06-10 07:02
      RE: undefined method `cattr_accessor'Qi Zhang2008-06-10 07:18
      RE: undefined method `cattr_accessor'Praveen Devarao2008-06-10 07:17
            RE: undefined method `cattr_accessor'Qi Zhang2008-06-10 07:19

Post a followup to this message