ubuntu

26 November 2010

installing node.js on ubuntu 10.04

It was easy to install node.js on my ubuntu 10.04 below.

./configure
make
make install

As additional information, I didn't install around ssl library. I got an error like below.

Checking for function SSL_library_init : not found
Checking for header openssl/crypto.h : not found

Then I installed libssl-dev by running following command.

$ sudo apt-get install libssl-dev

Yes, I installed node.js so far.

$ node -v
v0.2.5

10 August 2010

iBus didn't work under Python 2.5 on Ubuntu 10.04

I'm using Ubuntu 10.04, and ibut-anthy is for Japanese input. Anyway, I wanted to use Python 2.5 for Google App Engine. Then I installed Python 2.5. Yeah, I was be able to use GAE. But I didn't input Japanese. I tried to re-install iBus and related stuffs. But it didn't look good. Hmm, ah,okay, so when I installed Python 2.5, I remained bin/python. This python was 2.5. ;p I removed bin/python as 2.5. Then I used Python 2.6 as default. Then iBus was just recovered. Hehe, just my two cents.

私は Ubuntu 10.04 で ibus-anthy で日本語入力をしています。で、Google App Engine を使いたかったので Python 2.5 をインストールしたら日本語が使えなくなりました。iBus 関連を再インストールしたりしたんだけど改善しなくて。そしたら Python 2.5 をインストールしたときに python の実行ファイルを残したままでした。そこで Python 2.5 の python 実行ファイルを削除して、デフォルトを Python 2.6 にしました。そしたら日本語入力も復活しました。Python をマルチで動かす人は気をつけよう。

Access Ranking

Powered by Six Apart
Sponsored links