Keep Server Online
If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.
or
A donation makes a contribution towards the costs, the time and effort that's going in this site and building.
Thank You! Steffen
Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
| |
|
Topic: mod_perl |
|
Author |
|
ekho
Joined: 28 Jun 2006 Posts: 1
|
Posted: Wed 28 Jun '06 17:18 Post subject: mod_perl |
|
|
Code: | c:\Perl\bin>ppm install http://www.apachelounge.com/download/ppms/588/mod_perl.ppd
Downloading mod_perl-2,0,3-dev,0...done
Unpacking mod_perl-2,0,3-dev,0...done
Generating HTML for mod_perl-2,0,3-dev,0...done
Installing to site area...done
398 files unchanged
4 files updated
Downloading mod_perl-2,0,3-dev,0 install script...done
Running mod_perl-2,0,3-dev,0 install script...
Can't find string terminator "END" anywhere before EOF at install_script line 4.
ppm install failed: Command exits with 255:
c:\Perl\bin\perl.exe install_script
stopped |
Can you help me? |
|
Back to top |
|
Steffen Moderator
Joined: 15 Oct 2005 Posts: 3093 Location: Hilversum, NL, EU
|
Posted: Wed 28 Jun '06 17:42 Post subject: |
|
|
Strange, others do not get this error.
But do not worry it is installed.
The install script is just to display some info:
Code: |
use strict;
require Win32;
print <<"END";
The Perl part is now installed.
To complete the installation,
Read the Readme First in the zip file !
Shortly:
Install Visual C++ 2005 Redistributable Package
Copy perl.exe.manifest to your /perl/bin folder
The Apache2 module mod_perl.so should be placed
in your Apache2 modules/mod_perl directory.
Steffen
END
|
Steffen
ps.
Please use a meaningfull and specific subject, please change it. |
|
Back to top |
|
|
|
|
|
|