Cygwin に screen インストール
2005-06-09-1 / カテゴリ: [win][cygwin][screen] / [permlink]

パッケージはないのでソールから。
でも、./configure で
rm: cannot remove `conftest.exe': Permission denied
が、大量にでて、Makefile ができない…なんで? パーミッションは別におかしくないし…。でもシェル上から手動で rm も効かない。
Referrer (Inside): [2005-09-25-3]

source のインストール
2005-05-27-3 / カテゴリ: [win][c][programming][cygwin] / [permlink]

インストーラのパッケージ選択画面で、Source を選択すると、/usr/src/package-version 以下にダウンロードされる。

お勉強用に、more(1) のソースを眺める。割と面白い。more.c しかないのが敷居が低くて良いかも。

パッケージの中身リスト(dpkg -L package)
2005-05-27-2 / カテゴリ: [win][command][cygwin] / [permlink]

$ cygcyeck -l package

cygwin でインストールパッケージを一覧表示
2004-12-15-1 / カテゴリ: [win][command][cygwin] / [permlink]

$ cygcheck -d -c

cygrunsrv.. sshd を Windowsのサービスに追加
2004-11-22-2 / カテゴリ: [win][command][cygwin] / [permlink]

http://www.sixnine.net/cygwin/translation/software/cygrunsrv.html
sshd をサービスにインストールする
$ cygrunsrv --install sshd --path /etc/init.d/sshd
サービスの削除 (上じゃだめだ)
$ cygrunsrv --remove sshd
オプションを指定してインストール -a "option"
$ cygrunsrv --install sshd --path /etc/init.d/sshd -a -D
まだだめ
/var/log/sshd.log に
Could not load host key: /etc/ssh_host_key
Could not load host key: /etc/ssh_host_rsa_key
Could not load host key: /etc/ssh_host_dsa_key
とある。
$ chown SYSTEM /etc/ssh_*_key
だと
/var/empty must be owned by root and not group or world-writable.
$ chown SYSTEM /var/empty
ようやくOK

cygwin courier-imap-3.0.8 インストール(失敗)
2004-10-04-1 / カテゴリ: [win][imap][cygwin] / [permlink]

./configure
ダメ

./configure --disable-root-check
checking whether -lresolv is needed for res_query... configure: error: 
Cannot find function 	res_query
configure: error: /bin/bash './configure' failed for authlib

./configure --disable-root-check --without-authdaemon
やっぱダメ…

cygwin fetchmail procmail
2004-08-21-1 / カテゴリ: [win][メール][cygwin] / [permlink]

procmail: Suspicious rcfile "/home/hmiyazaki/.procmailrc"
procmail: Couldn't read "/home/hmiyazaki/.procmailrc"
ひたすらこのエラーがでる
/home/hmiyazaki/.procmailrc は問題ない
原因は、/home/hmiyazaki が 777 になっていた
cygwin 環境だとアリガチかも。
Referrer (Inside): [2005-12-21-2]

(cygwin) iw-imap インストール
2004-08-01-3 / カテゴリ: [win][imap][cygwin] / [permlink]

http://www.google.co.jp/search?q=cache:cp4MHMZTOW8J:www.geoc ...
$ iu-config
でも、/var/mail/{username} しか見なく、Maildir には対応していないぽい

(cygwin) exim インストール
2004-08-01-2 / カテゴリ: [win][cygwin][MTA] / [permlink]

$ exim-config
Who is the local postmaster? [username]
(/etc/aliasesが作られる)
hostname. Is it "hostname"? (yes/no)
(ホスト名)
Do you want to install the exim daemon as a service? (yes/no) yes
Enter the period of the queue runner, in minutes: [15] 
Do you want the daemon to run with ntsec? (yes/no) yes

Do you want to start the exim daemon as a service now? (yes/no) 

Some programs expect /usr/sbin/sendmail to point to a mailer.
Do you want to point /usr/sbin/sendmail to /usr/bin/exim ? (yes/no) yes

webalizer(cygwin)
2004-05-26-1 / カテゴリ: [win][cygwin][Apache] / [permlink]

cygwin-package の gd と libpng*-dev を入れておけば OK
$ ./configure --with-language=japanese --prefix=/hoge/foo
$ make
$ make install
このとき、$PREFIX 以下に、
bin/
man/
man/man1
を * 予め * 作っておかないとエラーになる(アホか)

cygwin rxvt 背景画像
2004-05-21-1 / カテゴリ: [win][command][cygwin] / [permlink]

めんどいけど、こんな感じ
C:\WINDOWS>c:\cygwin\usr\local\bin\rxvt.exe  -display :0 -fn "Lucida Console-12"
 -fm "SH G30-12" -km euc -title 'rxvt' -pixmap "/home/hmiyazaki/work/My Pictures
/background/sirakaba-l.xpm" -e /bin/bash.exe --login -i
(1行で!)

cygwin $home/work をマウントする
2004-05-04-1 / カテゴリ: [win][cygwin] / [permlink]

$ mount "C:\Documents and Settings\hmiyazaki\My Documents" /home/hmiyazaki/work
symlink より、タブ補完が便利なだけ

cygwin で w3m インストール
2004-04-15-1 / カテゴリ: [win][cygwin] / [permlink]

source: http://sourceforge.net/project/showfiles.php?group_id=39518&release_id=144560
./configure
gc.h がないとかでエラー
make veryclean しても無駄 (doc-jp/README.cygwin)
http://pc.2ch.net/test/read.cgi/unix/1047038317/172-271
boehm-gc がいるらしい
http://www.hpl.hp.com/personal/Hans_Boehm/gc/
$ wget http://www.hpl.hp.com/personal/Hans_Boehm/gc/gc_source/gc6.3alpha1.tar.gz
$ tar zxvf ....
$ cd ...
$ ./configure
$ make
$ make install
/usr/local/include 以下にイロイロ入る
というか、doc-jp/README にかいてあった
w3m
$ ./configure
$ make
SSL 関連でエラー
openssl-dev パッケージをインストール
$ make clean
$ ./configure
$ make
$ make install

cygwin/Perl localtime で GMT の値が返ってくる
2004-04-13-2 / カテゴリ: [win][cygwin][programming][perl] / [permlink]

localtime 実行前に、
use POSIX 'tzset';
tzset();
を行っておく。
http://www.cygwin.com/ml/cygwin/2004-03/msg00866.html

cygwin - Win パス変換コマンド
2004-04-13-1 / カテゴリ: [win][command][cygwin] / [permlink]

$ cygpath -w /cygdrive/c
c:\
$ cygpath 'c:\windows'
/cygdrive/c/windows
引数無しで、helpメッセージ

librep のため(ホントはIceWM)に追加 (cygwin)
2004-03-15-3 / カテゴリ: [win][cygwin] / [permlink]

  • gettext-devel
IceWM は動かん。
  • hash 関係(devel)と、crypt 関係(devel) 追加
ダメダメ
(そろそろ疲れてきた)

backup バックアップのリストア (cygwin)
2004-03-14-3 / カテゴリ: [win][cygwin] / [permlink]

~/My documents/archive/cygwin/<mirror>/ 以下の、bz2 ファイルを全部コピー
setup.exe を起動し、Install from Local directory
パッケージを全選択(とゆーか、"Install")でもって、インストール
ユーザ環境変数で CYGWIN=ntsec と、システム環境変数の PATH に、
c:\cygwin\bin を追加

librep のための追加インストール (cygwin)
2004-03-11-3 / カテゴリ: [win][cygwin] / [permlink]

  • libgd-dev
  • libmcrypt
だめです。

librep のために追加する (cygwin)
2004-03-10-3 / カテゴリ: [win][cygwin] / [permlink]

  • guile-devel
  • libiconv (libiconv2 はすでに入ってる)
だめですー

TeraTerm のログ内の制御コードを削除 (cygwin)
2004-03-09-2 / カテゴリ: [win][cygwin][linux][command] / [permlink]

col コマンドを使用
$ col -xbf < teraterm.log > result.log
ただ、日本語がつぶれる。。。
カテゴリ: cygwin / 前ページ 1 2 3 次ページ

最終更新時間: 2013-05-02 16:12