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 openssl. But if Apache was built with openssl > 0.9.8x, segfault occurred. Is there anything I can do for my built so it > also works in the Apache which was built with older version of openssl?
Static link to openssl? -- Alex Bligh