Re: CPAN DBI make & make test error

2014-04-03 Thread John R Pierce
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

Re: CPAN DBI make & make test error

2014-04-03 Thread Jonathan Leffler
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

CPAN DBI make & make test error

2014-04-03 Thread Karthi Keyan01
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