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 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 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 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 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

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