I installed db2 express trial edition on redhat 8 and
would like to use python to access it. I ran 'python
setup.v81.py
The first two errors I got were:
_db2_module.c:99:21: sqlcli1.h: No such file or directory
_db2_module.c:100:20: sqlenv.h: No such file or directory
I searched my machine for the files and they are not
anywhere. How do I get these files?
Logged In: NO
never mind, i had to install them from the development tools
Logged In: NO
Those files will be in the /include folder of your DB2
driver installation. On Windows, that will be something
like this:
C:\Program Files\IBM\SQLLIB\include
I don't know about RH installs.