Dear All, I hit belown problem when i compile(make install) 5.5.4-M3 on centos 5.0.
==================================================================================================================== -bash-3.1# cat /etc/redhat-release CentOS release 5 (Final) -bash-3.1# uname -a Linux dbtest.lfm-agile.com.hk 2.6.18-8.el5 #1 SMP Thu Mar 15 19:57:35 EDT 2007 i686 i686 i386 GNU/Linux -bash-3.1# ./configure --with-tcp-port=5508 --with-unix-socket-path=/opt/MySQL554 --prefix=/opt/MySQL554 -bash-3.1# make -bash-3.1# make install make[2]: Nothing to be done for `install-data-am'. make[2]: Leaving directory `/home/ruochen/mysql-5.5.4-m3/vio' make[1]: Leaving directory `/home/ruochen/mysql-5.5.4-m3/vio' Making install in sql make[1]: Entering directory `/home/ruochen/mysql-5.5.4-m3/sql' make install-recursive make[2]: Entering directory `/home/ruochen/mysql-5.5.4-m3/sql' Making install in share make[3]: Entering directory `/home/ruochen/mysql-5.5.4-m3/sql/share' make[4]: Entering directory `/home/ruochen/mysql-5.5.4-m3/sql/share' make[4]: Nothing to be done for `install-exec-am'. for lang in czech danish dutch english estonian french german greek hungarian italian japanese korean norwegian norwegian-ny polish portuguese romanian russian serbian slovak spanish swedish ukrainian; \ do \ /home/ruochen/mysql-5.5.4-m3/install-sh -d /opt/MySQL554/share/mysql/$lang; \ /usr/bin/install -c -m 644 /$lang/errmsg.sys \ /opt/MySQL554/share/mysql/$lang/errmsg.sys; \ done /usr/bin/install: 无法 stat “/czech/errmsg.sys”: 没有那个文件或目录 /usr/bin/install: 无法 stat “/danish/errmsg.sys”: 没有那个文件或目录 /usr/bin/install: 无法 stat “/dutch/errmsg.sys”: 没有那个文件或目录 /usr/bin/install: 无法 stat “/english/errmsg.sys”: 没有那个文件或目录 /usr/bin/install: 无法 stat “/estonian/errmsg.sys”: 没有那个文件或目录 /usr/bin/install: 无法 stat “/french/errmsg.sys”: 没有那个文件或目录 /usr/bin/install: 无法 stat “/german/errmsg.sys”: 没有那个文件或目录 /usr/bin/install: 无法 stat “/greek/errmsg.sys”: 没有那个文件或目录 /usr/bin/install: 无法 stat “/hungarian/errmsg.sys”: 没有那个文件或目录 /usr/bin/install: 无法 stat “/italian/errmsg.sys”: 没有那个文件或目录 /usr/bin/install: 无法 stat “/japanese/errmsg.sys”: 没有那个文件或目录 /usr/bin/install: 无法 stat “/korean/errmsg.sys”: 没有那个文件或目录 /usr/bin/install: 无法 stat “/norwegian/errmsg.sys”: 没有那个文件或目录 /usr/bin/install: 无法 stat “/norwegian-ny/errmsg.sys”: 没有那个文件或目录 /usr/bin/install: 无法 stat “/polish/errmsg.sys”: 没有那个文件或目录 /usr/bin/install: 无法 stat “/portuguese/errmsg.sys”: 没有那个文件或目录 /usr/bin/install: 无法 stat “/romanian/errmsg.sys”: 没有那个文件或目录 /usr/bin/install: 无法 stat “/russian/errmsg.sys”: 没有那个文件或目录 /usr/bin/install: 无法 stat “/serbian/errmsg.sys”: 没有那个文件或目录 /usr/bin/install: 无法 stat “/slovak/errmsg.sys”: 没有那个文件或目录 /usr/bin/install: 无法 stat “/spanish/errmsg.sys”: 没有那个文件或目录 /usr/bin/install: 无法 stat “/swedish/errmsg.sys”: 没有那个文件或目录 /usr/bin/install: 无法 stat “/ukrainian/errmsg.sys”: 没有那个文件或目录 make[4]: *** [install-data-local] 错误 1 make[4]: Leaving directory `/home/ruochen/mysql-5.5.4-m3/sql/share' make[3]: *** [install-am] 错误 2 make[3]: Leaving directory `/home/ruochen/mysql-5.5.4-m3/sql/share' make[2]: *** [install-recursive] 错误 1 make[2]: Leaving directory `/home/ruochen/mysql-5.5.4-m3/sql' make[1]: *** [install] 错误 2 make[1]: Leaving directory `/home/ruochen/mysql-5.5.4-m3/sql' make: *** [install-recursive] 错误 1 ===================================================================================================================== reference: http://bugs.mysql.com/bug.php?id=51740 Best Regards! Yang Wang