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
インストール手順
この拡張モジュールは PHP 5 以降にバンドルされており、configure オプション --with-tidy を指定すればインストールすることができます。
PHP 4 の場合は、(古い) PECL 拡張モジュール » http://pecl.php.net/package/tidy を使うことができます。
注意:
Tidy 1.0 は PHP 4 用であるのに対して、Tidy 拡張モジュールの新しいバージョンは PHP 5 以降専用です。
spaceman at skipthispart dot foo dot at
13-Apr-2008 07:02
