Any ideas?
-bash-3.00$ uname -a
SunOS bigbrother.icims.net 5.10 Generic_142910-17 i86pc i386 i86pc
-bash-3.00$ ./configure --enable-agent --prefix=/export/home/mybox/zabbix
after -bash-3.00$ make
....
make: Fatal error: Command failed for target `install-recursive'
Current working directory /export/home/mybox/zabbix/zabbix-1.9.8/src
*** Error code 1
The following command caused the error:
fail= failcom='exit 1'; \
for f in x $MAKEFLAGS; do \
case $f in \
*=* | --[!k]*);; \
*k*) failcom='fail=yes';; \
esac; \
done; \
dot_seen=no; \
target=`echo install-recursive | sed s/-recursive//`; \
list='src create man misc upgrades'; 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; \
(CDPATH="${ZSH_VERSION+.}:" && cd $subdir && make $local_target) \
|| eval $failcom; \
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'
-bash-3.00$ uname -a
SunOS bigbrother.icims.net 5.10 Generic_142910-17 i86pc i386 i86pc
-bash-3.00$ ./configure --enable-agent --prefix=/export/home/mybox/zabbix
after -bash-3.00$ make
....
make: Fatal error: Command failed for target `install-recursive'
Current working directory /export/home/mybox/zabbix/zabbix-1.9.8/src
*** Error code 1
The following command caused the error:
fail= failcom='exit 1'; \
for f in x $MAKEFLAGS; do \
case $f in \
*=* | --[!k]*);; \
*k*) failcom='fail=yes';; \
esac; \
done; \
dot_seen=no; \
target=`echo install-recursive | sed s/-recursive//`; \
list='src create man misc upgrades'; 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; \
(CDPATH="${ZSH_VERSION+.}:" && cd $subdir && make $local_target) \
|| eval $failcom; \
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'
Comment