Author |
|
Jorge
Joined: 12 Mar 2006 Posts: 376 Location: Belgium
|
Posted: Sat 03 Jun '06 21:44 Post subject: |
|
|
PaRK_7677 wrote: | Here is a link to download my current limited PHP 5.1.4-x64. Only includes Apache2 API and MySQLi extension.
No promise it will work for you. Can be used with Jorge's Apache 2.2.2-x64. Read the README.txt
http://www.fusionxlan.com/PHP-5.1.4-x64.zip |
Cool, I'll put up a link to that post on my site for the time being |
|
Back to top |
|
PaRK_7677
Joined: 01 Jun 2006 Posts: 65 Location: Missouri
|
Posted: Mon 05 Jun '06 6:10 Post subject: |
|
|
I've created a new topic http://www.apachelounge.com/viewtopic.php?t=415 for further development. Sorry I didn't mean to highjack this thread
I did build another PHPx64 version, this one including WAY more than just Apache2Handle and MySQLi! Check it out! |
|
Back to top |
|
Titanium
Joined: 28 Jun 2006 Posts: 2
|
Posted: Wed 28 Jun '06 10:00 Post subject: Not working! |
|
|
BobSmith wrote: | Thanks Jorge,
I am having troubles installing your binaries. I keep getting the following error when I run httpd -k install :
Syntax error on line 68 of C:/Apache2x64/conf/http.conf : Cannot load C:/Apache2_x64/modules/mod_actons.so into server: This application has failed to start because the application configuration is incorrect. Reinstalling the application may fix this problem.
I have reinstalled many times, but still no luck. All paths in the http.conf file have been set appropriately. Do you have any ideas what the problem may be??
Thanks |
I have exactly the same problem. And it is not a path problem! (Suppose BobSmith has made typing errors)
My error is:
Syntax error on line 68 of D:/Apache2_x64/conf/http.conf : Cannot load D:/Apache2_x64/modules/mod_actions.so into server: This application has failed to start because the application configuration is incorrect. Reinstalling the application may fix this problem.
There must be some prerequisites on the machine to make it running. It's a fresh Windows server 2003 SP1.
Thanks. |
|
Back to top |
|
Jorge
Joined: 12 Mar 2006 Posts: 376 Location: Belgium
|
Posted: Wed 28 Jun '06 11:48 Post subject: Re: Not working! |
|
|
Titanium wrote: | BobSmith wrote: | Thanks Jorge,
I am having troubles installing your binaries. I keep getting the following error when I run httpd -k install :
Syntax error on line 68 of C:/Apache2x64/conf/http.conf : Cannot load C:/Apache2_x64/modules/mod_actons.so into server: This application has failed to start because the application configuration is incorrect. Reinstalling the application may fix this problem.
I have reinstalled many times, but still no luck. All paths in the http.conf file have been set appropriately. Do you have any ideas what the problem may be??
Thanks |
I have exactly the same problem. And it is not a path problem! (Suppose BobSmith has made typing errors)
My error is:
Syntax error on line 68 of D:/Apache2_x64/conf/http.conf : Cannot load D:/Apache2_x64/modules/mod_actions.so into server: This application has failed to start because the application configuration is incorrect. Reinstalling the application may fix this problem.
There must be some prerequisites on the machine to make it running. It's a fresh Windows server 2003 SP1.
Thanks. |
Hi, I think you mailed me aswel...
I send you a fix via mail... nto sure if it works but it should.
If it does... i'll be updating the package |
|
Back to top |
|
Titanium
Joined: 28 Jun 2006 Posts: 2
|
Posted: Thu 29 Jun '06 12:13 Post subject: |
|
|
Hello Jorge,
Thanks for your help. But unfortunately adding the new manifest didn't make a difference.
I have spent many hours on this problem, running the Dependency Walker to see where the problem is. It says that the msjava.dll is missing. BUT according to some forums this message is misleading as actually it has other reasons.
Anyway, I have installed the VC++ libraries as some ppl suggested. Now there is no error message in the apache console, but in the event viewer it has an error message that apache crashed in libapr-1.dll.
I have no time to go further into this and switched to IIS which works like a charm.
@Jorge: Please have a look at this thread: http://forums.microsoft.com/msdn/showpost.aspx?postid=52788&siteid=1
Maybe it can give you a starting point on where to search for the problem.
If it's proven that Apache runs without error on a fresh Windows Server 2003 x64, I will consider to switch back.
Thanks! |
|
Back to top |
|
Jorge
Joined: 12 Mar 2006 Posts: 376 Location: Belgium
|
Posted: Thu 29 Jun '06 17:09 Post subject: |
|
|
Titanium wrote: | Hello Jorge,
Thanks for your help. But unfortunately adding the new manifest didn't make a difference.
I have spent many hours on this problem, running the Dependency Walker to see where the problem is. It says that the msjava.dll is missing. BUT according to some forums this message is misleading as actually it has other reasons.
Anyway, I have installed the VC++ libraries as some ppl suggested. Now there is no error message in the apache console, but in the event viewer it has an error message that apache crashed in libapr-1.dll.
I have no time to go further into this and switched to IIS which works like a charm.
@Jorge: Please have a look at this thread: http://forums.microsoft.com/msdn/showpost.aspx?postid=52788&siteid=1
Maybe it can give you a starting point on where to search for the problem.
If it's proven that Apache runs without error on a fresh Windows Server 2003 x64, I will consider to switch back.
Thanks! |
I've been reading the thread...
Form what i see i should have set up everything correcly...
I did hower notice that one modules seems to use MFC,
So that runtime maybe needed aswel!
Check the rar for the readme... I've tested it on an other computer without vs 2005 and it works flawless.
http://users.skynet.be/jorge/x64runtime.rar |
|
Back to top |
|
mboeker
Joined: 27 Nov 2006 Posts: 2
|
Posted: Mon 27 Nov '06 20:10 Post subject: Re: Building Apache 2.2.x on Windows x64 |
|
|
saivert wrote: | Lucky for me MySQL 5.0 is available as a x64 version. |
Saivert,
Where did you find the x64 version of MySQL 5.0?
Thanks,
-Martin |
|
Back to top |
|
cyberbat
Joined: 20 Sep 2007 Posts: 3
|
Posted: Thu 20 Sep '07 15:42 Post subject: |
|
|
I'm trying to compile Apache 2.2.6. I do exactly as http://www.blackdot.be/?inc=apache/knowledge/tutorials/x64 describes. I get following error after starting nmake /f Makefile.win INSTDIR="g:\httpd-2.2_x64" installr
Code: | link.exe @g:\temp\nmEF60.tmp
.\Release\apr_atomic.obj : fatal error LNK1112: module machine type 'x64' conflicts with target machine type 'X86' |
|
|
Back to top |
|
Jorge
Joined: 12 Mar 2006 Posts: 376 Location: Belgium
|
Posted: Thu 27 Sep '07 18:16 Post subject: |
|
|
Did you use the regular vs.net command line or the x64 version. |
|
Back to top |
|
cyberbat
Joined: 20 Sep 2007 Posts: 3
|
Posted: Thu 27 Sep '07 19:05 Post subject: |
|
|
Jorge wrote: | Did you use the regular vs.net command line or the x64 version. |
Visual Studio 2005 x64 Win64 Command Prompt |
|
Back to top |
|
Jorge
Joined: 12 Mar 2006 Posts: 376 Location: Belgium
|
Posted: Sun 30 Sep '07 15:59 Post subject: |
|
|
hmmz thats odd |
|
Back to top |
|
cyberbat
Joined: 20 Sep 2007 Posts: 3
|
Posted: Sun 07 Oct '07 17:16 Post subject: |
|
|
so? |
|
Back to top |
|
parti
Joined: 01 Feb 2008 Posts: 1
|
Posted: Fri 01 Feb '08 19:42 Post subject: |
|
|
Cannot get httpd to run, it stops with the following error:
Code: | [Fri Feb 01 18:32:34 2008] [crit] (OS 10050)A socket operation encountered a dead network. : alloc_listener: failed to get a socket for (null)
Syntax error on line 53 of c:/www/httpdx64/conf/httpd.conf:
Listen setup failed |
Line 6 in httpd.conf reads:
Im running httpd in administrator mode in Vista. Has anyone managed to get it running on Vista x64? |
|
Back to top |
|
Steve_mark
Joined: 10 Mar 2009 Posts: 1
|
Posted: Thu 12 Mar '09 12:08 Post subject: |
|
|
hello Jorge/saivert,
Can you please share with me the link from where u download the 2.2.1 tarball for Apache source code.
Actually I also want to build the source code for Apache2.2.x for Window 64-bit(x64).
(except the blackdot.be link) |
|
Back to top |
|