Re: problem with different version of openssl in Apache and apache module

2013-12-20 Thread Alex Bligh
On 19 Dec 2013, at 19:29, Hong wrote: I wrote an Apache module that call functions in openssl library to sign the messages. The module is dynamic linked to openssl library 1.0.1d when I built it. It works fine when it is loaded into the Apache that was also built with the same version of

Re: problem with different version of openssl in Apache and apache module

2013-12-20 Thread Rainer Jung
On 20.12.2013 10:51, Alex Bligh wrote: On 19 Dec 2013, at 19:29, Hong wrote: I wrote an Apache module that call functions in openssl library to sign the messages. The module is dynamic linked to openssl library 1.0.1d when I built it. It works fine when it is loaded into the Apache that

Re: problem with different version of openssl in Apache and apache module

2013-12-20 Thread Joshua Marantz
We faced this exact issue (openssl clashes with other linked-in versions) in mod_pagespeed and ngx_pagespeed, its nginx equivalent. We solved this problem in our Apache module because we linked mod_pagespeed.so hiding all the symbols other than the module entry-point into Apache. Here's the link

FreeBSD make

2013-12-20 Thread Jim Jagielski
OK... this is weird, FreeBSD 9.2 make doesn't like http://svn.apache.org/viewvc?view=revisionrevision=1327907 gmake works fine. :/ (can't grab what the exact error is right now, but something like needs an operator or something like that... it doesn't like the 'ifdef' statement... or

Re: FreeBSD make

2013-12-20 Thread Jim Riggs
On 20 Dec 2013, at 07:04, Jim Jagielski j...@jagunet.com wrote: OK... this is weird, FreeBSD 9.2 make doesn't like http://svn.apache.org/viewvc?view=revisionrevision=1327907 gmake works fine. :/ (can't grab what the exact error is right now, but something like needs an operator

Re: FreeBSD make

2013-12-20 Thread Jim Jagielski
Currently, configure.in looks like it tries to work around this, but just for BSDI: dnl If we are running on BSD/OS, we need to use the BSD .include syntax. BSD_MAKEFILE=no ap_make_include=include ap_make_delimiter=' ' case $host in *bsdi*) # Check whether they've installed GNU make if