This is Takatsugu Shigeta's TypePad Profile.
Join TypePad and start following Takatsugu Shigeta's activity
Takatsugu Shigeta
Tokyo, Japan
a programmer
Recent Activity
Chrome Tech Talk Night #5 に行ってきました
Ilya Grigorik さんがお話されるということでお邪魔してきました。 (通訳の方が入っていたので英語が苦手な方でも大丈夫です。) * イベントページ * スライド1 {mod, ngx}_pa... Continue reading
Posted Feb 1, 2013 at blog.comewalk.com
Comment
0
MTDDC Meetup KYUSHU 2013 で Lightning Talk しました
MTDDC Meetup KYUSHU 2013 に行って Lightning Talk に出させてもらいました。 写真は博多駅から東京方面を見ている構図。 ### ブログを支える技術 PubSubH... Continue reading
Posted Jan 28, 2013 at blog.comewalk.com
Comment
0
Say Hello, 2013
Happy new year everyone! あけましておめでとうございます。 Twitter や Facebook では簡単な新年のご挨拶をしましたがブログでは遅くなりました。(毎年のことですが... Continue reading
Posted Jan 15, 2013 at blog.comewalk.com
Comment
0
Probably, the cause is from my environment :(
$ mysql_config --libs
-L/usr/lib64 -lmysqlclient -lpthread -lm -lrt -ldl
But libmysqlclient.a is in following directory.
$ ls -1 -F /usr/lib64/mysql/
libmygcc.a
libmysqlclient.a
libmysqlclient_r.a@
libmysqlservices.a
libtcmalloc_minimal.so*
plugin/
Thank you for your help, lestrrat :)
Installing DBD::mysql
Updated at 8 Jan 2013 If you tried to run installing DBD::mysql like this entry, please see comments to the end. Installing DBD::mysql was long way to me. I have already installed MySQL and DBI like this. I used rpms via Download MySQL Community Server $ rpm -qa | grep -i mysql MySQL-shared-c...
Thank you, lestrrat!
Installing DBD::mysql
Updated at 8 Jan 2013 If you tried to run installing DBD::mysql like this entry, please see comments to the end. Installing DBD::mysql was long way to me. I have already installed MySQL and DBI like this. I used rpms via Download MySQL Community Server $ rpm -qa | grep -i mysql MySQL-shared-c...
Installing DBD::mysql
Updated at 8 Jan 2013 If you tried to run installing DBD::mysql like this entry, please see comments to the end. Installing DBD::mysql was long way to me. I have already installed MySQL and DBI like this. I used rpms via Download MySQL Community Server $ rpm -qa | grep -i mysql MySQL-shared-compat-5.5.29-1.linux2.6.x86_64 MySQL-server-5.5.29-1.linux2.6.x86_64 MySQL-devel-5.5.29-1.linux2.6.x86_64 MySQL-client-5.5.29-1.linux2.6.x86_64 DBI is below. $ cpanm DBI Okay, I will show you my steps. First of all, I got source code of DBD::mysql from github. $ git clone https://github.com/CaptTofu/DBD-mysql.git $ cd DBD-mysql $ perl Makefile.PL $ make I saw an error in runing make. $... Continue reading
Posted Dec 28, 2012 at blog.comewalk.com
Comment
3
PERL_RLIMIT_AS
検索エンジン使って調べたけどなかなかたどり着けなかったのでシェアしておこうと思います。 failed: 501 Can't load '/path/to/auto/Crypt/SSLeay/SSLea... Continue reading
Posted Nov 30, 2012 at blog.comewalk.com
Comment
0
麒麟の翼~劇場版・新参者~
週末は台風だったので、せっかく家にいるならと 麒麟の翼~劇場版・新参者~ の DVD を借りてきてみました。 ドラマの新参者をずっと見てきたので、たい焼き屋に並ぶけどいつも買えないというあのくだりのよ... Continue reading
Posted Oct 3, 2012 at blog.comewalk.com
Comment
1
YAPC::Asia Tokyo 2012
今年も YAPC::Asia Tokyo 2012 に行ってきました。感想などを書きます。 今回、私がトークしようと思ってたこと 「今年はトークしないのですか?」と何人かの方々から質問をいただいて「何... Continue reading
Posted Oct 2, 2012 at blog.comewalk.com
Comment
0
drikin.tv ep.53 #drikintv
Heh, though it's a little thing, I walked behind them, @mayumine and @hirata, for just two seconds a... Continue reading
Posted Sep 13, 2012 at blog.comewalk.com
Comment
0
installing gitosis on CentOS 6.2
I'm trying to use gitosis as local source code management. EPEL makes installing gitosis easy to us. (See also previous entry, installing EPEL on CentOS 6.2) $ sudo yum install gitosis Installed: gitosis.noarch 0:0.2-9.20080825git.el6 Dependency Installed: git.x86_64 0:1.7.1-2.el6_0.1 perl-Error.noarch 1:0.17015-4.el6 perl-Git.noarch 0:1.7.1-2.el6_0.1 python-setuptools.noarch 0:0.6.10-3.el6 rsync.x86_64 0:3.0.6-5.el6_0.1 Complete! Continue reading
Posted Jul 5, 2012 at blog.comewalk.com
Comment
4
installing EPEL on CentOS 6.2
$ sudo rpm -Uvh http://dl.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-7.noarch.rpm I was looking for installing EPEL for CentOS 6.2 via Google search. But I got wrong URL for the rpm. So, before you run above command, please check this page out. You should read current version at the page. Yeah, I got it. Thanks! $ yum list | grep ^epel epel-release.noarch 6-7 installed Continue reading
Posted Jul 5, 2012 at blog.comewalk.com
Comment
3
List-Unsubscribe
ジーユーからのメール、gmailでスパムにしようとしたらgmailがメルマガ解除しようか?って聞いてきた。gmailすごい…。 twitpic.com/a3rgz1— Toshiyuki Hayash... Continue reading
Posted Jul 4, 2012 at blog.comewalk.com
Comment
0
Hello Jenkins
I am going to meet Jenkins at CentOS 6.2. $ sudo curl -o /etc/yum.repos.d/jenkins.repo http://pkg.jenkins-ci.org/redhat/jenkins.repo $ sudo rpm --import http://pkg.jenkins-ci.org/redhat/jenkins-ci.org.key $ sudo yum install jenkins $ sudo service jenkins start Starting Jenkins bash: /usr/bin/java: No such file or directory [FAILED] Oops, I needed to install java. $ java -version $ sudo yum install java-1.6.0-openjdk $ sudo service jenkins start $ curl http://localhost:8080/ Hello Jenkins! See Also: https://wiki.jenkins-ci.org/display/JENKINS/Installing+Jenkins+on+RedHat+distributions Continue reading
Posted Jul 4, 2012 at blog.comewalk.com
Comment
0
制御文字の入力
最近目立ったアクティビティーないですが元気です :D 結構忙しくて自分のペースがつかめてない感じです。 ぼちぼちやっていきます。 さて今日はタイトルにあるように制御文字の入力を忘れてしまうので備忘録。... Continue reading
Posted May 10, 2012 at blog.comewalk.com
Comment
0
うるう年
This is memorial post. Today is leap year day! Okay, here is in Perl. $ perl -MDateTime -MDate::Calc -le "print 'Happy leap year' if Date::Calc::leap_year(DateTime->now->year)" Happy leap year Continue reading
Posted Feb 29, 2012 at blog.comewalk.com
Comment
1
Kindle Touch 買った
今日の日本経済新聞のニュースでも話題の Amazon の Kindle ですが、先日 Kindle Touch International を買ったのでその話をします。 Overview 一般的なイメ... Continue reading
Posted Feb 11, 2012 at blog.comewalk.com
Comment
0
Apple-PubSub
User Agent で Apple-PubSub が来ることがあると思うんだけど、それは Mac OS X の PubSub Agent です。 The PubSub agent syncs the... Continue reading
Posted Jan 23, 2012 at blog.comewalk.com
Comment
2
Takatsugu Shigeta added a photo at Make A Face
Jan 10, 2012
Takatsugu Shigeta added a favorite at Leah Culver's Blog
Jan 8, 2012
Custom Domain at DotCloud
$ dotcloud alias add ramen.www www.example.com via docs.dotcloud.com dotCloud, thank you for supporting custom domain for free users. I could set up my domain. And I noted one more thing. If you want to use your domain at dotCloud, yeah, dotCloud makes it easy for adding your domain. But also you need to add CNAME to your DNS. When you finished to run the command, you can see like this. $ dotcloud alias add ramen.www www.example.com Ok. Now please add the following DNS record: www.example.com. IN CNAME gateway.dotcloud.com. And you can check it by yourself. $ dotcloud info mologorg www:... Continue reading
Reblogged Dec 8, 2011 at blog.comewalk.com
Comment
0
Try Gow
[Gow](https://github.com/bmatzelle/gow/wiki) を試してみた。 Gow の [Downloads](https://github.com/bmatzelle/... Continue reading
Posted Dec 6, 2011 at blog.comewalk.com
Comment
1
WEB+DB PRESS 総集編 [Vol.1~60]
WEB+DB PRESS 総集編 [Vol.1~60] を購入。 年末は大掃除ということで、本棚をすっきりするのにとっても助かる総集編。 本誌の書き下ろしの「Topエンジニアが伝えたいこと」は面白かっ... Continue reading
Posted Dec 5, 2011 at blog.comewalk.com
Comment
0
2chまとめブログのアクセス数
はてなブックマーク - なにこの短縮URLすごいと思ったら飛び先もすごかった…!:ぁゃιぃ(*゚ー゚)NEWS 2nd via b.hatena.ne.jp [bit.ly](http://bit.l... Continue reading
Posted Dec 4, 2011 at blog.comewalk.com
Comment
0
Checking Google APIs Discovery Service
$ cp $services.txt $services_yesterday.txt $ curl -s https://www.googleapis.com/discovery/v1/apis?fields=items/id | grep id > services.txt $ cat services.txt "id": "adsense:v1" "id": "analytics:v2.4" "id": "analytics:v3" "id": "audit:v1" "id": "blogger:v2" "id": "books:v1" "id": "calendar:v3" "id": "customsearch:v1" "id": "discovery:v1" "id": "freebase:v1-sandbox" "id": "freebase:v1" "id": "groupssettings:v1" "id": "latitude:v1" "id": "moderator:v1" "id": "orkut:v2" "id": "pagespeedonline:v1" "id": "plus:v1" "id": "prediction:v1.2" "id": "prediction:v1.3" "id": "prediction:v1.4" "id": "shopping:v1" "id": "siteVerification:v1" "id": "taskqueue:v1beta1" "id": "tasks:v1" "id": "translate:v2" "id": "urlshortener:v1" "id": "webfonts:v1" $ diff -bu $services_yesterday.txt $services.txt I'm checking this everyday. I can find that Google add or remove APIs. You know how to use API Discovery resource like this :) Continue reading
Posted Dec 2, 2011 at blog.comewalk.com
Comment
0
More...
Subscribe to Takatsugu Shigeta’s Recent Activity


