[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

SARG installation fails at configure on 3.3



My quest for good working squid logfile analyzers that work on OpenBSD continues :) Running:
OpenBSD 3.3-stable (GENERIC) #0: Tue Dec 9 22:22:05 MST 2003


I'm trying to install SARG and per their instructions, it fails:

 $ ./configure
 creating cache ./config.cache
 configure: error: can not find install-sh or install.sh in cfgaux
 ./cfgaux

 $ pwd
 /home/sancho/src/sarg-1.4.1
 $ find . -name "*.sh*"
 $
 $ ls -lA cfgaux/
 $

Here is a snippet from the configure script:

for ac_dir in cfgaux $srcdir/cfgaux; do
if test -f $ac_dir/install-sh; then
ac_aux_dir=$ac_dir
ac_install_sh="$ac_aux_dir/install-sh -c"
break
elif test -f $ac_dir/install.sh; then
ac_aux_dir=$ac_dir
ac_install_sh="$ac_aux_dir/install.sh -c"
break
fi
done
if test -z "$ac_aux_dir"; then
{ echo "configure: error: can not find install-sh or install.sh in cfgaux $srcdir/cfgaux" 1>&2; exi
t 1; }
fi
ac_config_guess=$ac_aux_dir/config.guess
ac_config_sub=$ac_aux_dir/config.sub
ac_configure=$ac_aux_dir/configure # This should be Cygnus configure.


I don't understand why the script is looking for cfgaux/install-sh if it isn't in the distribution, but maybe I misunderstand it...

Any way to make this work??

DS



Visit your host, monkey.org