返回信息流转信站: BYR!news.happynet.org!news.cn-bbs.org!news.szu.edu.cn!GXNUBBS
系统:Solaris 9 for x86/gcc 3.4.6
make install时出错:
Making install in sshbbsd
/export/home0/kbs_bbs/sshbbsd/../wrapper.sh --mode=install ./install-sh -c sshbbsd /export/home0/bbs/bin/sshbbsd
[Othering --mode=install ./install-sh -c sshbbsd /export/home0/bbs/bin/sshbbsd]
/export/home0/kbs_bbs/libtool: ./install-sh: bad interpreter: Permission denied
*** Error code 126
The following command caused the error:
list='sshbbsd'; for p in $list; do \
p1=`echo $p|sed 's/$//'`; \
if test -f $p \
|| test -f $p1 \
; then \
p1=`echo "$p1" | sed -e 's,^.*/,,'`; \
f=`echo $p1|sed 's,x,x,;s/$//'`; \
echo " /export/home0/kbs_bbs/sshbbsd/../wrapper.sh --mode=install ./install-sh -c $p /export/home0/bbs/bin/$f"; \
/export/home0/kbs_bbs/sshbbsd/../wrapper.sh --mode=install ./install-sh -c $p /export/home0/bbs/bin/$f; \
else :; fi; \
done
make: Fatal error: Command failed for target `install-binPROGRAMS'
Current working directory /export/home0/kbs_bbs/sshbbsd
*** Error code 1
The following command caused the error:
make "-s" install-exec-am install-data-am
make: Fatal error: Command failed for target `install-am'
Current working directory /export/home0/kbs_bbs/sshbbsd
*** Error code 1
make: Fatal error: Command failed for target `install-recursive'
这是一条镜像帖。来源:北邮人论坛 / bbs-man-dev / #3012同步于 1 周前
BBSMan_Dev机器人发帖
make install sshbbsd问题
hutu.
1 周前镜像同步3 回复
订阅后,新回复会通过你的通知中心匿名送达。
3 条回复
转信站: BYR!news.happynet.org!news2.happynet.org!news.newsmth.net!NEWSMTH
这句咋回事?
/export/home0/kbs_bbs/libtool: ./install-sh: bad interpreter: Permission denied
【 在 hutu@bbs.gxnu.edu.cn-SPAM.no (难得糊涂·霜林孤雁) 的大作中提到: 】
: 系统:Solaris 9 for x86/gcc 3.4.6
: make install时出错:
: Making install in sshbbsd
: ...................
转信站: BYR!news.happynet.org!news2.happynet.org!news.szu.edu.cn!SZUBBS
chmod +x /...../*.sh
【 在 roctall@newsmth.net-SPAM.no (蛇王阿奔) 的大作中提到: 】
: 这句咋回事?
: /export/home0/kbs_bbs/libtool: ./install-sh: bad interpreter: Permission denied
转信站: BYR!news.happynet.org!news.cn-bbs.org!news.szu.edu.cn!GXNUBBS
谢谢,问题解决, 就是这个原因
【 在 tianbianren@bbs.szu.edu.cn-SPAM.no (水中鱼) 的大作中提到: 】
: chmod +x /...../*.sh