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
Instalacja
Tidy jest obecnie dostępne dla PHP 4.3.x i PHP 5 jako rozszerzenie PECL » http://pecl.php.net/package/tidy.
Informacja: Tidy 1.0 jest dostępne w PHP 4.3.x, natomiast Tidy 2.0 dla PHP 5.
Jeżeli » PEAR jest dostępny na Twoim systemie uniksowym możesz użyć instalatora pear do zainstalowania rozszerzenia tidy, następującym poleceniem: pecl install tidy.
Zawsze możesz pobrać źródła tar.gz i zainstalować tidy ręcznie:
Example #1 instalacja tidy ze źródeł w PHP 4.3.x
gunzip tidy-xxx.tgz tar -xvf tidy-xxx.tar cd tidy-xxx phpize ./configure && make && make install
Użytkownicy Windows mogą pobrać skompilowaną bibliotekę dll ze strony » http://pecl4win.php.net/ext.php/php_tidy.dll.
W PHP5 wystarczy dodać opcję podczas kompilacji --with-tidy.
Instalacja
spaceman at skipthispart dot foo dot at
13-Apr-2008 07:02
13-Apr-2008 07:02
