These pages are written by only Japanese.
|
Namazu for hns による簡易全文検索です。 詳細は 詳細指定/ヘルプをご参照下さい。 |
|||||||||||||||||||||||||||||||||||||||||||||||||
% ethna add-project -b=/var/www g creating directory (/g) [y/n]: y PHP Warning: mkdir(): Permission denied in <略>うーむ。-b が prefix 指定だと思ったけど効かないなぁ…
% cd /var/www % ethna add-project g <いろいろ> project skelton for [g] is successfully generated at [/var/www]-b は見なかった事にしよう。
G[8344](WARNING): global.require_once(class/Renderer/Ethna_Renderer_Smarty.php:11): [PHP] E_WARNING: require_once(Smarty/Smarty.class.php) [function.require-once]: failed to open stream: そのようなファイルやディレクトリはありません in /usr/share/pear/Ethna/class/Renderer/Ethna_Renderer_Smarty.php on line 11Smarty 入れ忘れてました。(てへ
% tar xvfz Smarty-2.6.21.tar.gz # cp -r Smarty-2.6.21/libs /usr/share/pear/Smarty
Index Page hello, world!…と表示されたけど、同時に大量のエラーが…
G[8345](WARNING): global.preg_match(/usr/share/pear/Smarty/Smarty_Compiler.class.php:454): [PHP] E_WARNING: preg_match() [function.preg-match]: Compilation failed: repeated subpattern is too long at offset 18454 in /usr/share/pear/Smarty/Smarty_Compiler.class.php on line 454 G[8345](ERR): Smarty._trigger_fatal_error(/usr/share/pear/Smarty/Smarty_Compiler.class.php:2242): [PHP] E_USER_ERROR: Smarty error: [in index.tpl line 5]: syntax error: unrecognized tag: $config.url (Smarty_Compiler.class.php, line 455) in /usr/share/pear/Smarty/Smarty.class.php on line 1092 G[8345](ERR): Smarty._trigger_fatal_error(/usr/share/pear/Smarty/Smarty_Compiler.class.php:2242): [PHP] E_USER_ERROR: Smarty error: [in index.tpl line 5]: syntax error: unrecognized tag '' (Smarty_Compiler.class.php, line 599) in /usr/share/pear/Smarty/Smarty.class.php on line 1092 G[8345](WARNING): global.preg_match(/usr/share/pear/Smarty/Smarty_Compiler.class.php:454): [PHP] E_WARNING: preg_match() [function.preg-match]: Compilation failed: repeated subpattern is too long at offset 18454 in /usr/share/pear/Smarty/Smarty_Compiler.class.php on line 454 G[8345](ERR): Smarty._trigger_fatal_error(/usr/share/pear/Smarty/Smarty_Compiler.class.php:2242): [PHP] E_USER_ERROR: Smarty error: [in index.tpl line 19]: syntax error: unrecognized tag: $smarty.const.ETHNA_VERSION (Smarty_Compiler.class.php, line 455) in /usr/share/pear/Smarty/Smarty.class.php on line 1092 G[8345](ERR): Smarty._trigger_fatal_error(/usr/share/pear/Smarty/Smarty_Compiler.class.php:2242): [PHP] E_USER_ERROR: Smarty error: [in index.tpl line 19]: syntax error: unrecognized tag '' (Smarty_Compiler.class.php, line 599) in /usr/share/pear/Smarty/Smarty.class.php on line 1092
'url' => 'http://<秘密>.awm.jp/',ふむ…
# yum install mysql-server mysql-devel # yum install php-mysql php-pdo php-tidy # yum install php-pear-DB # yum install php-pear-HTTP-Request # yum install php-pear-Mail php-pear-Mail-Mime # yum install php-pear-Date php-pear-File # yum install php-pecl-memcache微妙に重複してる気もするけど、mysql, php のキーワードに 引っかかる package で入ってなかったものを全て入れてみた。闇鍋状態。