mysql:9442
From: ML account <ML account <ml@xxxxxxxxxx>>
Date: Thu, 27 May 2004 11:52:44 +0900
Subject: [mysql 09442] Re: RH8 でconfigureに失敗する
こんにちは。cipeのMLで変な事をやっているホストがある様で、重複したメッ セージがどんどんやって来る、とんでもない盛況状態です。 Kaname Suzuki <yuta@xxxxxxxxxx>さんの <6.0.0.20.2.20040527003537.031a5650@xxxxxxxxxx> "[mysql 09440] Re: RH8でconfigureに失敗する" 鈴木さんから頂いたconfig.logを見ると、sizeof(char)を測定?するテストコー ドの実行で転けてますね。 −−−−ここから−−−− configure:14371: checking size of char configure:14649: gcc -o conftest -O3 -DDBUG_OFF -rdynamic conftest.c -lpthread -lz -lcrypt -lnsl -lm -lpthread >&5 configure:14652: $? = 0 configure:14654: ./conftest pth_sync.c:111: 5851:5851 __pth_initialize_shared(): cannot open shared area: No such file or directory pth_init: opening/mapping shared memory failed.... ./configure: line 1: 5851 Aborted (core dumped) ./conftest$ac_exeext configure:14657: $? = 134 configure: program exited with status 134 configure: failed program was: <<テストコードのリスト、ここでは省略>> configure:14665: error: cannot compute sizeof (char), 77 −−−−ここまで−−−− このフォーカスである"__pth_initialize_shared()"でぐぐって見ると、 http://www-124.ibm.com/pipermail/pthreads-users/2003-April.txt が引っかかりました。 From kawase@xxxxxxxxxx Wed Apr 16 00:42:15 2003 From: kawase@xxxxxxxxxx (Satoshi Kawase) Date: Tue, 15 Apr 2003 19:42:15 -0400 Subject: [pthreads-users] make test error Message-ID: <LEEGJNNONHPMILJKIPOFCELOCAAA.kawase@xxxxxxxxxx> がその話で、Next Generation POSIX Threading(NGPT)を2.4.19カーネルで動 かそうとした時、同様のエラーが発生しているとの事。共有メモリのファイルが 無い事が原因ではないかの指摘に対し、"mkdir 1777 /dev/shm"を実行して解決 したとの事です。mkdirによっては"mkdir -m 1777 /dev/shm"でしょうし、/dev/shm が存在しているなら"chmod 1777 /dev/shm"となるでしょうね。これを試してみ ましょう。 /dev/shmの作成やパーミッション変更で動く事を祈りましょう。それで動かな いとなると、それは対象RH8機の構成依存の問題となってしまいますから、 MySQLの事とは違う話になってしまいます。更に調査するには実機を見せて頂か ないと、なんて話になりかねず、そうなるとボランティア・ベースの範囲を超え てしまうでしょう。ダメだった場合の次善の策としては、RH8をアップデート/アッ プグレードする、でしょうか。 松枝知直 <tomom@xxxxxxxxxx> http://www.argus.ne.jp/~tomom/
9416 2004-05-24 18:22 [Kaname Suzuki <yuta@] 初めまして 9417 2004-05-24 19:51 ┣[ML account <ml@xxxxx] RH8でconfigureに失敗する (was 初めまして ) 9428 2004-05-25 19:32 ┃┗[Kaname Suzuki <yuta@] 9430 2004-05-25 20:40 ┃ ┗[ML account <ml@xxxxx] Re: RH8でconfigureに失敗する 9440 2004-05-27 00:36 ┃ ┗[Kaname Suzuki <yuta@] -> 9442 2004-05-27 11:52 ┃ ┗[ML account <ml@xxxxx] 9457 2004-05-28 00:08 ┃ ┗[Kaname Suzuki <yuta@] 9429 2004-05-25 20:37 ┗[michihito matsubara ]