I've installed gearman, and it's running
I added the gearman PECL extension, and it installed OK once I figured out I also needed to install libgearman-devel.
I cut & pasted the out-of-the-box example PHP script, with a worker and a client,
worker is running in the background, like a daemon should (#php worker.php &)
when I run client.php, I get the error "Segmentation Fault".
I don't know how to fix a Segmentation Fault.
What should I do?