문제

I am working on an Ubuntu v12.04 machine with IBM DB2 v10.1 Enterprise edition on it. The DB2 installation directory is located at:

/opt/ibm/db2/V10.1/

But under the include/ directory there is only the following file:

ls /opt/ibm/db2/V10.1/include/
asn.h

Where are the rest of the C headers located? Do I need to install some additional package? I have already installed the Client Package provided with the IBM DB2 installer.

Thank you

도움이 되었습니까?

해결책

You should have selected the Application Development Tools package during the server installation -- they are not installed by default. You can rerun the server installation or install the IBM Data Server Client (http://www-01.ibm.com/support/docview.wss?uid=swg27016878).

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top