hyrz183 发表于 2011-03-07 09:40

安装beecrypt-4.1.2.tar.gz求助,在线等

本人操作如下1.gtar zxvf beecrypt-4.1.2.tar.gz    2.cd beecrypt-4.1.2   3.make install
错误码如下:
Making install in .
test -z "/usr/lib" || mkdir -p -- "/usr/lib"
/bin/sh ./libtool --mode=install /usr/bin/install -c'libbeecrypt.la' '/usr/lib/libbeecrypt.la'
/usr/bin/install -c .libs/libbeecrypt.so.6.4.0 /usr/lib/libbeecrypt.so.6.4.0
./libtool: eval: /usr/bin/install: not found
*** Error code 127
The following command caused the error:
list='libbeecrypt.la'; for p in $list; do \
if test -f $p; then \
    f=`echo $p | sed -e 's|^.*/||'`; \
    echo " /bin/sh ./libtool --mode=install /usr/bin/install -c'$p' '/usr/lib/$f'"; \
    /bin/sh ./libtool --mode=install /usr/bin/install -c"$p" "/usr/lib/$f"; \
else :; fi; \
done
make: Fatal error: Command failed for target `install-libaltLTLIBRARIES'
Current working directory /ARMS/soft/beecrypt-4.1.2
*** Error code 1
The following command caused the error:
makeinstall-exec-am install-data-am
make: Fatal error: Command failed for target `install-am'
Current working directory /ARMS/soft/beecrypt-4.1.2
*** Error code 1
The following command caused the error:
set fnord $MAKEFLAGS; amf=$2; \
dot_seen=no; \
target=`echo install-recursive | sed s/-recursive//`; \
list='. java python tests docs gas masm'; for subdir in $list; do \
echo "Making $target in $subdir"; \
if test "$subdir" = "."; then \
    dot_seen=yes; \
    local_target="$target-am"; \
else \
    local_target="$target"; \
fi; \
(cd $subdir && make$local_target) \
   || case "$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
done; \
if test "$dot_seen" = "no"; then \
make"$target-am" || exit 1; \
fi; test -z "$fail"
make: Fatal error: Command failed for target `install-recursive'

东方蜘蛛 发表于 2011-03-07 10:48

下个编译好的不行吗:luya:
页: [1]
查看完整版本: 安装beecrypt-4.1.2.tar.gz求助,在线等