[前][次][番号順一覧][スレッド一覧]

mysql:7237

From: 小川星児 <小川星児 <sogawa@xxxxxxxxxx>>
Date: Thu, 20 Mar 2003 16:31:49 +0900
Subject: [mysql 07237] コンフィグで off_t がゼロになっている

小川です。

ただいまSunOS5.6(Solaris2.6)にMySQL-3.23.49をインストール中です。
ですが、コンフィグ中にエラーが出て先に勧めません。

コンフィグ指定は以下の通りです。(ルート権限)
# ./configure --prefix=/usr/local/mysql --with-charset=ujis
--with-extra-charsets=all --with-mysqld-user=mysql

エラー内容は以下の通りです。
checking for off_t... yes
checking for st_rdev in struct stat... no
checking whether time.h and sys/time.h may both be included... no
checking whether struct tm is in sys/time.h or time.h... sys/time.h
checking size of char... 1
checking size of int... 4
checking size of long... 4
checking size of long long... 8
checking size of off_t... 0
configure: error: MySQL needs a off_t type.

WEBで検索し、皆さんのインストールメモを参考に見ていると、
大抵の場合はこのoff_tが8になっていました。

現在調査中ですが、今のところ皆目見当がつきません。

もし同じようなトラブルを回避された方がいましたら、
是非ご教授お願いします。



[前][次][番号順一覧][スレッド一覧]

->    7237 2003-03-20 16:31 [小川星児 <sogawa@xxx] コンフィグで off_t がゼロになっている   
      7280 2003-03-22 17:15 ┗[とみたまさひろ <tomm]                                       
      7503 2003-04-16 17:14  ┗[小川星児 <sogawa@xxx] Re: コンフィグで off_t がゼロになっている:解決