How to install and configure DB2 32 bit client drivers for Build Forge
![](http://jazz.net/_images/myphoto/7322f77a3d3d89e0cd0be4ca58889cdd.jpg)
The system is :
x86_64 x86_64 GNU/Linux
I have tried but I receive and error
"
User Response:
Install DB2 using the DB2 install image that corresponds
with the current platform 'Linux/x86-64' "
I just find 32 or 64 , not x86-64.
This is the last step missing for completing my DB2 Setup for BF.
Please help.
Thanks
One answer
![](http://jazz.net/_images/myphoto/7322f77a3d3d89e0cd0be4ca58889cdd.jpg)
yum install libaio.i686 pam.i686You can also use "ldd" to identify the missing 32 bit libraries and install them.
Comments
![](http://jazz.net/_images/myphoto/7322f77a3d3d89e0cd0be4ca58889cdd.jpg)
Thanks.
It opened the installation wizard.
However it finishes so quickly that I'm not sure if it really installed the Client.
Is there a way to verify if the correct libraries were installed?
![](http://jazz.net/_images/myphoto/7322f77a3d3d89e0cd0be4ca58889cdd.jpg)
In response file:
Generated response file used by the DB2 Setup wizard
generation time: 7/15/16 8:11 PM
-----------------------------------------------------
Product Installation
LIC_AGREEMENT = ACCEPT
PROD = CLIENT
FILE = /appsdata/ibm/db2/V9.7
INSTALL_TYPE = TYPICAL
-----------------------------------------------
Installed Languages
*-----------------------------------------------
LANG = EN
![](http://jazz.net/_images/myphoto/0227396f4efb17d0baa0c12dd70df878.jpg)
Not quite sure what you mean "so quickly". Did you get to this screen at all?
I tried with v10.1 but it should not be much different. You can see the installation path there. In your case, I suppose you opted for /appsdata/ibm/db2/V9.7, right? You should also get a "post-install steps" screen at the end of the installation.
![](http://jazz.net/_images/myphoto/7322f77a3d3d89e0cd0be4ca58889cdd.jpg)
No, I didn't see any screen at all. So I guess it didn't install the libaries. Installation begins but all suddendly "finishes" without any message.
![](http://jazz.net/_images/myphoto/0227396f4efb17d0baa0c12dd70df878.jpg)
Have you checked the content under "/appsdata/ibm/db2/V9.7"? If it's empty (not installed), you can try the command "db2setup -r <response file>", then check the log file for any errors.