免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库
最近访问板块 发新帖
查看: 1649 | 回复: 0
打印 上一主题 下一主题

求助:安装mysql需要libcxaguard.so.5?为什么? [复制链接]

论坛徽章:
0
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2005-07-19 14:14 |只看该作者 |倒序浏览
我用的是Magic Linux,内核是2.6.11.10,
需要安装mysql,资料也看了不少,就是不行。
我下的是:mysql-standard-4.1.12-pc-linux-gnu-i686-icc-glibc23
安装里面的提示:
[code]
       shell>; groupadd mysql
       shell>; useradd -g mysql mysql
       shell>; cd /usr/local
       shell>; gunzip < /PATH/TO/MYSQL-VERSION-OS.tar.gz | tar xvf -
       shell>; ln -s FULL-PATH-TO-MYSQL-VERSION-OS mysql
       shell>; cd mysql
       shell>; scripts/mysql_install_db --user=mysql
       shell>; chown -R root  .
       shell>; chown -R mysql data
       shell>; chgrp -R mysql .
       shell>; bin/mysqld_safe --user=mysql &
[/code]
它说如果执行到最后不出问题,就应该安装成功了,但是,我执行到
scripts/mysql_install_db --user=mysql的时候,就出问题了,提示如下内容:

  1. [root@MagicLinux mysql-standard-4.1.12-pc-linux-gnu-i686-icc-glibc23]# scripts/mysql_install_db --user=mysql
  2. Installing all prepared tables
  3. ./bin/mysqld: error while loading shared libraries: libcxaguard.so.5: cannot open shared object file: No such file or directory
  4. Installation of system tables failed!

  5. Examine the logs in ./data for more information.
  6. You can also try to start the mysqld daemon with:
  7. ./bin/mysqld --skip-grant &
  8. You can use the command line tool
  9. ./bin/mysql to connect to the mysql
  10. database and look at the grant tables:

  11. shell>; ./bin/mysql -u root mysql
  12. mysql>; show tables

  13. Try 'mysqld --help' if you have problems with paths. Using --log
  14. gives you a log in ./data that may be helpful.

  15. The latest information about MySQL is available on the web at
  16. http://www.mysql.com
  17. Please consult the MySQL manual section: 'Problems running mysql_install_db',
  18. and the manual section that describes problems on your OS.
  19. Another information source is the MySQL email archive.
  20. Please check all of the above before mailing us!
  21. And if you do mail us, you MUST use the ./bin/mysqlbug script!
复制代码
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

北京盛拓优讯信息技术有限公司. 版权所有 京ICP备16024965号-6 北京市公安局海淀分局网监中心备案编号:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年举报专区
中国互联网协会会员  联系我们:huangweiwei@itpub.net
感谢所有关心和支持过ChinaUnix的朋友们 转载本站内容请注明原作者名及出处

清除 Cookies - ChinaUnix - Archiver - WAP - TOP