<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:thr="http://purl.org/syndication/thread/1.0">
    <title>CMWK: ubuntu</title>
    <link rel="self" type="application/atom+xml" href="https://dogfood.lekumo.biz/cmwk/ubuntu/atom.xml" />
    <link rel="alternate" type="text/html" href="https://dogfood.lekumo.biz/cmwk/" />
    
    <id>tag:bb.lekumo.jp,2003:weblog-415535</id>
    <updated>2010-11-26T07:22:22+09:00</updated>
    <subtitle>blog.comewalk.com の倉庫</subtitle>
    <entry>
        <title>installing node.js on ubuntu 10.04</title>
        <link rel="alternate" type="text/html" href="https://dogfood.lekumo.biz/cmwk/2010/11/installing-nodejs-on-ubuntu-1004.html" />
        <link rel="replies" type="text/html" href="https://dogfood.lekumo.biz/cmwk/2010/11/installing-nodejs-on-ubuntu-1004.html" thr:count="0" />
        <id>tag:bb.lekumo.jp,2003:post-49233103</id>
        <published>2010-11-26T07:22:22+09:00</published>
        <updated>2013-02-16T01:35:14+09:00</updated>
        <summary>It was easy to install node.js on my ubuntu 10.04 below. ./configure make make install As additional information, I didnt install around ssl library. I got an error like below. Checking for function SSL_library_init : not found Checking for header...</summary>
        <author>
            <name>shigeta</name>
        </author>
        <category scheme="http://www.sixapart.com/ns/types#category" term="javascript" />
        <category scheme="http://www.sixapart.com/ns/types#category" term="ubuntu" />
        <category scheme="http://www.sixapart.com/ns/types#category" term="Web/Tech" />
        
        
<content type="html" xml:base="https://dogfood.lekumo.biz/cmwk/">
<![CDATA[
<div xmlns="http://www.w3.org/1999/xhtml"><p>It was easy to install node.js on my ubuntu 10.04 below.</p>
<blockquote>
<pre>./configure
make
make install
</pre>
</blockquote>
<p>As additional information, I didn't install around ssl library. I got an error like below.</p>
<blockquote>
<pre>Checking for function SSL_library_init : not found
Checking for header openssl/crypto.h : not found
</pre>
</blockquote>
<p>Then I installed libssl-dev by running following command.</p>
<blockquote>$ sudo apt-get install libssl-dev</blockquote>
<p>Yes, I installed node.js so far.</p>
<blockquote>
<pre>$ node -v
v0.2.5
</pre>
</blockquote></div>
]]>
</content>


    </entry>
    <entry>
        <title>iBus didnt work under Python 2.5 on Ubuntu 10.04</title>
        <link rel="alternate" type="text/html" href="https://dogfood.lekumo.biz/cmwk/2010/08/ibus-didnt-work-under-python-25-on-ubuntu-1004.html" />
        <link rel="replies" type="text/html" href="https://dogfood.lekumo.biz/cmwk/2010/08/ibus-didnt-work-under-python-25-on-ubuntu-1004.html" thr:count="29" thr:updated="2014-07-26T06:45:18+09:00" />
        <id>tag:bb.lekumo.jp,2003:post-49233153</id>
        <published>2010-08-10T09:58:07+09:00</published>
        <updated>2013-02-16T01:35:15+09:00</updated>
        <summary>Im using Ubuntu 10.04, and ibut-anthy i...</summary>
        <author>
            <name>shigeta</name>
        </author>
        <category scheme="http://www.sixapart.com/ns/types#category" term="Python" />
        <category scheme="http://www.sixapart.com/ns/types#category" term="ubuntu" />
        
        
<content type="html" xml:base="https://dogfood.lekumo.biz/cmwk/">
<![CDATA[
<div xmlns="http://www.w3.org/1999/xhtml"><p>I&#39;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&#39;t input Japanese. I tried to re-install iBus and related stuffs. But it didn&#39;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.</p>
<p>私は Ubuntu 10.04 で ibus-anthy で日本語入力をしています。で、Google App Engine を使いたかったので Python 2.5 をインストールしたら日本語が使えなくなりました。iBus 関連を再インストールしたりしたんだけど改善しなくて。そしたら Python 2.5 をインストールしたときに python の実行ファイルを残したままでした。そこで Python 2.5 の python 実行ファイルを削除して、デフォルトを Python 2.6 にしました。そしたら日本語入力も復活しました。Python をマルチで動かす人は気をつけよう。</p></div>
]]>
</content>


    </entry>
 
</feed>
