Re: Looking for sqlcli.h

2012-03-17 Thread Christian Stalp
Before I forget, if any other newbie face the same problem, the source for building the db2 driver is here: http://www-01.ibm.com/support/docview.wss?uid=swg21385217 its inside the IBM Data Server Driver Package (DS Driver)​ I think it should be inside the IBM Data Server Driver for ODBC and CLI (

Looking for sqlcli.h

2012-03-07 Thread Christian Stalp
Hello out there, Im trying to build a DBI driver for DB2. I followed this site: http://www-01.ibm.com/support/docview.wss?rs=71&uid=swg21297335 As well as setting the envarc DB2_HOME ... But if I envoke make I get this error: sqlcli.h: No such file or directory. Where can I get it? Thank you /ch