Re: Problems installing DBI on AIX5

2012-08-06 Thread Don Walters
Got it! The key was cc_r. It was linked to cpp. So I relinked it to xlc and everything worked great! Thank you all for being patient with me and helping me through this!!

Re: Problems installing DBI on AIX5

2012-08-06 Thread Jonathan Leffler
On Mon, Aug 6, 2012 at 9:50 AM, Don Walters wrote: > Oops: Makefile.PL output was truncated. Here's the full output: > > srvdfj239 /DBI-1.622 # perl Makefile.PL > > *** You are using a perl configured with threading enabled. > *** You should be aware that using multiple threads is > *** not rec

Re: Problems installing DBI on AIX5

2012-08-06 Thread Don Walters
Oops: Makefile.PL output was truncated. Here's the full output: srvdfj239 /DBI-1.622 # perl Makefile.PL *** You are using a perl configured with threading enabled. *** You should be aware that using multiple threads is *** not recommended for production environments. Creating test wrappers fo

Re: Problems installing DBI on AIX5

2012-08-06 Thread Don Walters
Update: I got xlc installed, and its still returning the same error messages. srvdfj239 / # echo $cc /usr/vacpp/bin/xlc srvdfj239 / # ls -l /usr/vacpp/bin/xlc lrwxrwxrwx1 bin bin 16 Aug 06 08:57 /usr/vacpp/bin/xlc -> /usr/vac/bin/xlc srvdfj239 / # So its there, and I've s

Re: Problems installing DBI on AIX5

2012-08-03 Thread Martin J. Evans
On 03/08/12 16:44, Don Walters wrote: can you do run: lslpp -l |grep -i xlc and post the result. xlc should support the -c options for sure if memory serves. This will show if xlc is installed and the version. srvdfj239 / # lslpp -l |grep -i xlc xlC.aix50.rte 10.1.0.3 COMMITTE

RE: Problems installing DBI on AIX5

2012-08-03 Thread John Scoles
'C' compiler and get it working like I did. Cheers John > Date: Fri, 3 Aug 2012 16:43:07 +0100 > From: martin.ev...@easysoft.com > To: donrwalt...@gmail.com > CC: dbi-users@perl.org > Subject: Re: Problems installing DBI on AIX5 &

Re: Problems installing DBI on AIX5

2012-08-03 Thread Don Walters
> can you do run: > lslpp -l |grep -i xlc > and post the result. xlc should support the -c options for sure if memory > serves. This will show if xlc is installed and the version. srvdfj239 / # lslpp -l |grep -i xlc xlC.aix50.rte 10.1.0.3 COMMITTED XL C/C++ Runtime for AIX 5.3

Re: Problems installing DBI on AIX5

2012-08-03 Thread John R Pierce
On 08/03/12 8:34 AM, Don Walters wrote: srvdfj239 / # find . -name*xlC* ./etc/xlC.cfg_dce ./usr/lpp/xlC ./usr/lpp/xlC/exe/default_msg/xlCfe.cat ./usr/lpp/xlC/exe/xlCcpp ./usr/lpp/xlC.aix50 ./usr/lpp/xlC.aix50/deinstl/xlC.aix50.rte.al ./usr/lpp/xlC.aix50/deinstl/xlC.aix50.rte.inventory ./usr/lpp/x

Re: Problems installing DBI on AIX5

2012-08-03 Thread Michael Nhan
On Fri, 3 Aug 2012, Don Walters wrote: Date: Fri, 3 Aug 2012 10:34:42 -0500 From: Don Walters To: dbi-users@perl.org Subject: Re: Problems installing DBI on AIX5 I don't have an AIX box turned on right now but xlc must support -c (it means compile but do not link). What does perl -V o

Re: Problems installing DBI on AIX5

2012-08-03 Thread Martin J. Evans
On 03/08/12 16:34, Don Walters wrote: I don't have an AIX box turned on right now but xlc must support -c (it means compile but do not link). What does perl -V output? Do you really have a full AIX compiler installed or is this one of those silly mini compilers. srvdfj239 / # perl -V Summary

Re: Problems installing DBI on AIX5

2012-08-03 Thread Don Walters
> I don't have an AIX box turned on right now but xlc must support -c (it > means compile but do not link). What does perl -V output? Do you really have > a full AIX compiler installed or is this one of those silly mini compilers. srvdfj239 / # perl -V Summary of my perl5 (revision 5 version 8 s

Re: Problems installing DBI on AIX5

2012-08-03 Thread Martin J. Evans
On 03/08/12 16:25, Don Walters wrote: On Fri, Aug 3, 2012 at 10:09 AM, Michael Nhan wrote: Can you run make and post the result of that? Michael Here's the output: http://donboy.com/test.out Hope this is acceptable. Best I could do. I don't have an AIX box turned on right now but xlc m

Re: Problems installing DBI on AIX5

2012-08-03 Thread Michael Nhan
Can you run make and post the result of that? Michael

Re: Problems installing DBI on AIX5

2012-08-03 Thread Don Walters
On Fri, Aug 3, 2012 at 10:09 AM, Michael Nhan wrote: > Can you run make and post the result of that? > > Michael Here's the output: http://donboy.com/test.out Hope this is acceptable. Best I could do.

Re: Problems installing DBI on AIX5

2012-08-03 Thread Don Walters
> Could you download it, untar it and run perl Makefile.PL, make and show us > the output? As requested: srvdfj239 /DBI-1.622 # perl Makefile.PL *** You are using a perl configured with threading enabled. *** You should be aware that using multiple threads is *** not recommended for production

Re: Problems installing DBI on AIX5

2012-08-03 Thread Martin J. Evans
On 03/08/12 15:23, Don Walters wrote: I'm running Perl in 64bit on AIX5.3. I have the db2 application development client installed. I'm using the cpan shell to install DBI. I get this error. Google yields no results. I'm lost. Here is the last part of the output before it fails: Running M

Problems installing DBI on AIX5

2012-08-03 Thread Don Walters
I'm running Perl in 64bit on AIX5.3. I have the db2 application development client installed. I'm using the cpan shell to install DBI. I get this error. Google yields no results. I'm lost. Here is the last part of the output before it fails: Running Mkbootstrap for DBI () chmod 644