Page last modified 15:50, 7 Jul 2006 by Ppragin?
Zmanda Documentation > Setting the necessary library paths in Solaris for amanda to work

Setting the necessary library paths in Solaris for amanda to work

Table of contents
No headers

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