ワイズリマインダー

さくらのレンタルサーバにPEARをインストールする

――――――――――――――――――
設定ファイルの作成
――――――――――――――――――
% pear config-create /home/<USER>/pear .pearrc

――――――――――――――――――
.cshrc にパスを追加する
――――――――――――――――――
% vi /home/<USER>/.cshrc

set path = (/sbin /bin /usr/sbin /usr/bin /usr/local/sbin /usr/local/bin $HOME/bin)
# ここに↓を追加
~/pear/bin

――――――――――――――――――
PEAR のインストール
――――――――――――――――――
%pear install -o PEAR

――――――――――――――――――
パッケージのリストを確認
――――――――――――――――――
% pear list
Installed packages, channel pear.php.net:
=========================================
Package Version State
Archive_Tar 1.4.7 stable
Console_Getopt 1.4.2 stable
PEAR 1.10.9 stable
Structures_Graph 1.1.1 stable
XML_Util 1.4.3 stable

――――――――――――――――――
Mail_Mimeのインストール
――――――――――――――――――
% pear install Mail_Mime
WARNING: channel “pear.php.net” has updated its protocols, use “pear channel-update pear.php.net” to update
downloading Mail_Mime-1.10.2.tgz …
Starting to download Mail_Mime-1.10.2.tgz (36,501 bytes)
……….done: 36,501 bytes
install ok: channel://pear.php.net/Mail_Mime-1.10.2

――――――――――――――――――
mimeDecodeのインストール
――――――――――――――――――
% pear install -a Mail_mimeDecode
WARNING: channel “pear.php.net” has updated its protocols, use “pear channel-update pear.php.net” to update
downloading Mail_mimeDecode-1.5.6.tgz …
Starting to download Mail_mimeDecode-1.5.6.tgz (13,258 bytes)
…..done: 13,258 bytes
install ok: channel://pear.php.net/Mail_mimeDecode-1.5.6

――――――――――――――――――
パッケージのリストを確認
――――――――――――――――――
% pear list
Installed packages, channel pear.php.net:
=========================================
Package Version State
Archive_Tar 1.4.7 stable
Console_Getopt 1.4.2 stable
Mail_Mime 1.10.2 stable
Mail_mimeDecode 1.5.6 stable
PEAR 1.10.9 stable
Structures_Graph 1.1.1 stable
XML_Util 1.4.3 stable



コメントを残す

メールアドレスが公開されることはありません。 が付いている欄は必須項目です

CAPTCHA


このサイトはスパムを低減するために Akismet を使っています。コメントデータの処理方法の詳細はこちらをご覧ください

検索

最近のコメント

最近の投稿

タグ

フィード配信

アーカイブ

外部リンク