Page 1 of 1

cross compile php?

Posted: Thu Jun 10, 2010 5:56 pm
by felipe12357
HI i have a doubt:

I installed and configured cherokee web server on my ubuntu machine there it cans read php.

after this i check the cherokee.conf (the config file of this server) of my ubuntu machine and my target

i didnt replace the cherokee.conf of my ubuntu machine for my target, because some paths are differents.

So instead of this i added the lines that i consider its the php configuration

but when i ran cherokee appearsme this mistake:

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?

or only fix the line??