I wanted to build an awesome place for people to discuss module specific issues, but I don't have any more time for this, and there are much better places to discuss Perl-related issues. I'd recommend asking your question on Stack Overflow or on Perl Monks.
If you are looking for a Perl tutorial or Perl-related news, I hope these links will serve you well.
Posted on 2010-11-08 06:13:41.192734-08 by xstreur
Make and Compile Aix 5.3
On Aix 5.3 I try to make the Perl Module DBD:Oracle 1.26. read the README.aix.txt and change some things in the makefile. F.i. removed -q32 (this gave me an error anayway. ld: 0711-317 ERROR: Undefined symbol: .OCIPing ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information. make: 1254-004 The error code from the last command is 8. oslevel -s: 5300-08-04-0844 perl -v: v5.8.2 built for aix-thread-multi DBD::Oracle 1.26 IBM XL C/C++ Compiler: 10.1.0.0 Grtz Frans Streur IT Specialist IBM Nederland B.V.
Direct Responses: 13112 | Write a response
Posted on 2010-12-17 06:26:12.3059-08 by byterock in response to 13049
Re: Make and Compile Aix 5.3
You would be much better off posting this at http://www.nntp.perl.org/group/perl.dbi.users/ or raise a RT ticket at http://rt.cpan.org/Dist/Display.html?Queue=DBD-Oracle Nobody reads this forum but me I think. I think this has been fixed in the latest trunk version of DBD::Oracle you can find a copy of it to test here http://www.nntp.perl.org/group/perl.dbi.dev/2010/08/msg6217.html
Direct Responses: Write a response