DBD-Oracle1.15 raising unknown error

From: Veera Prasad (VPrasad_at_OLF.COM)
Date: 03/27/04

  • Next message: Veera Prasad: "RE: DBD-Oracle1.15 raising unknown error"
    To: dbi-users@perl.org
    Date: Sat, 27 Mar 2004 12:09:56 -0500
    
    

    Unknown error
    Compilation failed in require at recompile line 9.
    BEGIN failed--compilation aborted at recompile line 9.

    Here I go with first few lines of my perl program ..

    #!./perl
    BEGIN {
       @INC = qw( . ./plib ./plib/auto ./plib/perl583 ./plib/perl583/lib
    ./plib/perl583/lib/Exporter ./plib/perl583/lib/File
    ./plib/perl583/lib/File/Spec ./plib/perl583/lib/Getopt
    ./plib/perl583/lib/IO ./plib/perl583/lib/warnings ./plib/perl583/site
    ./plib/perl583/site/lib ./plib/perl583/site/lib/DBD );
    }

    use strict;
    use DBI;
    use DBD::Oracle; ------Compilation Failed in require at recompile line 9.
    use Getopt::Std;

    $| = 1;

    sub Death( $ );

    Could anyone help me out ...thanks in advance..

    --NVP

    © 2004 OpenLink Financial

    Copyright in this message and any attachments remains with us. It is
    confidential and may be legally privileged. If this message is not
    intended for you it must not be read, copied or used by you or
    disclosed to anyone else. Please advise the sender immediately if
    you have received this message in error.

    Although this message and any attachments are believed to be free of
    any virus or other defect that might affect any computer system into
    which it is received and opened, it is the responsibility of the
    recipient to ensure that it is virus free and no responsibility
    is accepted by Open Link Financial, Inc. for any loss or damage in any
    way arising from its use.


  • Next message: Veera Prasad: "RE: DBD-Oracle1.15 raising unknown error"