You probably should use PPM to install modules unless you are comfortable with Makefiles and C. DBI and DBD::Oracle are available on ActiveState's PPM server. ppm should be available in your ActivePerl's intallation directory, usually C:\Perl\bin\ppm.bat

C:\>ppm PPM - Programmer's Package Manager version 3.4. Copyright (c) 2001 ActiveState Software Inc. All Rights Reserved. Entering interactive shell. Using Term::ReadLine::Perl as readline lib +rary. Profile tracking is not enabled. If you save and restore profiles manu +ally, your profile may be out of sync with your computer. See 'help profile' + for more information. Type 'help' to get started. ppm> describe DBI ==================== Name: DBI Version: 1.50 Author: Tim Bunce (dbi-users@perl.org) Title: DBI Abstract: Database independent interface for Perl Location: ActiveState Package Repository Available Platforms: 1. MSWin32-x86-multi-thread-5.8 ==================== ppm> describe DBD-Oracle ==================== Name: DBD-Oracle Version: 1.17 Author: Tim Bunce (dbi-users@perl.org) Title: DBD-Oracle Abstract: Oracle database driver for the DBI module Location: ActiveState Package Repository Available Platforms: 1. MSWin32-x86-multi-thread-5.8 ====================

You can install packages with install.

ActiveState provides a page describing the build status of the packages.

Another repository I like is theoryx5. PPM can handle multiple repositories, you can add them with the repository add command. See the ppm documentation for details. PPM::Repositories provides a list of PPM repositories.

If you can't find a PPM package for a module you might try asking on the ppm mailing list. See ActiveState's Mailing Lists.


In reply to Re: Problem on installing DBD-Oracle by rblasch
in thread Problem on installing DBD-Oracle by SHA

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.