When trying to use the ppm shell to remove "mod_perl-2.2" I am told that it is not installed.
After that I have tried the new script you indicate. This again retrieves the files and performs a checksum and then goes on to a second set of commands. The DOS window appears to quickly flash a message that *I think* says mod_perl already exists, but the window then closes before I get a chance to really see it! Is there a log created for this script anywhere? After all this, I no-longer have a mod_perl-2.2.so file in my Apache2.2\modules directory. Any & all help is much appreciated! Simon -----Original Message----- From: Randy Kobes [mailto:[EMAIL PROTECTED] Sent: 05 June 2006 15:38 To: Simon Wray Cc: modperl@perl.apache.org Subject: RE: [mp2] 'Can't Load...' PerlRequire error for Apache2.2 On Mon, 5 Jun 2006, Simon Wray wrote: > Thanks for the response Randy. > > I did indeed install via the PPM package you note ( > http://perl.apache.org/docs/2.0/os/win32/install.html#PPM_Packages) > > I have tried to execute this again in case it did end in error. However, > after asking for the initial Apache install location and then retrieving > the packages the DOS window simply closes. Which makes me think the > install has failed. > > Does anyone know how I can clean-up this install and try again? Or > alternately where there is a log I can check to see why the mod_perl > install has aborted? What you might try is removing mod_perl-2.2 from within the ppm shell: C:\> ppm ppm> remove mod_perl-2.2 and then use the "mpinstall" script from http://perl.apache.org/docs/2.0/os/win32/mpinstall to install things - this script is a bit more verbose, and also separates out the installation of the mod_perl ppm package from the installation of the mod_perl.so Apache module, making it easier to see if one or the other failed. -- best regards, Randy Kobes