Re: PHP Problem

2011-02-28 Thread Alex Dean
If you're familiar with gdb, you can debug the segfault that way. Try starting Apache with just a single worker process, and attache gdb to the worker. Then submit your form, and get a backtrace when the segfault occurs. On Feb 28, 2011, at 3:26 PM, kitepi...@kitepilot.com wrote: > My guess i

Re: PHP Problem

2011-02-28 Thread kitepi...@kitepilot.com
My guess is that you either overlooked or missconfigured a ./configure option. Look at your configure/make logs. There is no reason why a properly compiled PHP installation is going to segvee on a form. Your problem is deeper that where you are looking at. ET Nathan England writes: Th

Re: PHP Problem

2011-02-28 Thread Nathan England
The logs do not give any information, only that a child pid has seg faulted. This is the only file in the directory, and it works on another Fedora 13 system I have. It is only on this one machine that it will not work. It seems any php I throw at it works, but once a form is submitted it errors o

Re: PHP Problem

2011-02-28 Thread Thomas Gail Haws
There's no action on your form. Is that a problem? -- "To forgive is the highest, most beautiful form of love. In return, you will receive untold peace and happiness." - Dr. Robert Muller On Mon, Feb 28, 2011 at 12:07 PM, kitepi...@kitepilot.com < kitepi...@kitepilot.com> wrote: > I've done ton

Re: PHP Problem

2011-02-28 Thread Jason Holtzapple
On 02/28/2011 11:57 AM, Nathan England wrote: > I have a serious problem. I cannot run _anything_ php... > > I have an LFS system I use for running various test php things. I have > done a fresh install of php 5.3.5 and apache 2.2.17. I created an > index.php with > > > > and it returns as ex

Re: PHP Problem

2011-02-28 Thread kitepi...@kitepilot.com
I've done tons of LFS stuff, I'll be more than glad to lend you a hand but I'll need SSH access to the box. What switches did you tar/untar with? ET Nathan England writes: I have a serious problem. I cannot run _anything_ php... I have an LFS system I use for running various test php t

Re: PHP Problem

2011-02-28 Thread Kevin Fries
On 02/28/2011 11:57 AM, Nathan England wrote: I have a serious problem. I cannot run _anything_ php... I have an LFS system I use for running various test php things. I have done a fresh install of php 5.3.5 and apache 2.2.17. I created an index.php with and it returns as expected, all loo

PHP Problem

2011-02-28 Thread Nathan England
I have a serious problem. I cannot run _anything_ php... I have an LFS system I use for running various test php things. I have done a fresh install of php 5.3.5 and apache 2.2.17. I created an index.php with and it returns as expected, all looks good. However, when I run the following I get a