On Wed, Feb 18, 2009 at 5:22 PM, Frank Smith <[email protected]> wrote: > Quick and dirty fix is to add the directory where the Amanda libraries > are to your /etc/ld.so.conf and run ldconfig. > Better (IMHO) option is to recompile Amanda either statically linked > or with runtime library paths. Otherwise you risk the problem of other > programs potentially linking in the wrong libraries (although probably > not an issue if the only ones there are the Amanda libraries, since the > libam* namespace is not too likely to collide with other common libraries).
Thanks, Frank! The runtime library paths suggestion is a good one. You can use ./configure .. LDFLAGS="-R/opt/amanda-2.6.1_2009mmdd" .. for that, if my memory of Solaris hasn't failed me. Dustin -- Storage Software Engineer http://www.zmanda.com
