Hi,
I have tried using ppm to install modules, but get this error:

HTTP POST failed: 500 (Can't connect to www.activestate.com:80 (Ba +d hostname 'www.activestate.com') at C:/Program Files/ejd/perl/si +te/lib/LWP/Protocol/http.pm line 33, <> line 1.), in SOAP method call +. Content of response: at C:/Program Files/ejd/perl/site/lib/PPM +/SOAPClient.pm line 222

It was suggested I try set an Environment Variable to a proxy server, I did this, but get the same error or it times out. So I went to http://ppm.activestate.com/PPMPackages/zips/8xx-builds-only/Windows/ and downloaded DBI-1.39.zip, unzipped it in a directory called perl/install and followed the instructions in the readme file (ppm install dbi.ppd), whch resulted in the following error:

C:\PROGRA~1\ejd\perl\bin>ppm install dbi.ppd Retrieving package 'dbi.ppd'... Error installing package 'dbi.ppd': Could not locate a PPM binary +of 'dbi.ppd' for this platform

I tried dbi.ppm, moved all the files to per\bin, copied them to the lib and site\lib directories... all to no avail.

What am I doing wrong here?

20031222 Edit by Corion: Added formatting


In reply to Installing DBI Module by Anonymous Monk

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.