ppm.activestate.com down?

Ask a Question related to PERL Modules, Design and Development.

  1. #1

    Default ppm.activestate.com down?

    just trying to install perl in my WinXP computer, trying to install
    some modules using PP3 and it gives me an error that it can't reach
    ppm.activestate.com. Tried pinging it... nothing. Tried going to it
    with Firefox... nothing.
    Is it down? Is it permanently down? Is there an alternative?

    wolfing1@gmail.com Guest

  2. Similar Questions and Discussions

    1. PPM through Proxy (Activeperl / Activestate)
      hi, i have just installed the latest Activeperl from activestate.com and need to add some modules through PPM. I am behind a firewall and forced to...
    2. ActiveState XML-DOM 1.43
      Hi, all, when it comes to parsing large files into something XML readable, a high amount of memory is required, and the CPU rate of the computer...
    3. XML::RSS with ActiveState perl?
      Can you use the XML::RSS module with ActiveState perl? It doesn't seem to be in the ActiveState's package repository. Downloading XML::RSS from...
    4. cygwin or activestate ?
      Which is better perl setup on w98se: Full cygwin or activestate ? (or other) In particular I will probably be installing DBI +DBD and using...
    5. ActiveState 5.8.0 vs 5.8.1
      This may not have a difinitive answer. But will the modules I use for 5.8.0 work/be available with 5.8.1? Basically I am using HTML-Template and...
  3. #2

    Default Re: ppm.activestate.com down?


    <wolfing1@gmail.com> wrote in message
    news:1135285359.880794.251710@g14g2000cwa.googlegr oups.com...
    > just trying to install perl in my WinXP computer, trying to install
    > some modules using PP3 and it gives me an error that it can't reach
    > ppm.activestate.com. Tried pinging it... nothing. Tried going to it
    > with Firefox... nothing.
    > Is it down? Is it permanently down? Is there an alternative?
    >
    It doesn't seem to be down - it's working fine for me. Try entering:

    ppm rep

    That should give you something like:

    [x] ActiveState Package Repository

    where x is probably 1, but not necessarily.

    Then try:

    ppm rep describe x

    (substituting the actual value for "x"). That should tell you the actual
    location of the repository. For me, I get:

    D:\pscrpt>ppm rep describe 1
    Describing Active Repository 1:
    Name: ActiveState Package Repository
    Location:
    [url]http://ppm.ActiveState.com/PPM/ppmserver-5.8-windows.plex?urn:/PPM/Server/SQL[/url]
    Type: PPMServer 3.0

    Is that what you get ?

    There can be problems with ppm wrt firewalls and proxy servers.
    If that's possibly what's giving you the problem, browse to your
    Perl/html/faq/ActivePerl-faq2.html#ppm_and_proxies documentation.

    There are also some other useful repositories - notably:
    [url]http://www.bribes.org/perl/ppmdir.html[/url]
    [url]http://theoryx5.uwinnipeg.ca/ppms/[/url]
    [url]http://crazyinsomniac.perlmonk.org/perl/ppm/5.8/[/url]

    Cheers,
    Rob


    Sisyphus Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139