2011-11-22から1日間の記事一覧

さくらのレンタルサーバーに perlbrew を使って Perl をインストールする

以前作成した環境をすべて削除し、レンタル時の初期状態に戻してから perlbrew で Perl をインストールしたら、エラーが発生せずにインストールできた。 % curl -LO http://xrl.us/perlbrew % chmod u+x perlbrew % ./perlbrew install % cat perl5/perlbrew…

さくらのレンタルサーバーに zsh をインストールしたら怒られた

いまのレンタルサーバーには zsh がインストールされているから、特に理由がない限り、自分でインストールをする必要がないという話し。 % mkdir -p ~/local/src % cd ~/local/src % wget http://downloads.sourceforge.net/project/zsh/zsh-dev/4.3.12/zsh-…