- 主题:[kbs]make install sshbbsd问题
系统: Solaris 9 x86, KBS2.0 cvs, gcc 3.3.2
make 没问题,但是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]
./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'
--
修改:linton FROM 220.173.136.*
FROM 220.173.136.*
试一试 dos2unix sshbbsd/install-sh
【 在 linton (难得糊涂) 的大作中提到: 】
: 系统: Solaris 9 x86, KBS2.0 cvs, gcc 3.3.2
: make 没问题,但是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]
: ./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'
--
FROM 128.12.150.*
一样的问题哦
【 在 atppp (Big Mouse) 的大作中提到: 】
: 试一试 dos2unix sshbbsd/install-sh
--
FROM 220.173.136.*
那你就仔细琢磨琢磨那个install-sh第一行吧,没招了...
【 在 linton (难得糊涂) 的大作中提到: 】
: 一样的问题哦
--
FROM 128.12.150.*