This is just an FYI for anybody trying to include PHP support in the RRSDK for Leopardboard.
I was trying to include the Lighttpd app on my Leopard board, which apparently requires PHP support.After configuring the SDK I would get a failure when building that php-5.3.4.tar.bz2 could not be verified.
A little investigating revealed that the link to download the php package was broken, apparently PHP.net has moved on to 5.3.8 and moved the 5.3.4 version to http://museum.php.net/php5/php-5.3.4.tar.bz2 so the get for the package and the sha1 file were just obtaining some html error page. So for now I manual downloaded the 5.3.4 version and tried to move on. I'm not sure if the right thing to do is move on to 5.3.8 or just fix the link to 5.3.4 in the make/config scripts, I'll let RR decide that.
However I didn't get much further, the php build failed, after running make VERBOSE=1 in the $DEVDIR/fs/apps/php-5.3.4 directory I saw something about libxml2.config missing. A little google research indicated that I might need to install the libxml2.dev package on my build machine, so I did that and everything worked.
Now to figure out this Lighttpd thing.