On Wed, Feb 18, 2009 at 05:27:16PM -0500, Dustin J. Mitchell wrote: > 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. >
The server is on Linux, but I will work through the solution, given this clue. Thanks. -- One of the main causes of the fall of the roman empire was that, lacking zero, they had no way to indicate successful termination of their C programs.
