My empeg is back online!

I had serveral problems with my debian installation on the empeg in the last two weeks. The cause was the introduction of the new libc (version 2.3.1) in the testing debian release. (The one I'm running on the empeg)
Now everything is working again, including the new libc and the new gcc compiler! I had to made some minor changes in the kernel.

But neverless the php version I provide should still run on the default empeg player.
I have to deliver some more libraries in my download file now. Maybe some libraries are still missing, but at least the test script runs.

Just unzip all the files in one folder and start the php (cli version) with the following two command lines:
export LD_LIBRARY_PATH=/drive0/php
/drive0/php/ld-linux.so.2 /drive0/php/php < test.php [Adapt your path in both lines!]

Downloads
Version 1: (--with-xml --enable-xslt --with-xslt-sablot --enable-wddx)
http://empeg.homelinux.com/php1.tar.gz

Version 2: (--with-readline --with-gettext --with-openssl --with-ttf --with-gd)
follows later (if needed)

First version: (compiled with no special options, but mysql support)
http://empeg.homelinux.com/php.tar.gz