PHP5 PECL Filter on Debian
note: this applies to the dotdeb version of PHP5, not the default package Install prerequisite packages: apt-get install <packagename> dh-make deb-helper php5-dev build-essential Create a temporary working folder mkdir workfolder Download the Debianize script http://packages.dotdeb.org/debianize save the text to a file in the workfolder download the pecl package wget http://pecl.php.net/get/filter tar -xzf filter ./debianize filter-0.9.4/ […]
Read More