Beefy Boxes and Bandwidth Generously Provided by pair Networks
We don't bite newbies here... much
 
PerlMonks  

Re: Problems installing perl DBI

by Fang (Pilgrim)
on Nov 01, 2005 at 17:12 UTC ( [id://504657]=note: print w/replies, xml ) Need Help??


in reply to Problems installing perl DBI

It never hurts to ask, so have you installed the Developer Tools?

I reran the test procedure on the same platform as you and everything went fine, so try installing the DBI module alone. The Bundle::DBI version installs a few other modules which might be the cause of your problem:

*** Note:
    The optional PlRPC-modules (RPC::PlServer etc) are not installed.
    If you want to use the DBD::Proxy driver and DBI::ProxyServer
    modules, then you'll need to install the RPC::PlServer, RPC::PlClient,
    Storable and Net::Daemon modules. The CPAN Bundle::DBI may help you.
    You can install them any time after installing the DBI.
    You do *not* need these modules for typical DBI usage.

And finally as jZed noted, check the full output of the install procedure. You should have gotten it when executing the command, but if for some reason you didn't, use the CPAN prompt (perl -MCPAN -e'shell')

Replies are listed 'Best First'.
Re^2: Problems installing perl DBI
by BioBoy (Novice) on Nov 01, 2005 at 20:41 UTC
    Ok, I successfully installed DBI on my MacMini and 15 inch PowerBook G4, so the problem is with some configuration on my PowerMac G4 MDD( the computer I'm having problems installing DBI on ). When CPAN asked me for the 'working' directory the first time I set it up on my PowerMac G4, I changed it to my desktop. I think this might be the problem.

      It might be the cause of the problem, though I doubt it. You can rerun the whole configuration process with the command o conf init at the CPAN prompt, and choose the default working directory (which should be ~/.cpan).

      (Oh and by the way, you can simply edit one of your message by clicking the link pointing to it)

Re^2: Problems installing perl DBI
by BioBoy (Novice) on Nov 01, 2005 at 18:33 UTC
    hmm... how do I install the DBI module alone? would it be:
    perl -MCPAN -e 'install DBI'
Re^2: Problems installing perl DBI
by BioBoy (Novice) on Nov 01, 2005 at 18:34 UTC
    Oh, and yes, I have the dev tools installed. I develope code in Xcode 2.1 often, using gcc 4.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others rifling through the Monastery: (4)
As of 2024-04-23 23:15 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found