On Sun, 29 Apr 2001, Carey Burgess wrote:

> Yeah, I have ActivePerl.
> 
> So... I tried installing it using PPM... Well, here's a snippet of what 
> happened:
> 
> ------------------------------------------------------------
> PPM interactive shell (2.1.2) - type 'help' for available commands.
> PPM> install 
> http://theoryx5.uwinnipeg.ca/ppmpackages/mod_perl-1.25_1.3.19.ppd
> Install package 
> 'http://theoryx5.uwinnipeg.ca/ppmpackages/mod_perl-1.25_1.3.19.ppd?' (y/N): 
> y
> Installing package 
> 'http://theoryx5.uwinnipeg.ca/ppmpackages/mod_perl-1.25_1.3.19.ppd'...
> Writing D:\serv\lang\site\lib\auto\mod_perl\.packlist

If it reaches this point, it means that the necessary files
are installed in the perl tree - if you do at a DOS prompt
    perl -Mmod_perl -e "print 1"
and not get an error, it means that this part is OK.

> Cannot find file 'perl' (or one of its components). Check to
> ensure the path and filename are correct and that all required
> libraries are available.
> Cannot find file 'perl' (or one of its components). Check to
> ensure the path and filename are correct and that all required
> libraries are available.

Here it's trying to run a post-install script to install the
mod_perl dll (mod_perl.so) into your Apache modules/ directory.
For some reason it can't find your perl binary to run the
script - I assume perl is in your PATH? If so, you can do this
manually - get x86/mod_perl-1.25_1.3.19.tar.gz from the site
you got the ppd file, unpack it, and manually copy mod_perl.so
to your Apache modules/ directory.

best regards,
randy

Reply via email to