Hi When I run ./configure I got these errors
checking readline.h usability... no checking readline.h presence... no checking for readline.h... no checking readline/history.h usability... no checking readline/history.h presence... no checking for readline/history.h... no checking readline/readline.h usability... no checking readline/readline.h presence... no checking for readline/readline.h... no Is there a way using the ./configure options to point th where my readlin lib's are. Cheers 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 >
