wrote:
> My apologies if this isn't the best place to post this question, but
> its the best I could find.
>
> I'm trying to install Radiator's Radius server on a Windows XP machine.
> As part of the installation process, ActiveState's ActivePerl must be
> installed first. I've run the MSI and successfully installed the
> software.
>
> I am now following the instructions that I have and trying to install
> the packages that the setup requires through the PPM (Perl Package
> Manager), specifically "install DBI".
>
> However, attempting to do so generates the following error:
>
> "Error: No valid repositories: Error 500: Can't connect to
> ppm.ActiveState.com:80 (connect: Unknown error) Error: 500 Can't
> connect to ppm.ActiveState.com:80 (connect: Unknown error)"
>
The most likely causes are a firewall, no internet connectivity on the
machine, or that their repositories were offline for whatever reason
when you were trying to connect.
PPM will first search the repository for a matching ppd file, and if
one is found it will use the instructions in the file to download and
install the module for you. If you have internet connectivity on the
box there shouldn't be any problem running the program.
You could always try installing another repository as per the
documentation. Randy Kobe's theoryx5.uwinnipeg.ca repository is usually
much better than ActiveState's anyway.
Matt