免费注册 查看新帖 |

Chinaunix

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

求救(急)!!如何安装ssh、bash、pkg?? [复制链接]

论坛徽章:
0
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2005-08-22 11:30 |只看该作者 |倒序浏览
我新安装的HP-UN 11i.11
现在想安装ssh和bash,不知应该用什么版本的,以及如何安装?在安装之前是不是还需要安装其他的一些相关软件?

我曾试着安装了一次SSH,用congfigrue时没什么问题,可在执行make时报如下错误,有明白的前辈请多多指点!!

No suffix list.
        make  all-recursive
No suffix list.
Making all in lib
No suffix list.
Making all in sshutil
No suffix list.
Making all in sshcore
        cc -DHAVE_CONFIG_H -I. -I. -I../../.. -I./.. -I\../../..     -g -Ae -D_HPUX_SOURCE -c sshdebug.c
(Bundled) cc: warning 480: The -g option is available only with the C/ANSI C product; ignored.
(Bundled) cc: warning 480: The -A option is available only with the C/ANSI C product; ignored.
cpp: "./../sshincludes_unix.h", line 52: warning 2013: Unknown preprocessing directive.
cpp: "./../sshincludes_unix.h", line 243: warning 2013: Unknown preprocessing directive.
(Bundled) cc: "../sshincludes_unix.h", line 35: warning 5: "signed" will become a keyword.
(Bundled) cc: "../sshincludes_unix.h", line 35: error 1000: Unexpected symbol: "char".
(Bundled) cc: "sshsnprintf.h", line 108: error 1705: Function prototypes are an ANSI feature.
(Bundled) cc: "sshsnprintf.h", line 136: error 1000: Unexpected symbol: "size_t".
(Bundled) cc: "sshsnprintf.h", line 136: error 1705: Function prototypes are an ANSI feature.
(Bundled) cc: "sshsnprintf.h", line 136: error 1573: Type of "size" is undefined due to an illegal declaration.
(Bundled) cc: "sshsnprintf.h", line 137: error 1000: Unexpected symbol: "size_t".
(Bundled) cc: "sshsnprintf.h", line 137: error 1000: Unexpected symbol: "va_list".
(Bundled) cc: "sshsnprintf.h", line 137: error 1705: Function prototypes are an ANSI feature.
(Bundled) cc: "sshsnprintf.h", line 137: error 1573: Type of "size" is undefined due to an illegal declaration.
(Bundled) cc: "sshmalloc.h", line 219: error 1000: Unexpected symbol: "size".
(Bundled) cc: "sshmalloc.h", line 219: error 1506: Parameters allowed in function definition only.
(Bundled) cc: "sshmalloc.h", line 222: error 1000: Unexpected symbol: "size".
(Bundled) cc: "sshmalloc.h", line 222: error 1506: Parameters allowed in function definition only.
(Bundled) cc: "sshmalloc.h", line 227: error 1000: Unexpected symbol: "size_t".
(Bundled) cc: "sshmalloc.h", line 227: error 1705: Function prototypes are an ANSI feature.
(Bundled) cc: "sshmalloc.h", line 227: error 1573: Type of "new_size" is undefined due to an illegal declaration.
(Bundled) cc: "sshmalloc.h", line 230: error 1000: Unexpected symbol: "size_t".
(Bundled) cc: "sshmalloc.h", line 230: error 1000: Unexpected symbol: "new_size".
(Bundled) cc: "sshmalloc.h", line 230: error 1506: Parameters allowed in function definition only.
(Bundled) cc: "sshmalloc.h", line 236: error 1000: Unexpected symbol: "nitems".
(Bundled) cc: "sshmalloc.h", line 236: error 1705: Function prototypes are an ANSI feature.
(Bundled) cc: "sshmalloc.h", line 236: error 1573: Type of "size" is undefined due to an illegal declaration.
(Bundled) cc: "sshmalloc.h", line 239: error 1000: Unexpected symbol: "nitems".
(Bundled) cc: "sshmalloc.h", line 239: error 1705: Function prototypes are an ANSI feature.
(Bundled) cc: "sshmalloc.h", line 239: error 1573: Type of "size" is undefined due to an illegal declaration.
(Bundled) cc: "sshmalloc.h", line 244: error 1705: Function prototypes are an ANSI feature.
(Bundled) cc: "sshmalloc.h", line 246: error 1705: Function prototypes are an ANSI feature.
(Bundled) cc: "sshmalloc.h", line 253: error 1705: Function prototypes are an ANSI feature.
(Bundled) cc: "sshmalloc.h", line 256: error 1705: Function prototypes are an ANSI feature.
(Bundled) cc: "sshmalloc.h", line 265: error 1000: Unexpected symbol: "size_t".
(Bundled) cc: "sshmalloc.h", line 265: error 1705: Function prototypes are an ANSI feature.
(Bundled) cc: "sshmalloc.h", line 265: error 1573: Type of "len" is undefined due to an illegal declaration.
(Bundled) cc: "sshmalloc.h", line 268: error 1000: Unexpected symbol: "size_t".
(Bundled) cc: "sshmalloc.h", line 268: error 1705: Function prototypes are an ANSI feature.
(Bundled) cc: "sshmalloc.h", line 268: error 1573: Type of "len" is undefined due to an illegal declaration.
(Bundled) cc: "sshmalloc.h", line 280: error 1000: Unexpected symbol: "ssh_recalloc".
(Bundled) cc: error 2017: Cannot recover from earlier errors, terminating.
*** Error exit code 1

Stop.
*** Error exit code 1

Stop.
*** Error exit code 1

Stop.
*** Error exit code 1

Stop.
*** Error exit code 1

Stop.

论坛徽章:
0
2 [报告]
发表于 2005-08-22 11:43 |只看该作者

求救(急)!!如何安装ssh、bash、pkg??

什么版本的ssh?
你的Configure参数是什么?
你用什么编译器?

论坛徽章:
0
3 [报告]
发表于 2005-08-22 11:50 |只看该作者

求救(急)!!如何安装ssh、bash、pkg??

用的是3.0.2,是在网上下载的。
Configure参数和编译器都没使用,就是直接执行的 Configure

论坛徽章:
0
4 [报告]
发表于 2005-08-22 12:01 |只看该作者

求救(急)!!如何安装ssh、bash、pkg??

原帖由 "mibzsl" 发表:
用的是3.0.2,是在网上下载的。
Configure参数和编译器都没使用,就是直接执行的 Configure


你是从哪里下载的呢?

一定要从源代码安装吗?可以用这个
http://hpux.cs.utah.edu/hppd/hpux/Networking/Admin/openssh-4.1p1/
http://hpux.cs.utah.edu/hppd/hpux/Shells/bash-3.00.14/
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

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

清除 Cookies - ChinaUnix - Archiver - WAP - TOP