Beefy Boxes and Bandwidth Generously Provided by pair Networks
Don't ask to ask, just ask
 
PerlMonks  

Re: Perl and OSX

by fpi (Monk)
on Apr 06, 2001 at 02:08 UTC ( [id://70325]=note: print w/replies, xml ) Need Help??


in reply to Perl and OSX

Trimbach is right - I used CPAN and installed Net::Telnet on my OSX machine with no problem. Here's what I did:

  1. su to root, first by setting a password using the netinfo method, the sudo method, or any of the other methods
  2. type perl -MCPAN -e shell
  3. if this is the first time to run CPAN, you will be asked a bunch of configuration questions. All defaults seemed to work ok for me, but I changed the cache location from /var/root/.cpan to /private/var/root/.cpan, but I don't know if that is necessary
  4. when you get to the CPAN prompt, type install Bundle::libnet, which includes Net::Telnet

I also successfully (?) installed Bundle::CPAN (i.e.updated CPAN), libwww-perl (which includes LWP), and DBI so far. And I followed larsen's suggestion to join the OSX-perl mailing list, which is a good place to ask if anyone else successfully installed a particular module.

By the way, I'm using a fresh installation of OSX, with no alterations to perl...update: I should add that I did install the developer's CD also...

Hope this helps...

Replies are listed 'Best First'.
Re: Re: Perl and OSX
by TrinityInfinity (Scribe) on Apr 06, 2001 at 02:19 UTC
    It does! Thanks so much... I'll love having an easy way to install modules after I get the rest of the problem cleared up. Thanks!

Log In?
Username:
Password:

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

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

    No recent polls found