From: Brian A. <br...@ta...> - 2001-02-11 17:03:57
|
Steve Linberg wrote: > Is there anything else I can do on this build to help figure out what's > going wrong? Would running a trace on apache do it? The segfault is > easily reproducible in this case - load the page with the user handler > active and it segfaults. I did an apache trace once before, but I'd have > to see if I can remember how to do it - I'm not an apache/kernel > hacker. But if it would help, I'm happy to do it. Here are a couple of ideas for you: 1) Recompile apache without expat. 2) Add this to you httpd.conf: LoadFile /usr/lib/libmysqlclient.so.6.0.0 Make sure you use the right library on your machine 3) Try compiling all modules statically. I'm not that familiar with the source to either dav or the one auth module so I don't know if there are any know issues with them. -Brian -- _______________________________________________________ Brian Aker, br...@ta... Slashdot Senior Developer Seattle, Washington http://tangent.org/~brian/ http://slashdot.org/ _______________________________________________________ You can't grep a dead tree. |