On Mon, May 16, 2005 at 06:31:34PM +0100, Chuck Amadi Systems Administrator enlightened us: > 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. >
Guile-readline and readline aren't the same thing. Is this a linux system? My guess is that you're missing readline-devel or readline-dev (whatever your system uses). You should probably have /usr/include/readline/readline.h in there somewhere. On my redhat system: [EMAIL PROTECTED] ~]$ rpm -qf /usr/include/readline/readline.h readline-devel-4.3-13 Matt -- Matt Hyclak Department of Mathematics Department of Social Work Ohio University (740) 593-1263
pgpjBaNs1CFHf.pgp
Description: PGP signature
