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: x64 mod_perl |
|
Author |
|
AdamR
Joined: 03 Oct 2006 Posts: 12 Location: Cardiff, South Wales
|
Posted: Mon 09 Mar '09 23:31 Post subject: x64 mod_perl |
|
|
I'm running ActivePerl 5.10 x64 fine, and Apache 2.2.10 x64 fine.
Does anyone have a working mod_perl to go with this? I can't seem to find one that will work, and compiling it always seems to fail badly. |
|
Back to top |
|
Serge Fonville
Joined: 01 Jun 2009 Posts: 1
|
Posted: Mon 01 Jun '09 11:41 Post subject: |
|
|
I also would definitely like to have mod_perl for x64 Apache.
I currently have mod_cgi, which was included with it.
Or a detailed guide to setting it up and compiling it would also be great (perhaps even better)
Any help is greatly appreciated. |
|
Back to top |
|
James Blond Moderator
Joined: 19 Jan 2006 Posts: 7371 Location: Germany, Next to Hamburg
|
Posted: Fri 16 Apr '10 11:23 Post subject: |
|
|
I think compiling would go as the 32 compiling
1. install activeperl x64
2. get the source from trunk e.g.
Code: |
C:\build\mod_perl-2.0>svn checkout https://svn.apache.org/repos/asf/perl/modperl
/trunk/ mod_perl-2.0
|
3. configure it
Code: |
C:\build\mod_perl-2.0>perl Makefile.PL MP_AP_PREFIX=C:\Apache22
|
4. nmake
5. nmake test
6. nmake install
This is how it could work to compile mod_perl. I haven't tried it out.
--- edit ---
Ok, I made a quick build and all I can say that it loads. While nmake install it copied a lot of files into C:\perl64\site
I don't know which files are needed that mod_perl runs. Untill I know I won't offer a download. |
|
Back to top |
|
|
|
|
|
|