【ruby】 anemoneのインストール
libxsltとlibxmlt2が必要
※libxmlt2は2.6.27以降のバージョンが必要
# wget ftp://ftp.gnome.org/pub/GNOME/sources/libxslt/1.1/libxslt-1.1.22.tar.gz # tar zxvf libxslt-1.1.22.tar.gz # cd libxslt-1.1.22 # ./configure # make # make install # wget http://ftp.gnome.org/pub/GNOME/sources/libxml2/2.6/libxml2-2.6.30.tar.gz # tar zxvf libxml2-2.6.30.tar.gz # cd libxml2-2.6.30 # ./configure # make # make install # ls -l /usr/local/lib/libx* -rw-r--r-- 1 root root 4084604 Oct 10 23:10 /usr/local/lib/libxml2.a -rwxr-xr-x 1 root root 807 Oct 10 23:10 /usr/local/lib/libxml2.la lrwxrwxrwx 1 root root 17 Oct 10 23:10 /usr/local/lib/libxml2.so -> libxml2.so.2.6.30 lrwxrwxrwx 1 root root 17 Oct 10 23:10 /usr/local/lib/libxml2.so.2 -> libxml2.so.2.6.30 -rwxr-xr-x 1 root root 2183346 Oct 10 23:00 /usr/local/lib/libxml2.so.2.5.11 -rwxr-xr-x 1 root root 3161899 Oct 10 23:10 /usr/local/lib/libxml2.so.2.6.30 -rw-r--r-- 1 root root 939730 Oct 10 23:13 /usr/local/lib/libxslt.a -rwxr-xr-x 1 root root 850 Oct 10 23:13 /usr/local/lib/libxslt.la lrwxrwxrwx 1 root root 17 Oct 10 23:13 /usr/local/lib/libxslt.so -> libxslt.so.1.1.22 lrwxrwxrwx 1 root root 17 Oct 10 23:13 /usr/local/lib/libxslt.so.1 -> libxslt.so.1.1.22 -rwxr-xr-x 1 root root 647169 Oct 10 23:13 /usr/local/lib/libxslt.so.1.1.22 # sudo gem install anemone
閲覧:302回 Sat Oct 10 23:21:32 +0900 2009
このログへのコメント(0件)
コメント投稿フォーム
トラックバック
関連ログ
- 【ruby on rails】submit_tagに確認ダイアログをつける方法
- 【ruby on rails】file_columnを使った画像ファイルのアップロード
- 【ruby on rails】railsのHTMLヘルパーに悩む
- 【ruby on rails】acts_as_authenticatedで認証
- 【ruby on rails】rubyでRSSを生成する。
- 【ruby on rails】改行コードをBRコードに変換するには
- 【ruby on rails】start_form_tag / form_tag
- 【ruby on rails】link_toヘルパーにclassを指定するには
- 【ruby on rails】rake db:migrate
- rubyでのメールアドレスとURLを抽出する正規表現
