Hi,
I've started at a new place of work, and have asked for the Perl DBI and DBD to be installed on to the servers for various reasons. These modules are to be installed by another member of staff. The Perl DBI installed correctly but the DBD fails to install with the following message 'invalid top directory at y:/Core/Perl5.8/lib/File/Find.pm line 592.'

The system requirements and complete output is below.
Oracle client v9.2.0.5 Windows XP SP2 Y: drive is held on a Windows 2003 server. C:\Temporary\DBD-Oracle-1.17>perl makefile.pl -V 9.2.0 Using DBI 1.50 (for perl 5.008008 on MSWin32-x86-multi-thread) install +ed in y:/C ore/Perl5.8/site/lib/auto/DBI/ Configuring DBD::Oracle for perl 5.008008 on MSWin32 (MSWin32-x86-mult +i-thread) Remember to actually *READ* the README file! Especially if you have an +y problems . Using Oracle in C:/Oracle/Product/Ora9205 If sqlplus failed due to a linker/symbol/relocation/librar +y error or similar problem then it's likely that you've not configured your environme +nt correct ly. Many systems need an environment variable (such as LD_LIBR +ARY_PATH, DYLD_LIBRARY_PATH) set to include the directory containing the Oracle librari +es. Forcing Oracle version to be treated as 9.2.0 Oracle version 9.2.0 (9.2) Found OCI directory Using OCI directory 'OCI' invalid top directory at y:/Core/Perl5.8/lib/File/Find.pm line 592.

Thanks in advance for replies.

Ant

In reply to Perl DBD by ant

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.