パスワードを忘れた? アカウント作成
731656 journal

kinnekoの日記: jabber2

日記 by kinneko

GUI はあっさりあきらめる。
しかしコンソール系は日本語通らないのだろうなぁ...
sjabber
http://www.pipetree.com/jabber/sjabber/sjabber-0.4.tar.gz
# tar -zxvf sjabber-0.4.tar.gz
sjabber-0.4/
sjabber-0.4/Changes
sjabber-0.4/README
sjabber-0.4/README.0.4
sjabber-0.4/SAMPLE.sjrc
sjabber-0.4/install
sjabber-0.4/sjabber
sjabber-0.4/ssfe.c
なんか異様に中身少ないな。ライブラリ別にいるのか?
perl のモジュールがいくつかいるような事が書いてある。
めんどくせぇ...
こんだけ持って来て入れる。
Digest-MD5-2.12.tar.gz
expat-1.95.1.tar.gz
Net-Jabber-1.0021.tar.gz
XML-Parser.2.30.tar.gz
XML-Stream-1.11.tar.gz
expat は ./config して make, make install。
ほかは perl モジュールなので perl Makefile.PL してから make, make test,
make install する。詳細はそれぞれの README に従う。
sjabber dir に移動して ./install と ./sjabber する。
# ./install

This script will make sjabber runnable on your system, hopefully.
It's an experimental script, so fingers crossed.

Whenever asked for something, the default answer is shown between
[brackets]. Pressing Enter at that point will take the default answer.

Continue with the installation? ([y]/n)

Checking where sjabber and ssfe.c are - OK

Enter the name of the C compiler you want to use

Compiler? [/usr/bin/gcc]

ssfe.c needs the termcap library, or something compatible with it,
such as ncurses. Also, on some systems the termcap library is
included in the curses library, so "curses" might work.

Which library to use? [termcap]
Use the old BSD sgtty interface instead of the POSIX one? (y/[n])
Any other flags (-O, -L, -I ...) for the compiler? [none]

Attempting to compile ssfe.c with /usr/bin/gcc ... press Enter
/usr/bin/gcc ssfe.c -o ssfe -ltermcap

It seems to have worked :)

Enter the name of the perl interpreter you want to use, or
press Enter to use /usr/bin/perl
Perl interpreter? [/usr/bin/perl]

Checking your perl interpreter... OK

All done.

As it's just an experimental release, sjabber won't
be installed anywhere - please run sjabber from here.
Don't forget to copy the sample .sjrc file to your home
directory and modify it, if you want to use it. Also, a
logfile sjabber.log will be created in your home directory.

Good luck and have fun :-)

なんか入った感じ。
# ./sjabber
Can't locate Unicode/String.pm in @INC (@INC contains: /usr/lib/perl5/5.00503/i586-linux
                      /usr/lib/perl5/5.00503 /usr/lib/perl5/site_perl/5.005/i586-linux /usr/lib/perl5/site_perl/5.005 .)
                      at /usr/lib/perl5/site_perl/5.005/XML/Stream/Parser.pm line 61.
BEGIN failed--compilation aborted at /usr/lib/perl5/site_perl/5.005/XML/Stream.pm line 213.
BEGIN failed--compilation aborted at /usr/lib/perl5/site_perl/5.005/Net/Jabber/Client.pm line 106.
BEGIN failed--compilation aborted at /usr/lib/perl5/site_perl/5.005/Net/Jabber.pm line 212.
BEGIN failed--compilation aborted at ./sjabber line 8.
4ヶ所も追っかけるのはやだなぁ...
やっぱ IM には向かないか...

この議論は賞味期限が切れたので、アーカイブ化されています。 新たにコメントを付けることはできません。
typodupeerror

長期的な見通しやビジョンはあえて持たないようにしてる -- Linus Torvalds

読み込み中...