On Monday 02 April 2007, Charles Sprickman wrote: >And just to add to the information overload, here's the configure args >that both client and server were built with:
I hope it was you that word-wrapped this, or that it was otherwise all on one long line. This format doesn't work on any shell I've used. $ ./configure --libexecdir=/usr/local/libexec/amanda --with-amandahosts --with-fqdn --with-dump-honor-nodump --with-buffered-dump --disable-libtool --prefix=/usr/local --with-user=operator --with-group=operator --with-bsdtcp-auth --with-gnutar-listdir=/usr/local/var/amanda/gnutar-lists --with-gnutar=/usr/local/bin/gtar --without-client --prefix=/usr/local --build=i386-portbld-freebsd4.11 It would need to be like this: $ ./configure --libexecdir=/usr/local/libexec/amanda \ --with-amandahosts --with-fqdn --with-dump-honor-nodump \ --with-buffered-dump --disable-libtool --prefix=/usr/local \ --with-user=operator --with-group=operator --with-bsdtcp-auth \ --with-gnutar-listdir=/usr/local/var/amanda/gnutar-lists \ --with-gnutar=/usr/local/bin/gtar --without-client --prefix=/usr/local \ --build=i386-portbld-freebsd4.11 With nothing after the \ >Thanks, > >Charles [...] -- Cheers, Gene "There are four boxes to be used in defense of liberty: soap, ballot, jury, and ammo. Please use in that order." -Ed Howdershelt (Author) Don't let your mind wander -- it's too little to be let out alone.
