Amanda-Users

Re: Compilation quirks (was: Problems with port ranges)

2005-09-22 11:15:36
Subject: Re: Compilation quirks (was: Problems with port ranges)
From: "John R. Jackson" <jrj AT purdue DOT edu>
To: David Leangen <dleangen AT canada DOT com>
Date: Thu, 22 Sep 2005 10:01:31 -0500
>I noticed another quirk when compiling. If I put the following in my 
>config.site file, I get compilation errors:
>
>NO_SERVER_MODE=true
>
>However, if I use the command line option "--without-server", all is well.

The --without-server actually sets two variables.  It's as though you
had also used --without-restore, which builds the server side pieces of
the restore process (amrestore and amidxtaped).  So you also need:

  NO_RESTORE_MODE=true

I'll see if I can get configure.in to check for mismatches and bail out
sooner, as well as set the proper default if NO_SERVER_MODE is set to
true as you did.

Just FYI, I don't find it worth the trouble to build just a client.
You're not going to save much space or time, and a couple of the "server"
tools are useful on the clients at times (which probably means we need
to shift them to a common area).

>David

John R. Jackson, Senior Systems Analyst, Engineering Solutions, Inc

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