Greetings I am having a problem getting DBD-Oracle-1.19 to compile. I 'googled' many references to the problem identical to mine but found no solutions.
http://www.nntp.perl.org/group/perl.dbi.users/2006/05/msg29260.html http://www.mail-archive.com/[email protected]/msg04560.html http://coding.derkeiler.com/Archive/Perl/perl.dbi.users/2006-05/msg00137 .html Note We have no NLS environment variables currently set prior to running 'make test'. Heres our configuration : OS: HP-UX 11.23 with PA-RISC2.0 Chip set Perl: Perl 5.8.8 configured as perl README.hpux from 5.8.8 docs and README.hpux.txt from Oracle DBD docs (non-threaded, dynamic linking, -Ae, +Z -D64 -Duselargefiles ...) Much Thanks: Tim Bunce, H.Merijn Brand, Lincoln Baxter and Gram Ludlow. DBI: DBI 1.54 DBD: DBD Oracle 1.19: LD_LIBRARY_PATH=/app/oracle/product/9.2.0.8/lib ORACLE_HOME=/app/oracle/product/9.2.0.8 TWO_TASK=fcdev ORACLE_USERID='login/password' ORACDLE_SID='CLIENT_9208' SHLIB_PATH=/app/oracle/product/9.2.0.8/lib When we run 'make test' for DBD-Oracle-1.19 " t/24implicit_utf8....... # Failed test 'byte_string test of row 4: column: nch (uft8) smiley face' # in t/nchar_test_lib.pl at line 341. # got: '38|58' # expected: '226|152|186' # Failed test 'nice_string test of row 4: column: nch (uft8) smiley face' # in t/nchar_test_lib.pl at line 344. # got: '&:' # expected: '\x{263A}' # row 4: DUMP(nch) = Typ=1 Len=4: 0,38,0,58 # Failed test 'byte_string test of row 4: column: nch (uft8) smiley face' # in t/nchar_test_lib.pl at line 341. # got: '38|58' # expected: '226|152|186' # Failed test 'nice_string test of row 4: column: nch (uft8) smiley face' # in t/nchar_test_lib.pl at line 344. # got: '&:' # expected: '\x{263A}' # row 4: DUMP(nch) = Typ=1 Len=4: 0,38,0,58 # Looks like you failed 4 tests of 74. dubious Test returned status 4 (wstat 1024, 0x400) DIED. FAILED tests 33-34, 70-71 Failed 4/74 tests, 94.59% okay ... Failed Test Stat Wstat Total Fail Failed List of Failed ------------------------------------------------------------------------ ------- t/24implicit_utf8.t 4 1024 74 4 5.41% 33-34 70-71 " Any assistance would be greatly appreciated. Rick Tanner Coventry Health Group Salt Lake City. Email Confidentiality Notice: The information contained in this transmission is confidential, proprietary or privileged and may be subject to protection under the law, including the Health Insurance Portability and Accountability Act (HIPAA). The message is intended for the sole use of the individual or entity to whom it is addressed. If you are not the intended recipient, you are notified that any use, distribution or copying of the message is strictly prohibited and may subject you to criminal or civil penalties. If you received this transmission in error, please contact the sender immediately by replying to this email and delete the material from any computer.
