
rpm ファイルから mysql をインストールしようとしていますが、次のような結果になります。
libaio.so.1 is needed by MySQL-server-5.6.14-1.el6.i686
libaio.so.1(LIBAIO_0.1) is needed by MySQL-server-5.6.14-1.el6.i686
libaio.so.1(LIBAIO_0.4) is needed by MySQL-server-5.6.14-1.el6.i686
libc.so.6 is needed by MySQL-server-5.6.14-1.el6.i686
libc.so.6(GLIBC_2.0) is needed by MySQL-server-5.6.14-1.el6.i686
libc.so.6(GLIBC_2.1) is needed by MySQL-server-5.6.14-1.el6.i686
libc.so.6(GLIBC_2.1.2) is needed by MySQL-server-5.6.14-1.el6.i686
libc.so.6(GLIBC_2.1.3) is needed by MySQL-server-5.6.14-1.el6.i686
libc.so.6(GLIBC_2.10) is needed by MySQL-server-5.6.14-1.el6.i686
libc.so.6(GLIBC_2.2) is needed by MySQL-server-5.6.14-1.el6.i686
libc.so.6(GLIBC_2.2.3) is needed by MySQL-server-5.6.14-1.el6.i686
libc.so.6(GLIBC_2.3) is needed by MySQL-server-5.6.14-1.el6.i686
libc.so.6(GLIBC_2.3.3) is needed by MySQL-server-5.6.14-1.el6.i686
libc.so.6(GLIBC_2.3.4) is needed by MySQL-server-5.6.14-1.el6.i686
libc.so.6(GLIBC_2.4) is needed by MySQL-server-5.6.14-1.el6.i686
libc.so.6(GLIBC_2.7) is needed by MySQL-server-5.6.14-1.el6.i686
libc.so.6(GLIBC_2.8) is needed by MySQL-server-5.6.14-1.el6.i686
libcrypt.so.1 is needed by MySQL-server-5.6.14-1.el6.i686
libcrypt.so.1(GLIBC_2.0) is needed by MySQL-server-5.6.14-1.el6.i686
libdl.so.2 is needed by MySQL-server-5.6.14-1.el6.i686
libdl.so.2(GLIBC_2.0) is needed by MySQL-server-5.6.14-1.el6.i686
libdl.so.2(GLIBC_2.1) is needed by MySQL-server-5.6.14-1.el6.i686
libgcc_s.so.1 is needed by MySQL-server-5.6.14-1.el6.i686
libgcc_s.so.1(GCC_3.0) is needed by MySQL-server-5.6.14-1.el6.i686
libgcc_s.so.1(GLIBC_2.0) is needed by MySQL-server-5.6.14-1.el6.i686
libm.so.6 is needed by MySQL-server-5.6.14-1.el6.i686
libm.so.6(GLIBC_2.0) is needed by MySQL-server-5.6.14-1.el6.i686
libm.so.6(GLIBC_2.1) is needed by MySQL-server-5.6.14-1.el6.i686
libpthread.so.0 is needed by MySQL-server-5.6.14-1.el6.i686
libpthread.so.0(GLIBC_2.0) is needed by MySQL-server-5.6.14-1.el6.i686
libpthread.so.0(GLIBC_2.1) is needed by MySQL-server-5.6.14-1.el6.i686
libpthread.so.0(GLIBC_2.2) is needed by MySQL-server-5.6.14-1.el6.i686
libpthread.so.0(GLIBC_2.3.2) is needed by MySQL-server-5.6.14-1.el6.i686
librt.so.1 is needed by MySQL-server-5.6.14-1.el6.i686
librt.so.1(GLIBC_2.2) is needed by MySQL-server-5.6.14-1.el6.i686
libstdc++.so.6 is needed by MySQL-server-5.6.14-1.el6.i686
libstdc++.so.6(CXXABI_1.3) is needed by MySQL-server-5.6.14-1.el6.i686
libstdc++.so.6(GLIBCXX_3.4) is needed by MySQL-server-5.6.14-1.el6.i686
libstdc++.so.6(GLIBCXX_3.4.11) is needed by MySQL-server-5.6.14-1.el6.i686
答え1
からよくある質問フォーラム:
簡単な方法は、/usr/lib/libstdc++.so.6.0.8 のバックアップを作成し、 libstdc++.so.6 のリンクを削除して、glibc で動作する代替品を使用することです。通常は、パッケージ libstdc++6_4.4.5-8_i386.deb (32 ビット) の libstdc++.so.6.0.13 になります。http://ftp.de.debian.org/debian/pool...4.5-8_i386.deb64ビットhttp://ftp.de.debian.org/debian/pool....5-8_amd64.deb
次のようにして解凍します: ar -x .deb && tar xvf data.tar.gz, ... そして libstdc++.so.6.0.13 を /usr/lib/ にコピーします: # ln -s libstdc++.so.6.0.13 libstdc++.so.6
答え2
どのようにインストールしますか? rpm -ivh? 「yum install filename.rpm」を使用してインストールできます。 すると、yum は独自に依存関係を解決しようとします。
一方、5.6.15のこのリンクは役に立つかもしれない http://tecadmin.net/step-to-install-mysql-5-6-12-on-centos-6-and-rhel-6/#