Possible error:
*amlabel: could not load slot "1": amgetconf: fatal: libreadline.so.5: open failed: No such file or directory
Solution:
1. Find out what your current System Library Paths:
bash-3.00# /usr/bin/crle Configuration file [version 4]: /var/ld/ld.config Default Library Path (ELF): /usr/lib Trusted Directories (ELF): /lib/secure:/usr/lib/secure (system default) Command line: crle -c /var/ld/ld.config -l /usr/lib
2. Add the additional library paths:
bash-3.00# /usr/bin/crle -l /usr/lib:/usr/local/lib:/usr/lib/amanda
3. Find out what your current System Library Paths:
bash-3.00# /usr/bin/crle Configuration file [version 4]: /var/ld/ld.config Default Library Path (ELF): /usr/lib:/usr/local/lib:/usr/lib/amanda Trusted Directories (ELF): /lib/secure:/usr/lib/secure (system default) Command line: crle -c /var/ld/ld.config -l /usr/lib:/usr/local/lib:/usr/lib/amanda