免费注册 查看新帖 |

Chinaunix

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

在HP-Unix 上安装Open PBS出错? [复制链接]

论坛徽章:
0
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2005-09-09 16:35 |只看该作者 |倒序浏览
在HP-UX B.11.23,ia64机器上安装Open PBS出错,信息如下,请高手指点,多谢!
   
# ./configure --set-default-server=hpux01
loading cache ./config.cache
checking host system type... ia64-hp-hpux11.23
checking Tcl library path prefix... (cached) no
configure: warning: cannot build GUI without Tk library, GUI disabled
checking PBS machine type... (cached) hpux10
checking for sendmail... (cached) /usr/lib/sendmail
checking for flex... (cached) lex
checking for yywrap in -ll... (cached) yes
checking whether ln -s works... (cached) yes
checking whether make sets ${MAKE}... (cached) yes
checking for ranlib... (cached) ranlib
checking for bison... no
checking for byacc... no
checking for the install-sh script... ./buildutils/install-sh -c
checking for gtbl... (cached) tbl
checking for gpic... no
checking for pic... no
checking for groff... no
checking for troff... no
checking whether make understands '.POSIX:'... (cached) yes
checking whether make understands an initial '+'... (cached) yes
checking for gcc... (cached) cc
checking whether the C compiler (cc  ) works... yes
checking whether the C compiler (cc  ) is a cross-compiler... no
checking whether we are using GNU C... (cached) no
checking size of int... (cached) 4
checking size of long... (cached) 4
checking size of float... (cached) 4
checking size of double... (cached) 8
checking size of long double... (cached) 16
checking size of short... (cached) 2
checking size of unsigned... (cached) 4
checking size of unsigned int... (cached) 4
checking size of unsigned short... (cached) 2
checking size of unsigned char... (cached) 1
checking size of unsigned long... (cached) 4
checking size of signed char... (cached) 1
checking how to run the C preprocessor... (cached) cc -E
checking whether char is unsigned... (cached) no
checking for h_errno declaration in netdb.h... (cached) yes
checking for FD_SET eclaration in sys/select.h... (cached) no
checking for setresuid... (cached) yes
checking for setresgid... (cached) yes
checking for seteuid... (cached) no
checking for setegid... (cached) no
checking for xdr_int in -lc... (cached) no
checking for xdr_int in -lnsl... (cached) yes
checking for ruserok in -lc... (cached) yes
checking for nlist in -lc... (cached) no
checking for nlist in -lelf... (cached) no
checking for kvm_open in -lkvm... (cached) no
checking for dlopen in -ldl... (cached) yes
checking for sys/ioctl.h... (cached) yes
checking for atexit... (cached) yes
creating ./config.status
creating buildutils/pbs_mkdirs
creating buildutils/mkincludes/cleanup.mk
creating buildutils/mkincludes/dirs.mk
creating buildutils/mkincludes/docplan.mk
creating buildutils/mkincludes/lib.mk
creating buildutils/mkincludes/head.mk
creating buildutils/mkincludes/tail.mk
creating buildutils/mkincludes/tcl.mk
creating buildutils/Makefile
creating ./Makefile
creating src/Makefile
creating src/server/Makefile
creating src/include/Makefile
creating src/iff/Makefile
creating src/scheduler.tcl/Makefile
creating src/tools/Makefile
creating src/tools/xpbsmon/Makefile
creating src/lib/Makefile
creating src/gui/Makefile
creating src/gui/Ccode/Makefile
creating src/cmds/Makefile
creating src/scheduler.basl/Makefile
creating src/scheduler.cc/Makefile
creating src/scheduler.cc/samples/do_not_delete
creating src/scheduler.cc/samples/fifo/Makefile
creating src/scheduler.cc/samples/sgi_origin/Makefile
creating src/scheduler.cc/samples/cray_t3e/Makefile
creating src/scheduler.cc/samples/dec_cluster/Makefile
creating src/scheduler.cc/samples/umn_cluster/Makefile
creating src/scheduler.cc/samples/msic_cluster/Makefile
creating src/resmom/Makefile
creating src/mom_rcp/Makefile
creating src/lib/Libattr/Makefile
creating src/lib/Libcmds/Makefile
creating src/lib/Libpbs/Makefile
creating src/lib/Libdis/Makefile
creating src/lib/Libifl/Makefile
creating src/lib/Liblog/Makefile
creating src/lib/Libnet/Makefile
creating src/lib/Libsite/Makefile
creating doc/Makefile
creating doc/ers/Makefile
creating ./src/include/pbs_config.h
./src/include/pbs_config.h is unchanged
# make
`soelim' is up to date.
Making all in src
Making all in include
Making all in lib
Making all in Libattr
generating dependencies
makedepend-sh: processing ./attr_atomic.c
makedepend-sh: processing ./attr_fn_acl.c
makedepend-sh: processing ./attr_fn_arst.c
makedepend-sh: processing ./attr_fn_b.c
makedepend-sh: processing ./attr_fn_c.c
makedepend-sh: processing ./attr_fn_hold.c
makedepend-sh: processing ./attr_fn_intr.c
makedepend-sh: processing ./attr_fn_l.c
makedepend-sh: processing ./attr_fn_ll.c
makedepend-sh: processing ./attr_fn_resc.c
makedepend-sh: processing ./attr_fn_size.c
makedepend-sh: processing ./attr_fn_str.c
makedepend-sh: processing ./attr_fn_time.c
makedepend-sh: processing ./attr_fn_unkn.c
makedepend-sh: processing ./attr_func.c
makedepend-sh: processing ./attr_node_func.c
makedepend-sh: processing ./Long_.c
makedepend-sh: processing ./LTostr.c
makedepend-sh: processing ./uLTostr.c
makedepend-sh: processing ./strToL.c
makedepend-sh: processing ./strTouL.c
         -rv libattr.a attr_atomic.o attr_fn_acl.o attr_fn_arst.o attr_fn_b.o attr_fn_c.o attr_fn_hold.o attr_fn_intr.o attr_fn_l.o attr_fn_ll.o attr_fn_resc.o attr_fn_size.o attr_fn_str.o attr_fn_time.o attr_fn_unkn.o attr_func.o attr_node_func.o Long_.o LTostr.o uLTostr.o strToL.o strTouL.o && \
        ranlib libattr.a
sh: -rv:  not found.
*** Error exit code 127

Stop.
*** Error exit code 1

Stop.
*** Error exit code 1

Stop.
*** Error exit code 1

Stop.
*** Error exit code 1

Stop.
#

论坛徽章:
0
2 [报告]
发表于 2005-09-15 23:59 |只看该作者

在HP-Unix 上安装Open PBS出错?

查查makefile
看-rv这一样是什么内容

招聘 : 技术/实施/服
论坛徽章:
0
3 [报告]
发表于 2011-05-09 22:17 |只看该作者
可以选择pbspro,这个有binary直接使用
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

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

清除 Cookies - ChinaUnix - Archiver - WAP - TOP