Amanda-Users

Re: Errors when running amcheck - # su amanda -c "/usr/sbin/amcheck possible configure issue.

2005-05-16 13:45:34
Subject: Re: Errors when running amcheck - # su amanda -c "/usr/sbin/amcheck possible configure issue.
From: Chuck Amadi Systems Administrator <chuck AT smtl.co DOT uk>
To: Matt Hyclak <hyclak AT math.ohiou DOT edu>
Date: Mon, 16 May 2005 18:31:34 +0100
Hi cheers for that

I have less less /local/sw/src/amanda-2.4.4p4/config.log

here is part of the /readline arguments.

And as you are aware hell of alot of data mostly stating no file or
directory found and last but not least READLINE_LIBS=""

configure:27608: checking readline.h usability
configure:27620: gcc -c -D_FILE_OFFSET_BITS=64 -g -O2
-D_FILE_OFFSET_BITS=64    conftest.c >&5
conftest.c:129:22: readline.h: No such file or directory
configure:27626: $? = 1

I have run # locate readline

server:/local/sw/src/amanda-2.4.4 # locate readline
/lib/libreadline.so.4
/lib/libreadline.so.4.3
/usr/include/guile-readline
/usr/include/guile-readline/readline.h
/usr/lib/libguilereadline-v-12.a
/usr/lib/libguilereadline-v-12.la
/usr/lib/libguilereadline-v-12.so
/usr/lib/libguilereadline-v-12.so.12
/usr/lib/libguilereadline-v-12.so.12.3.0
/usr/lib/python2.3/lib-dynload/readline.so
/usr/lib/python2.3/lib-dynload/xreadlines.so
/usr/share/doc/packages/bash/readline.html
/usr/share/guile/1.6/ice-9/readline.scm
/usr/share/info/readline.info.gz
/usr/share/vim/vim62/indent/readline.vim
/usr/share/vim/vim62/syntax/readline.vim

Thus is there an configure option to point to where my realine libs
reside.

Cheers

Chuck

 On Mon, 2005-05-16 at 13:04 -0400, Matt Hyclak wrote:
> On Mon, May 16, 2005 at 05:31:03PM +0100, Chuck Amadi enlightened us:
> > I run make distclean and reconfigured and I noticed the following
> > which running ./configure I choose the following where Amanda will live.
> > 
> > ./configure --with-user=amanda \
> >  --with-group=disk \
> >  --with-owner=amanda \
> >  --with-gnu-ld \
> >  --prefix=/local/sw/amanda/bckup \
> >  --with-tapedev="FILE:/amandatapes" \
> >  --with-debugging=/tmp/amanda-dbg/ \
> >  --with-tape-server=server \
> >  --with-amandahosts \
> >  --with-configdir=/local/sw/amanda \
> >  --with-config=DailySet1 \
> >  --with-gnutar=/bin/tar
> > 
> > Here's the Warning which I believe is causing my issues down the line 
> > 
> > configure: WARNING: *** No terminal library, no history and command line
> > editing in amrecover!
> > 
> > configure: WARNING: *** vtblc headers not found - no QIC volume table
> > support!
> > 
> > I have readline installed So any ideas 
> 
> Check config.log to see why amanda doesn't think readline is installed.
> 
> Matt
>