If you're having trouble installing the Tidy2 extension on Ubuntu Dapper for PHP 5, take a look at this thread in the support forums:
http://ubuntuforums.org/showthread.php?t=195636
In summary:
* there is an extra "make clean" step required between "configure" and "make"
* depending on your setup, you may need to install a couple of other packages before you can install tidy:
build-essential, php5-dev and/or php5-cli, libtidy, libtidy-dev
Installation
Tidy est packagé avec PHP 5 et supérieur et est installé grâce à l'option de configuration --with-tidy
Les utilisateurs de PHP 4 doivent utiliser la (vieille) extension PECL ici: » http://pecl.php.net/package/tidy.
Note:
Tidy 1.0 fonctionne avec PHP 4, alors que des versions plus récentes fonctionnent avec PHP 5 et supérieur.
spaceman at skipthispart dot foo dot at
13-Apr-2008 10:02
