less than 1 minute read

As I already explained I use the eAccelerator packages from Andrew McMillan.

Unfortunately he didn’t compile new packages for Debian Lenny. Therefore I took his work as starting point and compiled the packages for the latest Lenny updates for the amd64. The i386 packages will follow soon.

You can find the packages at my repository or add it to your sources.list

deb http://debian.schnuckelig.eu/  lenny main contrib non-free

You can install the packages via apt easily using:

apt-get update
apt-get install php5-eaccelerator
If you want to get rid of the GPG warnings you can import my GPG key with <pre>wget -O - http://debian.schnuckelig.eu/repository-key.gpg apt-key add -</pre> directly into your keyring.