in reply to Re^3: Problem Compiling under Solaris using DBI and DBD::DB2
in thread Problem Compiling under Solaris using DBI and DBD::DB2

Hi, Thanks again for your quick reply!

I ran that gcc line and I indeed got an error.

ld: fatal: file /home/db2inst1/sqllib/lib/libdb2.so: wrong ELF class: +ELFCLASS64

After researching that a bit, i beleive i'm using the wrong version of the DB2 client (64 bits). I checked my perl version and it looks 32 bits, so i'll install DB2 (32 bits) and then i'll give you all some feedback on how it went.