Re: Tomcat Native 1.2.2

2015-11-09 Thread Huxing Zhang
Hi Christopher, Thanks for your comments. I used to compile openssl under linux, when I switched my OS to Mac OSX, the openssl building env was not completely clean, which lead to the problem. Will use brew to update openssl later on. Thanks, Huxing --

Re: Tomcat Native 1.2.2

2015-11-06 Thread Christopher Schultz
Huxing, On 11/5/15 7:08 PM, Huxing Zhang wrote: > Hi All, > > I have solved the problem building tcnative on Mac OSX. > > The message worth noticing is: > ld: warning: ld: warning: ignoring file /usr/local/openssl/lib/libcrypto.a, > file was built for archive which is not the architecture being

Re: Tomcat Native 1.2.2

2015-11-05 Thread Huxing Zhang
Hi All, I have solved the problem building tcnative on Mac OSX. The message worth noticing is: ld: warning: ld: warning: ignoring file /usr/local/openssl/lib/libcrypto.a, file was built for archive which is not the architecture being linked (x86_64): /usr/local/openssl/lib/libcrypto.aignoring f

Re: Tomcat Native 1.2.2

2015-11-04 Thread Rémy Maucherat
2015-11-04 20:22 GMT+01:00 Christopher Schultz : > At some point, tcnative won't have to exist at all. There have been some > efforts to provide an OpenSSL-based JSSE provider, at which point little > needs to be done to use OpenSSL under the hood, and I think the APR > connector can be discarded.

Re: Tomcat Native 1.2.2

2015-11-04 Thread Christopher Schultz
Mark, On 11/4/15 4:39 AM, Mark Thomas wrote: > On 04/11/2015 09:32, jean-frederic clere wrote: >> On 11/04/2015 02:00 AM, Mark Thomas wrote: >>> I've just finished running the unit tests for APR on OSX with the >>> current 1.2.x trunk and 9.0.x, 8.0.x and 7.0.x and all pass. >>> >>> I plan to tag

Re: Tomcat Native 1.2.2

2015-11-04 Thread Mark Thomas
On 04/11/2015 09:32, jean-frederic clere wrote: > On 11/04/2015 02:00 AM, Mark Thomas wrote: >> I've just finished running the unit tests for APR on OSX with the >> current 1.2.x trunk and 9.0.x, 8.0.x and 7.0.x and all pass. >> >> I plan to tag 1.2.2 tomorrow morning and will hopefully be able to

Re: Tomcat Native 1.2.2

2015-11-04 Thread Huxing Zhang
Hi All, I have trouble running tcnative test under Mac OSX(EI Capitan). I used the jdk8, apr 1.5.2, openssl 1.0.2d(OpenSSL 1.0.2d 9 Jul 2015) to build the tcnative code in trunk. I followed the instructions described in native/BUILDING: Step by step build output is: 1) sh buildconf --with-apr

Re: Tomcat Native 1.2.2

2015-11-04 Thread jean-frederic clere
On 11/04/2015 02:00 AM, Mark Thomas wrote: > I've just finished running the unit tests for APR on OSX with the > current 1.2.x trunk and 9.0.x, 8.0.x and 7.0.x and all pass. > > I plan to tag 1.2.2 tomorrow morning and will hopefully be able to start > a new vote later in the day. I am trying som