How check the architecture of bfagent
2 answers
On *ix one can use the file command to discern what type a file might be.
e.g.:
in a directory php32 of IBM DB2 Client
file pdo_ibm_5.3.6_nts.so
pdo_ibm_5.3.6_nts.so: ELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), dynamically linked, not stripped
in directory php64 of IBM DB2 Client
file pdo_ibm_5.3.6_nts.so
pdo_ibm_5.3.6_nts.so: ELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, not stripped