The source code distribution of avram
incorporates a flexible
configuration script allowing it to be installed on a variety of
platforms. Not all platforms allow support for all features. It is also
anticipated that new features may be added to avram
from time to
time. Some problems may therefore occur due to features not being
supported at your site for either of these reasons. The following error
messages are relevant to these situations.
unsupported hook
avram
than the one installed, even though applications should
avoid this problem by checking the version number at run time. If this
is the reason, the solution would be to install the latest version.
: I need avram linked with
foo,
bar and
baz.
avram
may report this message
with respect to libexpect5.32
, tcl8.3
, and libutil
if any of the -i, -t, or -s options is used on a
system where not all of these libraries were detected when avram
was installed from a source distribution. (See Parameter Mode Options.)
Because avram
is useful even without interactive applications,
these libraries are not considered absolute prerequisites by the
configuration script.
avram: can't emulate version
versionavram
terminates.
avram: multiple version specifications
avram: unrecognized option:
option-nameavram
. This message will be followed
by a usage summary similar to that of the --help option.
(General Options).
: warning: search paths not supported
avram
will not be able to support search paths in the
AVMINPUTS environment variable (Environment). This message
is a warning that the environment variable is being ignored. If the
warning is followed by an i/o error
(i/o Errors), the latter may be due to a file being in a path that
was not searched for this reason. A workaround is to specify the full
path names of all input files outside the current working directory. If
you don't need search paths, you can get rid of this message by
undefining AVMINPUTS.