Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl Monk, Perl Meditation
 
PerlMonks  

Re^2: Can't locate object method "require_version"

by Win (Novice)
on Sep 13, 2006 at 13:38 UTC ( [id://572740]=note: print w/replies, xml ) Need Help??


in reply to Re: Can't locate object method "require_version"
in thread Can't locate object method "require_version"

This node falls below the community's threshold of quality. You may see it by logging in.

Replies are listed 'Best First'.
Re^3: Can't locate object method "require_version"
by syphilis (Archbishop) on Sep 13, 2006 at 13:57 UTC
    I expect that I have not correctly installed DBI

    I expect so, too :-)
    Assuming you have installed ActivePerl, try entering (while connected to the internet):
    ppm install DBI

    If you get complaints that DBI is already installed then run:
    ppm remove DBI
    followed by:
    ppm install DBI

    Cheers,
    Rob
    A reply falls below the community's threshold of quality. You may see it by logging in.
Re^3: Can't locate object method "require_version"
by davorg (Chancellor) on Sep 13, 2006 at 13:44 UTC

    How did you install Perl? How did you install DBI.pm? Which DBD are you using? How did you install that?

    --
    <http://dave.org.uk>

    "The first rule of Perl club is you do not talk about Perl club."
    -- Chip Salzenberg

    A reply falls below the community's threshold of quality. You may see it by logging in.
Re^3: Can't locate object method "require_version"
by ikegami (Patriarch) on Sep 13, 2006 at 14:44 UTC
    What version of Perl (perl -v), DBI (perl -MDBI -le "print DBI->VERSION") and Exporter (perl -MExporter -le "print Exporter->VERSION") are you using?
    A reply falls below the community's threshold of quality. You may see it by logging in.
Re^3: Can't locate object method "require_version"
by marto (Cardinal) on Sep 13, 2006 at 13:46 UTC
    Win,

    Is that all the code you have in this script? I have never had any problems installing DBI on Windows 2000 or XP. Check out Installing Modules if you need help installing modules.

    Martin
    A reply falls below the community's threshold of quality. You may see it by logging in.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://572740]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others browsing the Monastery: (3)
As of 2024-04-19 19:22 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found