On Fri, 22 Jun 2001, Castellon, Francisco wrote:
> Hi Randy:
>
> Yes i tried installing the perl_mod from that link but that was the error i
> got when i went to that link. I havent really tried any other modules.
> What my main concern was that i thought that the AvtivePerl MSI download had
> to be installed to the directory where i installed apache. is this right?
No, the locations of ActivePerl and Apache are independent ....
To see if the ppm utility is set up properly, what if you
do, from a DOS window,
DOS> ppm
ppm> install GD
which should install the GD.pm module from ActiveState's site
into the proper place under your Perl installation directory.
Does that work? If so, within the ppm utility, try setting
the repository to
http://theoryx5.uwinnipeg.ca/cgi-bin/ppmserver?urn:/PPMServer
(type 'help' within the ppm utility for help on ppm commands)
and then, still within the ppm utility, type
ppm> install mod_perl
Does that work?
best regards,
randy