はじめまして、kawaと申します。
 
mySQL4.0.26のインストールが出来ずに困っています。
ご教示、お願い致します。
 
【内容】
 mySQLをソースからのインストールを行っております。(sennaとのバインディングを要する為、ソース
からのインストールを実施しています。)
 凍結されたファイル(http://downloads.mysql.com/archives/mysql-4.0/mysql-4.0.26.tar.gz)をダウンロードし、下記のコマンドを実行しました。
  ↓
 % autoconf
 % ./configure --prefix=/usr/local/mysql --with-charset=ujis -with-extra-charsets=all --with-mysqld-user=mysql
 すると、下記のメッセージが出力され、configureが失敗に終わってしまいます。
  ↓
 checking for int8... no
 checking "LinuxThreads"... "Not found"
 configure: error: This is a linux system and Linuxthreads was not
 found. On linux Linuxthreads should be used. Please install Linuxthreads
 (or a new glibc) and try again. See the Installation chapter in the
 Reference Manual for more information.<<
 
【環境】
 マシン  :Intel P4
 OS     :FedoraCore5
 gcc   :4.1.0 20060304 (Red Hat 4.1.0-3)
 mySql  :4.0.26
 
【私のスキル】
 Linuxの環境に携わるのが初めてです。自分のPCにLinuxを導入したのも、もちろん初めてです。
 mySQLを触るのみ初めてです。
 
まったくもっての、初心者の私ですが、宜しくお願い致します。