Making install in lib
Making install in scripts
test -z "/usr/local/squid/bin" || 
/SQUID/squid-2.6.STABLE14/cfgaux/install-sh -"
//usr/sbin/install -c 'RunCache' '/usr/local/squid/bin/RunCache'
cp: cannot access /usr/local/squid/bin/RunCache
install: cp /usr/local/squid/bin/RunCache RunCache/RunCache failed
*** Error code 2
The following command caused the error:
list='RunCache'; for p in $list; do \
 if test -f "$p"; then d=; else d="./"; fi; \
 if test -f $d$p; then \
   f=`echo "$p" | sed 's|^.*/||;s,x,x,'`; \
   echo " //usr/sbin/install -c '$d$p' '/usr/local/squid/bin/$f'"; \
   //usr/sbin/install -c "$d$p" "/usr/local/squid/bin/$f"; \
 else :; fi; \
done
make: Fatal error: Command failed for target `install-binSCRIPTS'
Current working directory /SQUID/squid-2.6.STABLE14/scripts
*** Error code 1
The following command caused the error:
make  install-exec-am install-data-am
make: Fatal error: Command failed for target `install-am'
Current working directory /SQUID/squid-2.6.STABLE14/scripts
*** Error code 1
The following command caused the error:
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='lib  scripts src icons errors doc helpers tools'; 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) \
 || 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'
Thank you,
John Yatsko, Jr.
Technology Assistant
Erie County Public Library
160 East Front St
Erie PA 16507
(814) 451-7307 
Received on Fri Aug 10 2007 - 11:22:23 MDT
This archive was generated by hypermail pre-2.1.9 : Sat Sep 01 2007 - 12:00:03 MDT