Re: mod_jk on Mac OS X 10.10 (Yosemite)

2014-11-12 Thread William Moore
Chris On 12 Nov 2014, at 5:13am, Christopher Schultz ch...@christopherschultz.net wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 William, On 11/11/14 6:41 AM, William Moore wrote: It turns out this was happening because the upgrade to Yosemite had deleted all the files in

Re: mod_jk on Mac OS X 10.10 (Yosemite)

2014-11-11 Thread William Moore
Chris It turns out this was happening because the upgrade to Yosemite had deleted all the files in /usr/include. I removed the replaced the folder /usr/include with a link to /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include and

Re: mod_jk on Mac OS X 10.10 (Yosemite)

2014-11-11 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 William, On 11/11/14 6:41 AM, William Moore wrote: It turns out this was happening because the upgrade to Yosemite had deleted all the files in /usr/include. I removed the replaced the folder /usr/include with a link to

Re: mod_jk on Mac OS X 10.10 (Yosemite)

2014-11-10 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 William, On 11/10/14 10:50 AM, William Moore wrote: Please can someone advise me how to build mod_jk on Mac OS X 10.10 (Yosemite / darwin 14.0.0)? I got past the failure at: checking for gcc...

Re: mod_jk on Mac OS X 10.10 (Yosemite)

2014-11-10 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 William, On 11/10/14 10:50 AM, William Moore wrote: Please can someone advise me how to build mod_jk on Mac OS X 10.10 (Yosemite / darwin 14.0.0)? I got past the failure at: checking for gcc...

Re: mod_jk on Mac OS X 10.10 (Yosemite)

2014-11-10 Thread William Moore
Chris The configure command is: ./configure CFLAGS='-arch x86_64' APXSLDFLAGS='-arch x86_64' --with-apxs=/usr/sbin/apxs I also tried your version, and that gave the same error: configure: error: could not detect a 32-bit integer type Which version of Xcode are you using? Mine says:

Re: mod_jk on Mac OS X 10.10 (Yosemite)

2014-11-10 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 William, On 11/10/14 4:26 PM, William Moore wrote: The configure command is: ./configure CFLAGS='-arch x86_64' APXSLDFLAGS='-arch x86_64' --with-apxs=/usr/sbin/apxs I also tried your version, and that gave the same error: configure:

RE: mod_jk on Mac OS X 10.10 (Yosemite)

2014-11-10 Thread Charlie DiDonato
-Original Message- From: William Moore [mailto:wmoor...@gmail.com] Sent: Monday, November 10, 2014 4:26 PM To: Tomcat Users List Subject: Re: mod_jk on Mac OS X 10.10 (Yosemite) Chris The configure command is: ./configure CFLAGS='-arch x86_64' APXSLDFLAGS='-arch x86_64' --with-apxs