Sorry I can't reply in thread - gmail won't let me see my original post.<br><br>I was&nbsp;able&nbsp;to&nbsp;duplicate my apache seg faults on my production box.<br><br>Taking&nbsp;an off-list suggestion from Jay Jarvinen, on my testing box I relinked libmysqlclient14 to libmysqlclient12, since the gdb backtrace showed it going through&nbsp;&nbsp;/usr/lib/libmysqlclient.so.14 .
<br><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ln -s  libmysqlclient.so.12.0.0&nbsp;&nbsp; libmysqlclient.so.14<br><br>Now   Apache/MySQL/PHP get along fine and dandy.<br><br>The only reason I say 'sort of' fixed is that I don't know what the backward linking might break, so I'm a little hesitant to put it in production.
<br><br>Anyone have any wisdom on that issue?<br><br>Thanks,<br><br>Steve<br><br><br>