免费注册 查看新帖 |

Chinaunix

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

请教:编译安装apache 2.0.54在最后make install出现错误 [复制链接]

论坛徽章:
0
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2005-05-31 17:47 |只看该作者 |倒序浏览
在solaris 10 编译安装 apache 2.0.54,./configure 和 make都是正常通过,但是在最后make install时候,出现了以下错误,请求帮助,谢谢了~~

gcc和make都是用solaris 10 自带的,CC和PATH也设置了
CC=gcc;export CC
PATH=$PATH:/bin:/sbin:/usr/bin:/usr/sbin:/etc:/usr/local/bin:/usr/ccs/bin:/usr/sfw/bin;export PATH

以下为make install后的信息的含有出错信息的节选:


  1. ......
  2. ......
  3. ......

  4. Making install in mappers
  5. Making install in support
  6. Installing configuration files
  7. [PRESERVING EXISTING HTDOCS SUBDIR: /usr/local/apache2/htdocs]
  8. [PRESERVING EXISTING ERROR SUBDIR: /usr/local/apache2/error]
  9. [PRESERVING EXISTING ICONS SUBDIR: /usr/local/apache2/icons]
  10. [PRESERVING EXISTING CGI SUBDIR: /usr/local/apache2/cgi-bin]
  11. Installing header files
  12. Installing man pages and online manual
  13. bash: line 1:  7557 段错误                  (core dumped) ( cd /usr/local/src/httpd-2.0.54/docs/manual && cp -rp * /usr/local/apache2/manual )
  14. *** Error code 139
  15. The following command caused the error:
  16. (cd /usr/local/src/httpd-2.0.54/docs/manual && cp -rp * /usr/local/apache2/manual)
  17. make: Fatal error: Command failed for target `install-man'
  18. Current working directory /usr/local/src/httpd-2.0.54
  19. *** Error code 1
  20. The following command caused the error:
  21. otarget=`echo install-recursive|sed s/-recursive//`; \
  22. list='  srclib os server modules support'; \
  23. for i in $list; do \
  24.     if test -d "$i"; then \
  25.         target="$otarget"; \
  26.         echo "Making $target in $i"; \
  27.         if test "$i" = "."; then \
  28.                 made_local=yes; \
  29.                 target="local-$target"; \
  30.         fi; \
  31.         (cd $i && make $target) || exit 1; \
  32.     fi; \
  33. done; \
  34. if test "$otarget" = "all" && test -z 'httpd  '; then \
  35.     made_local=yes; \
  36. fi; \
  37. if test "$made_local" != "yes"; then \
  38.     make "local-$otarget" || exit 1; \
  39. fi
  40. make: Fatal error: Command failed for target `install-recursive'
复制代码


谢谢了~~


--

论坛徽章:
0
2 [报告]
发表于 2005-05-31 17:51 |只看该作者

请教:编译安装apache 2.0.54在最后make install出现错误

makefile的问题?

论坛徽章:
0
3 [报告]
发表于 2005-05-31 18:00 |只看该作者

请教:编译安装apache 2.0.54在最后make install出现错误

[quote]原帖由 "ninedot"]makefile的问题?[/quote 发表:


我需要修改makefile?怎样修改呢?
我是超新手啊……
谢谢了~~~


--

论坛徽章:
0
4 [报告]
发表于 2005-05-31 18:16 |只看该作者

请教:编译安装apache 2.0.54在最后make install出现错误

我是新手,比你稍老一点,呵呵
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

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

清除 Cookies - ChinaUnix - Archiver - WAP - TOP