Re: [oe] php-cgi cannot install package

2012-12-04 Thread Marcin Juszkiewicz
W dniu 04.12.2012 13:29, Jack Mitchell pisze: I tried to build the recently commited PHP changes today and received this error at do_rootfs, any ideas? The only package I select is php-cgi through IMAGE_INSTALL. Good catch. Looks like enabling FPM disabled CGI interface. But for performance

Re: [oe] php-cgi cannot install package

2012-12-04 Thread Jack Mitchell
The issue I have with FPM (albeit noting I haven't researched this much) is that FPM keeps the PHP binary running regardless as a daemon right? If there is a memory leak in PHP then this will grow over time, where-as the php-cgi is a one-shot run of the binary and memory issues won't effect

Re: [oe] php-cgi cannot install package

2012-12-04 Thread Eric Bénard
Le Tue, 04 Dec 2012 13:54:23 +0100, Marcin Juszkiewicz marcin.juszkiew...@linaro.org a écrit : W dniu 04.12.2012 13:29, Jack Mitchell pisze: I tried to build the recently commited PHP changes today and received this error at do_rootfs, any ideas? The only package I select is php-cgi