in reply to Re: perl Install
in thread perl Install

Thanks so much. I installed from the Active Perl site. I will try the suggestions.

Replies are listed 'Best First'.
Re^3: perl Install
by Anonymous Monk on Sep 21, 2007 at 16:17 UTC
    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
      You may need to set-up some environment variables to deal with connecting through a proxy. You can find more information here.
      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.