Hi Eric,
Thank you very much for quick response.
This library belong to OpenAM 3.0.3 policy agent which is installed in
apache.
Is there a way that I can find the root-cause?
Thanks,
Jason
On Tue, Jul 23, 2013 at 10:58 PM, Eric Covener wrote:
> >from /opt/web_agents/apache22_agent/lib/li
>from /opt/web_agents/apache22_agent/lib/libamapc22.so
You need to work with the vendor that supplied the module above.
--
Eric Covener
cove...@gmail.com
-
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
For addit
Hi,
We are using Apache 2.2.23 built using source with default settings. By
default it uses prefork and we use mod proxy and mod rewrite.
Currently apache is crashing with Seg fault errors but the stack track
captured using debugging tool shows exit without core file. Please find
below the beginn
On 07/22/2013 06:57 PM, Karl Hiramoto wrote:
On 07/22/2013 06:39 PM, Jeff Trawick wrote:
You should stop this in apr_dso_load() and see what happens with
dlopen(). [AND/OR] apu_dso_load() may be throwing a way a text
description for the failure in the apr_dso_handle_t structure.
I'll ta