Beefy Boxes and Bandwidth Generously Provided by pair Networks
Syntactic Confectionery Delight
 
PerlMonks  

Re^2: Installing modules

by zork42 (Monk)
on Jun 18, 2013 at 02:13 UTC ( [id://1039498]=note: print w/replies, xml ) Need Help??


in reply to Re: Installing modules
in thread Installing modules

My understanding is that ActiveState's Active Perl 'ppm' installs CPAN modules that have been built/compiled by ActiveState. These compiled modules are stored in a special format in "repositories" which only work with Active Perl. This makes installing modules in Active Perl very easy. However not all CPAN modules are available.

See:
http://www.activestate.com/activeperl/ppm-perl-modules - some info about PPM & PPM Index
http://code.activestate.com/ppm/ - PPM Index: lets you search to see if a specific CPAN module is available via ppm
http://code.activestate.com/ppm/DBD-JDBC/ - indicates that "DBD-JDBC is unavailable in PPM, because there aren't any builds for it in the package repositories." ie all builds failed as indicated by the red icons.

I don't see it in the list when running ppm, and "ppm install DBD-JDBC" doesn't find it.

Explained by 3rd link above.

I tried adding cpan to the repository list in ppm (http://www.cpan.org) but zero modules are added.

Thats because CPAN does not provide a repository. CPAN provides modules in the form of source code for all platforms (but you have to build them), while repositories are provide a subset of CPAN's modules pre-built/compiled by ActiveState specifically for Active Perl.

I'm afraid I don't know about the "authorization required" error.

See this for some links that might be useful: Perl upgrade JComboBox alternative

UPDATE: s/are/provide/

Replies are listed 'Best First'.
Re^3: Installing modules
by zork42 (Monk) on Jun 18, 2013 at 19:54 UTC
    (post moved down to end of comments. I clicked the wrong 'reply' link. Oops!)

Log In?
Username:
Password:

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

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

    No recent polls found