Beefy Boxes and Bandwidth Generously Provided by pair Networks
Just another Perl shrine
 
PerlMonks  

Re: Cant locate DBD/CSV on Mac OS X

by Plankton (Vicar)
on Nov 06, 2011 at 17:05 UTC ( [id://936307]=note: print w/replies, xml ) Need Help??


in reply to Cant locate DBD/CSV on Mac OS X

How did you try and install DBD::CSV? Did you do something like this ...
$ perl -MCPAN -eshell cpan> install DBD::CSV
... if so did it install successfully? If DBD::CSV requires 'make' then you may have to join the developers group (http://developer.apple.com) so you can get a copy of the 'make' command.

Replies are listed 'Best First'.
Re^2: Cant locate DBD/CSV on Mac OS X
by mikasue (Friar) on Nov 06, 2011 at 17:08 UTC
    I use the ppm gui.
      Hello Mikasue I also recommend to try the cpan shell to install modules also to find your modules. You can set the local directory path to install your modules and he recognizes automatically the dependencies. If you have installed the module and @INC does not find that path, you can set it with: perl -i /your/local/dir/to/modules/ or in your script: use lib '/your/local/dir/to/modules/';
      Ah I see you are using ActiveState Perl. I haven't used ActiveState Perl on Mac OS X. I ask just out of curiosity, is there a reason you are using ActiveState Perl?

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others learning in the Monastery: (3)
As of 2024-03-29 02:02 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found