configure: error: cannot run/bin/sh ./config.sub解決策

2010 ワード

mysql
(転載)
本文はブロガーのオリジナル文章で、ブロガーの許可を得ずに転載してはならない.
[root@s10 cacti]# ./configure
checking build system type... Invalid configuration `x86_64-unknown-linux-': machine `x86_64-unknown-linux' not recognized
configure: error:/bin/sh config/config.sub x86_64-unknown-linux- failed
インストールされていることを確認
libtool
libtool-ltdl
libtool-ltdl-devel
インストールされていない場合はyum install libtoolを使用します
yum  install  libtool-ltdl
yum  install  libtool-ltdl-devel
 
そして
/usr/share/libtool/config.sub
/usr/share/libtool/config.gues
現在configureディレクトリにコピー
(たとえばmysqlをインストールし、解凍したフォルダに入って次の操作を行います.
cp/usr/share/libtool/config.sub .
cp/usr/share/libtool/config.guess . )
そして./configure --enable-shared --enable-static
==============================================================
 Package    Arch   Version     Repository         Size
==============================================================
Installing:
 gcc  x86_64            4.4.6-4.el6        sysrom             10 M
 libtool  x86_64         2.2.6-15.5.el6    sysrom            564 k
Installing for dependencies:
 autoconf  noarch        2.63-5.1.el6    sysrom            781 k
 automake            noarch 1.11.1-1.2.el6   sysrom            550 k
 cloog-ppl                x86_64            0.15.7-1.2.el6              sysrom             93 k
 cpp                      x86_64            4.4.6-4.el6                 sysrom            3.7 M
 glibc-devel              x86_64            2.12-1.80.el6               sysrom            970 k
 glibc-headers            x86_64            2.12-1.80.el6               sysrom            600 k
 libgomp                  x86_64            4.4.6-4.el6                 sysrom            117 k
 mpfr                     x86_64            2.4.1-6.el6                 sysrom            156 k
 ppl                      x86_64            0.10.2-11.el6               sysrom            1.3 M
===================================