> > Hi, > > I am trying to install the DB2 DBD driver to write Perl scripts for > querying a DB2 database. I was able to build the DBI and the > test.pl was > successful. But when I tried to compile the driver I got this message: > > Constants.xs:16:20: sqlcli.h: No such file or directory > Constants.xs:16:20: sqlcli1.h: No such file or directory > Constants.xs:16:20: sqlext.h: No such file or directory > make[1]: *** [Constants.o] Error 1 > > Can you please let me know where I can download these .h files from?
You need the DB2 client libraries, I assume. > > Thanks in advance > > Carlos Calderon > IBM Pervasive Computing ^^^^ I would think you know where/how to get them ;) Regards, Jeff
