On 03/18/2009 03:11 PM, Chris wrote:
On Wed, Mar 18, 2009 at 1:29 PM, Barry Roberts<[email protected]>  wrote:
strace httpd -k start shows the last system calls (I can send the full
output) as either a whole bunch of:
time(NULL)                              = 1237404201

Did you run httpd inside gdb and examine the stack backtrace,
registers, and local variables once the SEGV fired?
I had composed long and mostly useless replies to Mr. McNabb's and Mr. Jansen's helpful responses when I tried this. Turns out the latest Legato Networker client (which I had just installed a couple of months ago) added /opt/lgtonmc/bin/ to /etc/ld.so.conf.

So gdb showed me this:
Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread -1208408304 (LWP 26795)]
0x001c08d9 in CRYPTO_new_ex_data () from /opt/lgtonmc/bin/libldap-2.3.so.0

And I (almost) immediately realized that httpd shouldn't be using any libraries in /opt/lgtonmc/bin.

After I removed that line from ld.so.conf and ran ldconfig everything is feeling MUCH better now. So thanks to all for the help.

PLUG Rocks.

Thanks,
Barry

/*
PLUG: http://plug.org, #utah on irc.freenode.net
Unsubscribe: http://plug.org/mailman/options/plug
Don't fear the penguin.
*/

Reply via email to