On 11/06/2010, at 00:13, andres felipe tamayo cortes wrote: > source_interpreter.c:341 -could not find interpreter 'usr/bin/php-cgi -b > 127.0.0.1:47990' > > so do i have to made a cross compilation of php interpreter too and fix this > line: source!1!interpreter = /usr/bin/php-cgi -b 127.0.0.1:47990?
You have to (cross)-compile PHP as well. Take in mind that you MUST add the --enable-fastcgi parameter to PHP's 'configure' script in order to enable the FastCGI support, otherwise the binary will not work. Good luck, -- Octality http://www.octality.com/ _______________________________________________ Cherokee mailing list [email protected] http://lists.octality.com/listinfo/cherokee
