Re: Apache 2.2.0 on Win32

2006-01-13 Thread Mladen Turk
William A. Rowe, Jr. wrote: Fenlason, Josh wrote: Here is the path that requires msjava.dll: Httpd.exe-libapr-1.dll-advapi32.dll-winsta.dll-netapi32.dll-dnsapi. dll-iphlpapi.dll-mprapi.dll-activeds.dll-adsldpc.dll-credui.dll-sh ell32.dll-shdocvw.dll-mshtml.dll-msjava.dll When you see

Re: Apache 2.2.0 on Win32

2006-01-12 Thread Steffen
@httpd.apache.org Sent: Thursday, January 12, 2006 8:24 PM Subject: RE: Apache 2.2.0 on Win32 Here is the path that requires msjava.dll: Httpd.exe-libapr-1.dll-advapi32.dll-winsta.dll-netapi32.dll-dnsapi. dll-iphlpapi.dll-mprapi.dll-activeds.dll-adsldpc.dll-credui.dll-sh ell32.dll-shdocvw.dll-mshtml.dll

Re: Apache 2.2.0 on Win32

2006-01-12 Thread William A. Rowe, Jr.
Fenlason, Josh wrote: Yep, I copied every and modified the configuration files accordingly. I have it working on the XP box that it was built on. It won't run on different XP and 2003 boxes. I compiled it with Visual Studio 2005. (That's what is recommended, right?) Your other boxes are

Re: Apache 2.2.0 on Win32

2006-01-12 Thread William A. Rowe, Jr.
Fenlason, Josh wrote: Here is the path that requires msjava.dll: Httpd.exe-libapr-1.dll-advapi32.dll-winsta.dll-netapi32.dll-dnsapi. dll-iphlpapi.dll-mprapi.dll-activeds.dll-adsldpc.dll-credui.dll-sh ell32.dll-shdocvw.dll-mshtml.dll-msjava.dll When you see something nested from MS itself, it's

Re: Apache 2.2.0 on Win32

2006-01-12 Thread Steffen
not to use VS2005 with Apache 2.2.0 and a lot of third-party mods. I distribute it and is working on all current windows versions. Steffen - Original Message - From: William A. Rowe, Jr. [EMAIL PROTECTED] To: dev@httpd.apache.org Sent: Thursday, January 12, 2006 9:55 PM Subject: Re: Apache

RE: Apache 2.2.0 on Win32

2006-01-12 Thread Fenlason, Josh
- From: Steffen [mailto:[EMAIL PROTECTED] Sent: Thursday, January 12, 2006 1:36 PM To: dev@httpd.apache.org Subject: Re: Apache 2.2.0 on Win32 You are not on the wright track by trying to solve the msjava.dll dependency. Just follow the instructions at: http://msdn2.microsoft.com

Re: Apache 2.2.0 on Win32

2006-01-12 Thread Jess Holle
William A. Rowe, Jr. wrote: In fact we are continuing on with Visual Studio 6, for the time being, so folks can continue to use various things like the modperl etc built upon ActiveState. Okay, that was not quite clear and is helpful to know. So you're saying that if we build with the

Re: Apache 2.2.0 on Win32

2006-01-12 Thread William A. Rowe, Jr.
Jess Holle wrote: Okay, that was not quite clear and is helpful to know. So you're saying that if we build with the latest MS dev/net studio modules built with MS VC++ 6 won't work? *potentially*. In practice they should interoperate. In fact mod_aspdotnet already does, it's compiled

Re: Apache 2.2.0 on Win32

2006-01-11 Thread William A. Rowe, Jr.
Josh, glad you were successful. I agree that your message seems to indicate a problem; did you copy the entire installed Apache2 directory? If you have, what OS's are those two machines (the working and non-working ones?) The newest 2.2 version now has absolute dependencies upon ldap. Which

RE: Apache 2.2.0 on Win32

2006-01-11 Thread Fenlason, Josh
: William A. Rowe, Jr. [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 11, 2006 11:19 AM To: dev@httpd.apache.org Subject: Re: Apache 2.2.0 on Win32 Josh, glad you were successful. I agree that your message seems to indicate a problem; did you copy the entire installed Apache2 directory

Re: Apache 2.2.0 on Win32

2006-01-11 Thread Steffen
6:31 PM Subject: RE: Apache 2.2.0 on Win32 Yep, I copied every and modified the configuration files accordingly. I have it working on the XP box that it was built on. It won't run on different XP and 2003 boxes. I compiled it with Visual Studio 2005. (That's what is recommended, right

Re: Apache 2.2.0 on Win32

2006-01-11 Thread William A. Rowe, Jr.
Steffen wrote: Build with VS 2005, see for deploying on other computers: http://msdn2.microsoft.com/en-us/library/zebw5zk9(en-US,VS.80).aspx FYI, DEPENDS.EXE is a useful utility deployed with all flavors of VisualStudio, which provides a graphical equivilant of Unix ldd. It will help you

RE: Apache 2.2.0 on Win32

2006-01-11 Thread Fenlason, Josh
. -Original Message- From: William A. Rowe, Jr. [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 11, 2006 12:48 PM To: dev@httpd.apache.org Subject: Re: Apache 2.2.0 on Win32 Steffen wrote: Build with VS 2005, see for deploying on other computers: http://msdn2.microsoft.com/en-us

Re: Apache 2.2.0 on Win32

2006-01-11 Thread William A. Rowe, Jr.
Fenlason, Josh wrote: Yeah, I stumbled upon depends.exe this morning. I used it on the 2k3 box and found out that it couldn't find msjava.dll (Why is this needed for Apache?) and msvcr80.dll. I copied them from the working XP box into apache_home\bin. It found the dlls, but I still get the

Re: Apache 2.2.0 on Win32

2006-01-11 Thread Steffen
and using the XCOPY method Steffen http://www.sambarserver.info - Original Message - From: Fenlason, Josh [EMAIL PROTECTED] To: dev@httpd.apache.org Sent: Wednesday, January 11, 2006 9:02 PM Subject: RE: Apache 2.2.0 on Win32 Yeah, I stumbled upon depends.exe this morning. I used