| Message: 95421 |
 |
BY: Praveen Devarao (praveend) DATE: 2010-12-03 06:26 SUBJECT: RE: Blobs not being saved Hi Simon,
Once you have made the changes, issue the following commands from the directory where the driver files are available (ibm_db-2.5.5/ext)
$ruby extconf.rb
$make
Make sure you have the env variables IBM_DB_LIB and IBM_DB_INCLUDE set to sqllib/lib and sqllib/include respectively.
This will generate ibm_db.so file. Copy this file over to the lib (ibm_db-2.5.5/lib) directory and you are ready.
Thanks
Praveen | |