カテゴリ「yum」で召還しました

エラー「ERROR: failed to mkdir /usr/share/pear/doc/tidy」の対処法

2008年07月09日 魔法使いlinuxの弟子

・エラー文

$ pecl install tidy
downloading tidy-1.2.tgz …
Starting to download tidy-1.2.tgz (9,602 bytes)

…..done: 9,602 bytes
ERROR: failed to mkdir /usr/share/pear/doc/tidy

・対処法
サーバにパッケージlibtidyとlibtidy-develが入っていないために出るエラーなのでこれらを両方インストールする必要がある。
「」を参照



カテゴリ:Linux, Linuxログ, PHP, yum, エラー, サーバ管理

タグ:, , , , , , , ,

エラー「PHP Fatal error: Class ‘tidy’ not found in xxxx.php on line xx 」の対処法

2008年07月08日 魔法使いlinuxの弟子

・エラー文

PHP Fatal error: Class ‘tidy’ not found in xxxx.php on line xx

・対処法

PHPクラスtidyが入っていないので、これをインストールする「」を参照



カテゴリ:Linux, Linuxログ, PHP, Webサイト管理, yum, サーバ管理

タグ:, , , , , , ,

エラー「sh: phpize: command not found ERROR: `phpize’ failed」の対処法

2008年07月07日 魔法使いlinuxの弟子

・エラー文

# pecl install tidy

downloading tidy-1.2.tgz …

Starting to download tidy-1.2.tgz (9,602 bytes)

…..done: 9,602 bytes

3 source files, building

running: phpize

sh: phpize: command not found

ERROR: `phpize’ failed

これはphpizeが入っていないことによるエラーだが、php-develパッケージにphpizeが入っているのでphp-develごとインストールする。
参考:



カテゴリ:Linux, Linuxログ, PHP, yum, サーバ管理

タグ:, , , , , , ,

PHPでHTMLを整形するクラスtidyをインストールする手順

2008年07月06日 魔法使いlinuxの弟子

・よくあるエラー

・インストールコマンド

# yum -y install libtidy
参考:

# yum -y install libtidy-devel
参考:

# yum -y install php-devel
参考:

# # yum install php-tidy
参考:



カテゴリ:Linux, Linuxログ, PHP, yum, サーバ管理

タグ:, , , , , , ,

pecl install tidyのインストールログ

2008年07月05日 魔法使いlinuxの弟子

# pecl install tidy
downloading tidy-1.2.tgz …
Starting to download tidy-1.2.tgz (9,602 bytes)
…..done: 9,602 bytes
3 source files, building
running: phpize

続きを唱える»



カテゴリ:Linux, Linuxログ, PHP, yum, サーバ管理

タグ:, , , , , , , , ,