amrecgui is a graphical frontend for amrecover, the recovery tool of the Amanda backup suite.

You need the following:

* A running X environment
* A running Amanda configuration. Make sure amrecover works from your machine before using amrecgui.
* The Motif libraries installed (OpenMotif works, Lesstif should work, too).
* The libbasic library installed (download it from wherever you downloaded amrecgui)
* The libgui library installed (download it from wherever you downloaded amrecgui)

Some pitfalls:

* if the "configure" script complains about missing lesstif headers, locate them on your system (somewhere in a directory called "Xm", e.g. /usr/X11R6/include/Xm) and make a symlink (ln -s /usr/X11R6/include/Xm /usr/include/Xm) from where your standard include directory is.
* amrecgui expects "amrecover" to be located in /usr/sbin. Make a symlink if necessary (otherwise it won't do anything useful).
