免费注册 查看新帖 |

Chinaunix

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

solaris10 mysql 编译安装的问题 [复制链接]

论坛徽章:
0
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2011-03-30 16:40 |只看该作者 |倒序浏览
我用mysql源码包安装,configure都正常,在make的时候就报错 怎么都make不过去
下面的是make的信息,请各位大哥帮小弟解决

bash-3.00# make
make  all-recursive
Making all in .
Making all in include
make  all-am
Making all in Docs
Making all in cmd-line-utils
Making all in readline
rm -f libreadline.a
false cru libreadline.a readline.o funmap.o  keymaps.o vi_mode.o parens.o  rltty.o complete.o bind.o  isearch.o display.o signals.o  util.o kill.o undo.o macro.o  input.o callback.o terminal.o  xmalloc.o history.o histsearch.o  histexpand.o histfile.o nls.o  search.o shell.o tilde.o  misc.o text.o mbutil.o  compat.o savestring.o
*** Error code 255
make: Fatal error: Command failed for target `libreadline.a'
Current working directory /export/home/wl/mysql-5.0.22/cmd-line-utils/readline
*** Error code 1
The following command caused the error:
failcom='exit 1'; \
for f in x $MAKEFLAGS; do \
  case $f in \
    *=* | --[!k]*);; \
    *k*) failcom='fail=yes';; \
  esac; \
done; \
dot_seen=no; \
target=`echo all-recursive | sed s/-recursive//`; \
list='readline'; for subdir in $list; do \
  echo "Making $target in $subdir"; \
  if test "$subdir" = "."; then \
    dot_seen=yes; \
    local_target="$target-am"; \
  else \
    local_target="$target"; \
  fi; \
  (cd $subdir && make  $local_target) \
  || eval $failcom; \
done; \
if test "$dot_seen" = "no"; then \
  make  "$target-am" || exit 1; \
fi; test -z "$fail"
make: Fatal error: Command failed for target `all-recursive'
Current working directory /export/home/wl/mysql-5.0.22/cmd-line-utils
*** Error code 1
The following command caused the error:
failcom='exit 1'; \
for f in x $MAKEFLAGS; do \
  case $f in \
    *=* | --[!k]*);; \
    *k*) failcom='fail=yes';; \
  esac; \
done; \
dot_seen=no; \
target=`echo all-recursive | sed s/-recursive//`; \
list='. include Docs    cmd-line-utils sql-common  pstack  strings mysys dbug extra regex innobase myisam myisammrg heap vio sql  libmysql_r  libmysql  client  scripts man tests  netware libmysqld  sql-bench mysql-test support-files tools server-tools'; for subdir in $list; do \
  echo "Making $target in $subdir"; \
  if test "$subdir" = "."; then \
    dot_seen=yes; \
    local_target="$target-am"; \
  else \
    local_target="$target"; \
  fi; \
  (cd $subdir && make  $local_target) \
  || eval $failcom; \
done; \
if test "$dot_seen" = "no"; then \
  make  "$target-am" || exit 1; \
fi; test -z "$fail"
make: Fatal error: Command failed for target `all-recursive'
Current working directory /export/home/wl/mysql-5.0.22
*** Error code 1
make: Fatal error: Command failed for target `all'
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

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

清除 Cookies - ChinaUnix - Archiver - WAP - TOP