These pages are written by only Japanese.

Welcom to My Diary.com
最新の日記タイトル一覧カテゴリ別タイトル一覧トップへ戻る〜

こんばんわ♪ 現在は4月24日(水)20時51分。 8時を過ぎてしましました。


hns - 日記自動生成システム - Version 2.19.5 (色々 Fixed)

先月 2009年01月 来月
01 02 03
04 05 06 7 8 9 10
11 12 13 14 15 16 17
18 19 20 21 22 23 24
25 26 27 28 29 30 31
Namazu for hns による簡易全文検索です。
詳細は 詳細指定/ヘルプをご参照下さい。
検索式:

2009年01月28日(水)

Ethna をインストールしてみた

↓こんなのがあるらしい。 試しに、自宅のサーバにインストール。
% 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 は見なかった事にしよう。

Smarty:

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 11
Smarty 入れ忘れてました。(てへ
% tar xvfz  Smarty-2.6.21.tar.gz
# cp -r Smarty-2.6.21/libs /usr/share/pear/Smarty

hello, world!:

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

<project>-ini.php:

g-ini.php の url を設定したらエラーが出なくなりました。
    '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 で入ってなかったものを全て入れてみた。闇鍋状態。

これで、1 日分だよ〜。

タイトル一覧
カテゴリ分類
Database
JXTA
Java
XML
awm
bookmark
keyword
memo
news
research
Powered by hns-2.19.5, HyperNikkiSystem Project