Re: [users@httpd] building httpd 2.4 on windows x64

2015-02-27 Thread Andy Wang
On 02/27/2015 02:25 PM, Jeff Trawick wrote: I'd start over, use only the CLI, and always invoke cmake from a script (e.g., .cmd file) that has the options you're using so you always know how you last ran it. Here's how I build apr-util: cd fresh build dir cmake -DCMAKE_INSTALL_PREFIX=c:\install

Re: [users@httpd] building httpd 2.4 on windows x64

2015-02-27 Thread Fred Duarte
Unsuscribe 2015-02-27 14:09 GMT-05:00 Jeff Trawick : > On Fri, Feb 27, 2015 at 1:37 PM, Andy Wang wrote: > >> On 02/27/2015 12:09 PM, Jeff Trawick wrote: >> >>> I need to update apr-util's README.cmake file with this blurb from >>> httpd. Does this fix your issue? >>> >>> OpenSSL >>> --- >>

Re: [users@httpd] building httpd 2.4 on windows x64

2015-02-27 Thread Jeff Trawick
On Fri, Feb 27, 2015 at 2:53 PM, Andy Wang wrote: > > On 02/27/2015 01:43 PM, Jeff Trawick wrote: > > Can you provide your entire cmake invocation for apr and apr-util? >> >> What's the exact cmake version you're using? >> > > I'm using cmake 2.8.10.2. I already had it on the system and since i

Re: [users@httpd] building httpd 2.4 on windows x64

2015-02-27 Thread Andy Wang
On 02/27/2015 01:43 PM, Jeff Trawick wrote: Can you provide your entire cmake invocation for apr and apr-util? What's the exact cmake version you're using? I'm using cmake 2.8.10.2. I already had it on the system and since it was later than the required version I stuck with it. I'm more t

Re: [users@httpd] building httpd 2.4 on windows x64

2015-02-27 Thread Jeff Trawick
On Fri, Feb 27, 2015 at 2:29 PM, Andy Wang wrote: > > > On 02/27/2015 01:09 PM, Jeff Trawick wrote: > > I doubt that would be useful, although it is where the odd FindOPENSSL >> implementation will look. >> >> Did you set OPENSSL_ROOT_DIR on the cmake command-line, as >> -DOPENSSL_ROOT_DIR=c:\Us

Re: [users@httpd] building httpd 2.4 on windows x64

2015-02-27 Thread Andy Wang
On 02/27/2015 01:09 PM, Jeff Trawick wrote: I doubt that would be useful, although it is where the odd FindOPENSSL implementation will look. Did you set OPENSSL_ROOT_DIR on the cmake command-line, as -DOPENSSL_ROOT_DIR=c:\Users\Foo\install\openssl_1.0.1 or similar? So yeah, that didn't wo

Re: [users@httpd] building httpd 2.4 on windows x64

2015-02-27 Thread Jeff Trawick
On Fri, Feb 27, 2015 at 1:37 PM, Andy Wang wrote: > On 02/27/2015 12:09 PM, Jeff Trawick wrote: > >> I need to update apr-util's README.cmake file with this blurb from >> httpd. Does this fix your issue? >> >> OpenSSL >> --- >> >> If you have a binary install of OpenSSL in a well-known direc

Re: [users@httpd] building httpd 2.4 on windows x64

2015-02-27 Thread Andy Wang
On 02/27/2015 12:09 PM, Jeff Trawick wrote: I need to update apr-util's README.cmake file with this blurb from httpd. Does this fix your issue? OpenSSL --- If you have a binary install of OpenSSL in a well-known directory (e.g., %HOME%\OpenSSL-Win64) and you wish to build httpd against a d

Re: [users@httpd] building httpd 2.4 on windows x64

2015-02-27 Thread Jeff Trawick
On Fri, Feb 27, 2015 at 12:43 PM, Andy Wang wrote: > I've given up trying to figure out how to do this with visual studio in a > reproducible fashion and started looking at cmake. > > Has anyone had any luck building > httpd (2.4.12 is what I'm using) with the following dependencies using > cmake

Re: [users@httpd] building httpd 2.4 on windows x64

2015-02-27 Thread Andy Wang
I've given up trying to figure out how to do this with visual studio in a reproducible fashion and started looking at cmake. Has anyone had any luck building httpd (2.4.12 is what I'm using) with the following dependencies using cmake: openssl zlib pcre apr and apr-util? I'm able to build zli

RE: [users@httpd] Upgrading from 2.4.10 to 2.4.12

2015-02-27 Thread Daryl Rose
Jim, Does that include the httpd.conf file? How about patches? I see a "Security and Official Patches" link on httpd.apache.org site, but it appears to me that all of these patches are old. I don't see anything current listed. Thanks Daryl > From: j...@jagunet.com > Date: Thu, 26 Feb 2015 16:5