Thread

Posted on Tue Oct 31 19:14:14 2006 by gord
TROUBLE MAKING DBD::DB2 0.9a
on AIX (v 4.3.3) with DB2 v 7.2 I'm trying to 'make' and install DBD-DB2-09a after successfully creating Makefile the make fails with the following... "dbdimp.c", line 1250.28: 1506-045 (S) Undeclared identifier SQL_DATABASE_CODEPAGE. "dbdimp.c", line 1284.28: 1506-045 (S) Undeclared identifier SQL_APPLICATION_CODEPAGE. make: The error code from the last command is 1. how do I get around this....??? any help geatly appreciated..
Direct Responses: 3935 | Write a response
Posted on Sat Dec 30 21:58:04 2006 by mlaris in response to 3398
Re: TROUBLE MAKING DBD::DB2 0.9a
I had the same problem. I corrected it by installing Fixpak 14 (DB2 8.1). The missing definitions are in sqllib/include/sqlcli1.h after the fixpak is installed. I do not know what v7 fixpak is needed. Try applying the latest v7 fixpak and then try building again.

Mike Laris
Summit Research, Inc.
mlaris@sumx.com
Write a response