Try changing this line in Makefile.PL

        ($inspdver{rdbms_ver} = $inspdver{RDBMS}) =~ s/^(\d+\.\d+)\.(\d+)/${1}0$2/;
to
        ($inspdver{rdbms_ver} = $inspdver{RDBMS}) =~ s/^(\d+\.\d+)\.(\d+).*/${1}0$2/;

Please let me know if that works okay.
Thanks.

Tim.

On Mon, Mar 31, 2003 at 12:37:40PM +1000, [EMAIL PROTECTED] wrote:
> 
> I got the following message (see also in attached) during "perl
> Makefile.PL":
> Argument "8.107.0.0" isn't numeric in ge at Makefile.PL line 669
> 
> The "make" seems ok.
> 
> (See attached file: DBD-Oracle-1.14_perl_Makefile-PL.txt)(See attached
> file: DBD-Oracle-1.14_make.txt)(See attached file: perl-V.txt)
> 
> 
> Regards
> 
> Jeremy Richards
> Senior Technology Officer (Open Systems)
> -----------------------------------------------------------------
> Technology / Corporate Information
> Phone: 32258380
> 
> 
>                                                                                      
>                                                   
>                       Tim Bunce                                                      
>                                                   
>                       <[EMAIL PROTECTED]        To:       [EMAIL PROTECTED]          
>                                  
>                       com>                     cc:       [EMAIL PROTECTED], [EMAIL 
> PROTECTED]                                       
>                                                Subject:  Re: "make test" error for 
> DBI-1.35 on AIX 4.3.3                               
>                       28/03/2003 08:04                                               
>                                                   
>                       PM                                                             
>                                                   
>                                                                                      
>                                                   
>                                                                                      
>                                                   
> 
> 
> 
> 
> Yes. But better to upgrade to DBD::Oracle 1.14 which has just been
> released.
> 
> Tim.
> 
> On Fri, Mar 28, 2003 at 04:34:45PM +1000,
> [EMAIL PROTECTED] wrote:
> >
> > Hi,
> >
> > Got around the problem below by deleting the DBI-1.35 directory tree and
> > rebuilding without running the "make test" command.
> >
> > Then went on to build DBD-Oracle-1.13.  Can you check if the warning
> during
> > "perl Makefile.PL" and the error during "make" (oci8.c)
> > can be ignored please (see attached):
> >
> > (See attached file: DBD-Oracle-1.13_perl_Makefile-PL.txt)(See attached
> > file: DBD-Oracle-1.13_make.txt)(See attached file:
> > DBD-Oracle-1.13_make_test.txt)(See attached file:
> > DBD-Oracle-1.13_make_install.txt)(See attached file: perl-V.txt)
> >
> >
> > Regards
> >
> > Jeremy Richards
> > Senior Technology Officer (Open Systems)
> > -----------------------------------------------------------------
> > Technology / Corporate Information
> > Phone: 32258380
> >
> >
> >
> 
> >                       Tim Bunce
> 
> >                       <[EMAIL PROTECTED]        To:
> [EMAIL PROTECTED]
> 
> >                       com>                     cc:
> [EMAIL PROTECTED], [EMAIL PROTECTED]
> 
> >                                                Subject:  Re: "make test"
> error for DBI-1.35 on AIX 4.3.3
> >                       27/03/2003 07:46
> 
> >                       PM
> 
> >
> 
> >
> 
> >
> >
> >
> >
> > Looks like some process is stuck still using the DBI.so file:
> >
> >              ld: 0711-851 SEVERE ERROR: Output file:
> > blib/arch/auto/DBI/DBI.so^M
> >                          The file is in use and cannot be overwritten.^M
> >              make: The error code from the last command is 12.
> >
> > File and kill the process and/or delete the DBI-1.35 directory tree and
> > start over.
> >
> > Tim.
> >
> >
> > On Thu, Mar 27, 2003 at 02:39:27PM +1000,
> > [EMAIL PROTECTED] wrote:
> > >
> > > Hi,
> > >
> > > After reading your response below, I ran "make install" which produced
> > > output contained
> > > in the attached (I assume I also ignore the error in there).
> > >
> > > (See attached file: DBI-1.35_make_install.txt)
> > >
> > > I then tried building DBD::Oracle but the "perl Makefile.PL" command
> > > produced the error in the attached:
> > >
> > > (See attached file: DBD-Oracle-1.13_perl_Makefile-PL.txt)
> > >
> > > I have included the previous attached docs again for your info:
> > >
> > > (See attached file: DBI-1.35_perl_Makefile-PL.txt)(See attached file:
> > > DBI-1.35_make.txt)(See attached file: DBI-1.35_make_test.txt)(See
> > attached
> > > file: DBI-1.35_make_test_TEST-VERBOSE=1.txt)(See attached file:
> > perl-V.txt)
> > >
> > > In case your wondering why we are using perl 5.5.3 instead of 5.6.1, it
> > is
> > > because perl 5.5.3 came
> > > with a tested and stable package of software for our AIX operating
> system
> > > which I don't want to
> > > disturb if I can help it.
> > >
> > >
> > >
> > > Regards
> > >
> > > Jeremy Richards
> > > Senior Technology Officer (Open Systems)
> > > -----------------------------------------------------------------
> > > Technology / Corporate Information
> > > Phone: 32258380
> > >
> > >
> > >
> >
> > >                       Tim Bunce
> >
> > >                       <[EMAIL PROTECTED]        To:
> > [EMAIL PROTECTED]
> >
> > >                       com>                     cc:
> > [EMAIL PROTECTED], [EMAIL PROTECTED]
> >
> > >                                                Subject:  Re: "make
> test"
> > error for DBI-1.35 on AIX 4.3.3
> > >                       27/03/2003 12:03
> >
> > >                       AM
> >
> > >
> >
> > >
> >
> > >
> > >
> > >
> > >
> > > Both problems can be ignored.
> > >
> > > But do note that perl 5.5.3 will not be supported by the DBI soon.
> > > You should upgrade to perl 5.6.1 or later.
> > >
> > > Tim.
> > >
> > > On Wed, Mar 26, 2003 at 03:24:49PM +1000,
> > > [EMAIL PROTECTED] wrote:
> > > > Hi,
> > > >
> > > > Can anyone help me in determining if the following error during "make
> > > test"
> > > > can be ignored
> > > > or how it can be fixed please.  I have attached five text files
> > > containing
> > > > output from the build
> > > > steps and the "perl -V" command.  I apologise if the solution is
> > obvious
> > > > and I sympathise
> > > > with you if you see me as an ignorant git  : )
> > > >
> > > > (See attached file: perl_Makefile-PL.txt)(See attached file:
> > > make.txt)(See
> > > > attached file: make_test.txt)(See attached file:
> > > > make_test_TEST-VERBOSE=1.txt)(See attached file: perl-V.txt)
> > > >
> > > >
> > > >
> > > > Regards
> > > >
> > > > Jeremy Richards
> > > > Open Systems Support
> > > > Phone: 32258380
> > > >
> > > >
> > > > **************************************************
> > > >
> > > > Only an individual or entity who is intended to be a recipient of
> this
> > > > e-mail may access or use the information contained in this e-mail or
> > any
> > > of
> > > > its attachments.  Opinions contained in this e-mail or any of its
> > > > attachments do not necessarily reflect the opinions of Queensland
> > > Treasury.
> > > >
> > > > The contents of this e-mail and any attachments are confidential and
> > may
> > > be
> > > > legally privileged and the subject of copyright.  If you have
> received
> > > this
> > > > e-mail in error, please notify Queensland Treasury immediately and
> > erase
> > > > all copies of the e-mail and the attachments.  Queensland Treasury
> uses
> > > > virus scanning software.  However, it is not liable for viruses
> present
> > > in
> > > > this e-mail or in any attachment.
> > > >
> > > > **************************************************
> > >
> > >
> > >
> > >
> > >
> > >
> > >
> > >
> > >
> > >
> > >
> > >
> > >
> > >
> > > **************************************************
> > >
> > > Only an individual or entity who is intended to be a recipient of this
> > > e-mail may access or use the information contained in this e-mail or
> any
> > of
> > > its attachments.  Opinions contained in this e-mail or any of its
> > > attachments do not necessarily reflect the opinions of Queensland
> > Treasury.
> > >
> > > The contents of this e-mail and any attachments are confidential and
> may
> > be
> > > legally privileged and the subject of copyright.  If you have received
> > this
> > > e-mail in error, please notify Queensland Treasury immediately and
> erase
> > > all copies of the e-mail and the attachments.  Queensland Treasury uses
> > > virus scanning software.  However, it is not liable for viruses present
> > in
> > > this e-mail or in any attachment.
> > >
> > > **************************************************
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> > **************************************************
> >
> > Only an individual or entity who is intended to be a recipient of this
> > e-mail may access or use the information contained in this e-mail or any
> of
> > its attachments.  Opinions contained in this e-mail or any of its
> > attachments do not necessarily reflect the opinions of Queensland
> Treasury.
> >
> > The contents of this e-mail and any attachments are confidential and may
> be
> > legally privileged and the subject of copyright.  If you have received
> this
> > e-mail in error, please notify Queensland Treasury immediately and erase
> > all copies of the e-mail and the attachments.  Queensland Treasury uses
> > virus scanning software.  However, it is not liable for viruses present
> in
> > this e-mail or in any attachment.
> >
> > **************************************************
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> **************************************************
> 
> Only an individual or entity who is intended to be a recipient of this
> e-mail may access or use the information contained in this e-mail or any of
> its attachments.  Opinions contained in this e-mail or any of its
> attachments do not necessarily reflect the opinions of Queensland Treasury.
> 
> The contents of this e-mail and any attachments are confidential and may be
> legally privileged and the subject of copyright.  If you have received this
> e-mail in error, please notify Queensland Treasury immediately and erase
> all copies of the e-mail and the attachments.  Queensland Treasury uses
> virus scanning software.  However, it is not liable for viruses present in
> this e-mail or in any attachment.
> 
> **************************************************




Reply via email to