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

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

Re: Problems installing DBI on AIX5

2012-08-06 Thread Jonathan Leffler
On Mon, Aug 6, 2012 at 9:50 AM, Don Walters donrwalt...@gmail.com 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

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