>>>>> On Wed, 10 Feb 2010 19:50:10 +0100, Marco van Wieringen said: > > On Wed, 2010-02-10 at 18:23 +0000, Martin Simmons wrote: > > > If the libraries are only used by the Bacula "family" of programs (maybe > > including bat), then I suggest always installing them in a Bacula-specific > > directory. You can then give it a version-specific name if needed. > > > That may work on some platforms but some have rather simplistic search > ways which you either need to change using runtime linking flags or > changing config files like ld.so.conf or setting things like > LD_LIBRARY_PATH or using crle (on Solaris).
Yes, but libtool already takes care of this -- if it didn't, then the /opt/bacula approach wouldn't work. Certainly on Linux and FreeBSD, the binaries end up containing an RPATH element in the dynamic section. __Martin ------------------------------------------------------------------------------ Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev _______________________________________________ Bacula-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/bacula-devel
