On Thu, 2016-03-03 at 14:33 +0000, Flores, Paul A. wrote: > Ted, > > Thanks for your response. > > It has been our experience that there are dependencies between > packages that is not clearly or explicitly described. Which has lead > us to the belief that order of installation is important.
> For instance both the C++ and Java Brokers. Only after they are > installed does it become clear that the Python tools are necessary > for the configuration of the broker. The runtime dependencies are correct but deliberately minimal. E.g. on a bare server you could install just qpid-cpp-server. You don't need the tools on the server, you could install them on a separate management workstation and manage the server remotely. > It is these subtle dependencies that have us wondering if there is > any explicit guidance as to the proper order in which to install each > of these packages. > If you use yum/dnf to install, the order isn't important but you might need to install several packages to get eveything you want. If you install packages built from source intall qpid-proton first. Some of the other packages treat it as an optional dependency and will build without it but you will have interop problems since they won't support the current AMQP 1.0 protocol. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
