On 4/3/2014 8:43 PM, Jonathan Leffler wrote:
Maybe you don't have the xlc_r installed on your machine at all, or
maybe it is not on your path when you are logged in as root.
try putting /usr/vac/bin in your PATH ...
$ /usr/vac/bin/xlc_r -qversion
IBM XL C/C++ for AIX, V11.1 (5724-X13)
Versio
On Thu, Apr 3, 2014 at 6:14 AM, Karthi Keyan01
wrote:
>I'm trying to install the DBI module in the below mentioned steps as a
> root user.
>
>
>
>xlc_r -q32 -c-D_ALL_SOURCE -D_ANSI_C_SOURCE -D_POSIX_SOURCE
> -qmaxmem=-1 -qnoansialias -DUSE_NATIVE_DLOPEN -DNEED_PTHREAD_INIT
> -qlang
Hi,
I'm trying to install the DBI module in the below mentioned steps as a root
user.
1. export DB2_HOME=/opt/IBM/db2/V9.7
2. export DB2LIB=/opt/IBM/db2/V9.7/lib64
3. perl Makefile.PL
4. make
5. make test
6. make install
The first 3 steps are completed succe