cross compile php?

Need help installing PHP, configuring a script, or configuring a server? Then come on in and post your questions! We'll try to help the best we can!

Moderator: General Moderators

Post Reply
felipe12357
Forum Newbie
Posts: 2
Joined: Thu Jun 10, 2010 5:50 pm

cross compile php?

Post 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??
Post Reply