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: Install probl. Mod_perl 64 bit (compiled by Seve) |
|
Author |
|
BillAngus
Joined: 20 May 2012 Posts: 7 Location: Maple Ridge, BC Canada
|
Posted: Mon 13 May '13 4:40 Post subject: Install probl. Mod_perl 64 bit (compiled by Seve) |
|
|
I haven't installed mod_perl before. This is a Windows 7 Pro environment.
I have a working 64-bit Apache 2.4 from Apachelounge
HAve a working PHP.
Also Installed Activestate PERL - works from the command line only... not apache
followed instructions in Steve's binary distro of 64 bit mod_perl on this site. I think I must have missed a step in the config or something.
My Apache startup dies as it parses the following line:
LoadModule perl_module c:/Apache2/modules/mod_perl.so
The file is there and is spelled right
I get the following error:
Syntax error on line XX Cannot load the c:/Apache2/modules/mod_perl.so into server the specified procedure could not be found.
Any ideas? |
|
Back to top |
|
glsmith Moderator
Joined: 16 Oct 2007 Posts: 2268 Location: Sun Diego, USA
|
Posted: Mon 13 May '13 6:01 Post subject: |
|
|
mod_perl is not compatible with Apache 2.4, just 2.2.x.
If you look at the Readme it says so:
Quote: | built using the 64-bit compiler in Platform SDK for Windows Server 2003 R2 on
Windows 7 Home Premium Service Pack 1 (64-bit) for use with:
Apache HTTP Server, Version 2.2.24,
|
|
|
Back to top |
|
|
|
|
|
|