in reply to Re^2: perl Install
in thread perl Install

I get the following error when I tried the install C:\Documents and Settings\cqchmgmt>ppm install DBD-ODBC Downloading ActiveState Package Repository packlist...failed 500 Can't connect t o ppm4.activestate.com:80 (connect: Unknown error) ppm install failed: Can't find any package that provide DBD-ODBC

Replies are listed 'Best First'.
Re^4: perl Install
by moklevat (Priest) on Sep 21, 2007 at 17:41 UTC
    You may need to set-up some environment variables to deal with connecting through a proxy. You can find more information here.
Re^4: perl Install
by Anonymous Monk on Sep 25, 2007 at 14:06 UTC
    I've got the same probem. i could install DBD-ODBC by downloading the files: DBD-ODBC.ppd DBD-ODBC-1.13.tar.gz and editing the <CODEBASE HREF> in the ppd-file (its a xml-file) finally executing: "ppm install <path>\DBD-ODBC.ppd" Unpacking DBD-ODBC-1.13...done Generating HTML for DBD-ODBC-1.13...done Updating files in site area...done 8 files installed and it works
      I was receiving the same problem. Tried using Telnet to port 80 and figured that my system was blocking access to port 80 except for browser. I disabled 'on access scan' of my antivirus and was successful in connecting.