Hi,

I was trying to install PERL in Linux OS.
I was successful in installing the DBI module.
But on installing the DBD module, i am facing the following errors
on the issuance of make command.

In file included from DB2.xs:7:
DB2.h:18:67: DBIXS.h: No such file or directory
In file included from DB2.h:22,
                 from DB2.xs:7:
dbdimp.h:15: error: syntax error before "dbih_drc_t"
dbdimp.h:15: warning: no semicolon at end of struct or union
dbdimp.h:18: error: syntax error before '*' token
dbdimp.h:18: warning: data definition has no type or storage class
dbdimp.h:19: error: syntax error before '}' token
dbdimp.h:23: error: syntax error before "dbih_dbc_t"
dbdimp.h:23: warning: no semicolon at end of struct or union
dbdimp.h:27: error: syntax error before '}' token
dbdimp.h:32: error: syntax error before "dbih_stc_t"
dbdimp.h:32: warning: no semicolon at end of struct or union
dbdimp.h:39: error: syntax error before '*' token
dbdimp.h:39: warning: data definition has no type or storage class
dbdimp.h:55: error: syntax error before '}' token
dbdimp.h:60: error: syntax error before "imp_sth_t"
dbdimp.h:60: warning: no semicolon at end of struct or union
dbdimp.h:77: error: syntax error before '}' token
dbdimp.h:83: error: syntax error before "SV"

These are just some of the errors the errors in DB2.c,DB2.xs and DB2.h files.

I have installed the DB2 client in this machine and have run the
export DB2_HOME command.

Can anyone help me in this?

Regards,
Vineet.

Reply via email to