Amanda-Users

Re: 2.4.4b1, ready to use ?

2003-02-21 15:47:19
Subject: Re: 2.4.4b1, ready to use ?
From: Gene Heskett <gene_heskett AT iolinc DOT net>
To: Brian Cuttler <brian AT wadsworth DOT org>, amanda-users AT amanda DOT org, Chris Knight <knight AT csserv.wadsworth DOT org>
Date: Fri, 21 Feb 2003 14:19:37 -0500
On Fri February 21 2003 10:58, Brian Cuttler wrote:
>Is 2.4.4b1 the current realease or should I use something a
>little older.
>
The most recent snapshot was dated the 20th, and I built it 
installed it and ran it last night with no problems that I could 
see here.

>I'd like to be "current" but I've no real desire to run
>beyond the edge.
>
>I ran configure on Solaris 8 with --with-user and --with-group
>but no other options.
>
>configure ran fine and make ran fine until the changer-src
> directory.
>
> Making all in server-src
> Making all in changer-src
> make: Fatal error in reader: Makefile, line 531: Unexpected end
> of line seen Current working directory
> /local/source/etc/amanda/amanda-2.4.4b1/changer-src *** Error
> code 1
> make: Fatal error: Command failed for target `all-recursive'
>
>                                                thanks,
>
>                                                Brian

Here is my configure script which I use to make sure that every 
version I build is configured identical to its previous 
incarnation.
------------------gh.cf, run as ./gh.cf-------------
#!/bin/sh
# since I'm always forgetting to su amanda...
if [ `whoami` != 'amanda' ]; then
        echo
        echo "!!!!!!!!!!!! Warning !!!!!!!!!!!!"
        echo "Amanda needs to be configured and built by the user amanda,"
        echo "but must be installed by user root."
        echo
        exit 1
fi
make clean
rm -f config.status config.cache
./configure --with-user=amanda \
        --with-group=disk \
        --with-owner=amanda \
        --with-tape-device=/dev/nst0 \
        --with-changer-device=/dev/sg1 \
        --with-gnu-ld --prefix=/usr/local \
        --with-debugging=/tmp/amanda-dbg/ \
        --with-tape-server=192.168.1.3 \
        --with-amandahosts \
        --with-configdir=/usr/local/etc/amanda
--------------------------------------------------
adjust devices, addresses and such to suit of course

-- 
Cheers, Gene
AMD K6-III@500mhz 320M
Athlon1600XP@1400mhz  512M
99.23% setiathome rank, not too shabby for a WV hillbilly

<Prev in Thread] Current Thread [Next in Thread>