If you're running something other than Etch, and you want to use my eAccelerator packages you should be able to fetch the source packages. First add a line to your /etc/apt/sources.list:
After doing an apt-get update you should be able to apt-get --build source php5-eacclerator. If this is the first time you have done it, you may need to fetch the build dependencies as well. You can do this with apt-get build-dep php5-eacclerator.
That should create a php5-eaccelerator .deb which you can install with dpkg -i <filename.deb>
Building your own eaccelerator packages from my sources
If you're running something other than Etch, and you want to use my eAccelerator packages you should be able to fetch the source packages. First add a line to your /etc/apt/sources.list:
After doing an
apt-get updateyou should be able toapt-get --build source php5-eacclerator. If this is the first time you have done it, you may need to fetch the build dependencies as well. You can do this withapt-get build-dep php5-eacclerator.That should create a php5-eaccelerator .deb which you can install with
dpkg -i <filename.deb>Regards,
Andrew McMillan.