[Cosign-discuss] Segmentation Fault using curl with Cosign 3.2.0 enabled

2013-05-14 Thread Matt Stapleton
Has anyone experienced issues using curl with the Cosign 3.2.0 Apache module enabled? After upgrading to Cosign 3.2.0, we started receiving a segmentation fault in Apache2 whenever the Cosign module was enabled. Specifically, the fault only seems to occur when we call curl_exec() from our PHP scr

Re: [Cosign-discuss] Segmentation Fault using curl with Cosign 3.2.0 enabled

2013-05-15 Thread Mark Montague
On May 14, 2013 20:07 , Matt Stapleton wrote: > Has anyone experienced issues using curl with the Cosign 3.2.0 Apache > module enabled? > > After upgrading to Cosign 3.2.0, we started receiving a segmentation > fault in Apache2 whenever the Cosign module was enabled. > Specifically, the fault

Re: [Cosign-discuss] Segmentation Fault using curl with Cosign 3.2.0 enabled

2013-05-15 Thread Matt Stapleton
That advice helped out quite a bit. Thanks! Using ldd on mod_cosign indicated it was linked to libssl.so.1.0.0, and all of the other modules were linked to libssl.so.0.9.8. After compiling the mod_cosign module with the 0.9.8 library, the segmentation fault stopped occurring. On Wed, May 15, 20