This problem lies with the configure script
See this bug report: https://bugs.launchpad.net/php-fpm/+bug/501269
I patched it here:
http://github.com/ThePixelDeveloper/php-fpm/commit/50813a7a246eade6df2d3bc68b9e88371f31699f
Now everything works as expected.
On 11 April 2010 23:26, dkierans <nginx-forum@nginx.us> wrote:
> Yes I had this problem too. I tried a few things that *should have* worked
> but didn't. In the end I forced it to in stall in /usr/local/lib and not the
> libevent directory. It was a little while back so fuzzy about the exact
> steps but the configure script was the problem. I did not specify any lib
> paths on my configure line.
>
> One thing that does help it run the configure with sh -x ./configure 2>&1
> | tee report.dump and see exactly what configure thinks it needs to do.
>
> The next problem you might encounter after this it the "test" of the
> libevent from configure giving and error. For me this was fixed by making
> sure LD_LIBRARY_PATH knew where to find it when configure was run.
>
> Good luck.
>
> Posted at Nginx Forum:
> http://forum.nginx.org/read.php?3,73839,73899#msg-73899
>
>
--
To unsubscribe, reply using "remove me" as the subject.