Same errors as in RC2  for HP-UX
After corrections.  Perl Makefile.PL -l and make worked
Don't know the effect of missing META.yml

Didn't get the "make test"  to run yet working on that

Thank You 
Rich

hecking if your kit is complete...
Warning: the following files are missing in your kit:
        META.yml
Please inform the author.

*********  Same error as reported in 1.19 on line 1764 ****************
*********  add -Wl & no space between the +b and the $  ************


  1762                  }
  1763                  elsif ($os eq 'hpux') {
  1764                          $m =~ s/LD_RUN_PATH=(\S+)\s+(\S+)/$2 +b 
$1/;
  1765                  }
  1766                  return ($m);

***************   Corrrected Version 
****************************************

  1762                  }
  1763                  elsif ($os eq 'hpux') {
  1764                          $m =~ s/LD_RUN_PATH=(\S+)\s+(\S+)/$2 
-Wl,+b$1/;
  1765                  }
  1766                  return ($m);


========================================================
Referencing the below:

Yes you can but I would go with  RC4 now as it fixes a number of bug 
bugs that were in RC3 and RC2

it is here

http://svn.perl.org/modules/dbd-oracle/trunk/DBD-Oracle-1.20-RC4.tar.gz

Richard T Malafa wrote:
>
> John
> Do I Change the RC2 in the URL to RC3 to get this new release?????
> Thank You
> Rich
• '•..• '•. ><((((º> .• '•. .• '•. •. .• '•. ><((((º>
“Anything that doesn’t eat you today is saving you for tomorrow.”



Computer Sciences Corporation 
Registered Office: 2100 East Grand Avenue, El Segundo California 90245, 
USA
Registered in USA No: C-489-59

----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
This is a PRIVATE message. If you are not the intended recipient, please 
delete without copying and kindly advise us by e-mail of the mistake in 
delivery. 
NOTE: Regardless of content, this e-mail shall not operate to bind CSC to 
any order or other contract unless pursuant to explicit written agreement 
or government initiative expressly permitting the use of e-mail for such 
purpose.
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

Reply via email to