Hi,
Harri Haataja schrieb:
>
> "Sash is a simple, standalone, statically linked shell which includes
> simplified versions of built-in commands like ls, dd and gzip. Sash
> is statically linked so that it can work without shared libraries, so
> it is particularly useful for recovering from certain types of system
> failures. Sash can also be used to safely upgrade to new versions of
> shared libraries."
What makes me almost shure that compiling amanda won't work with
Sash as systemshell, because it is designed mainly for recovery-use
and dosn't have all the abilities a normal shell like bash has.
on the other side it has many other utilities built in, which leads to
other incompatibilities.....
for day to day linux use, bash is the shell of choice,
sash will produce problems.
Christoph
> On Fri, 17 Nov 2000, Christoph Scheeder wrote:
>
> > reading the first line of the errormakes me ask what shell you have
> > installed on your system, is it the so called "small-shell"?
> > if yes, it looks to me as if the makefile uses some shell-scripts
> > which are not compatible with your shell.
> > install bash and all should work....
> > Christoph
> >
> > Hien Viet Lieu schrieb:
> > >
> > > Hello all,
> > >
> > > I'm trying to install amanda-2.4.1p1 on a machine running Linux-2.2.16 and
> > > it's given me a very consistent problem. Running './configure' gave me no
> > > error but when I did a 'make' it always ended up with this error:
> > >
> > > Usage: sash [-a] [-q] [-c command] [-p prompt] [script]
> > > gcc -DHAVE_CONFIG_H -I. -I. -I../config -I../common-src -D_FILE_OFFSET_BITS=64
> -g -c versionsuffix.c
> > > make[1]: *** No rule to make target `../common-src/libamanda.la', needed by
>`versionsuffix'. Stop.
> > > make[1]: Leaving directory `/server/home/xhien/amanda-2.4.1p1/client-src'
> > >
> > > I'm just wondering if anyone has come across this before and give me some
> > > help to resolve this problem, I would much appreciate it.
> > >
> > > The main aim of this exercise is to get amanda to do the backup on the Dell
> > > PowerVault 120T autochanger with 7 slots using DLT7000 tapes. If anyone has
> > > done it before please give me some hints on how to get it running and what I
> > > should watch out for. I'm thinking about using the chg-zd-mtx changer script
> > > for the autochanger, is it the right thing to do?
> > >
> > > Any help would be most appreciated.