You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@qpid.apache.org by si...@gmail.com on 2012/02/05 09:41:52 UTC

Could not install qpid-config tool

Hi everybody,
I am unable to install QPID management tools for cpp development. I dunno
why I dont have any of the following tools . I am a cpp guy.
1. qpid-route
2. qpid-config
3. qpid-tool
4. qpid-printevents
I am working on OpenSUSE OS. I jhave installed qpid-0.14 full package.
I have followed the following steps .
qpid0.14/cpp:./bootstrap
 qpid0.14/cpp:./configure
 qpid0.14/cpp: make
 qpid0.14/cpp:.make check
 qpid0.14/cpp:make install.

But after following all the steps , I find the following tools under py
(python). But I dont anything for cpp under tools folder.
 home/sinduja_task/qpid-0.14/tools/src # ls
py
linux-scp8:/home/sinduja_task/qpid-0.14/tools/src/py # ls
.gitignore  qmf-tool  qpid-cluster  qpid-cluster-store  qpid-config
qpid-configc  qpid-printevents  qpid-queue-stats  qpid-route  qpid-routec
qpid-stat  qpid-tool  README.txt

These tools are only for python. I obviously cannot use for cpp(I want to
add a queue or an exchange ;qpid-config add queue hello-world;;;;something
of this sought).
So, is that anything that i need to do more to have these broker management
tools in my package. Please someone help me . This is so important or

Re: Could not install qpid-config tool

Posted by Gordon Sim <gs...@redhat.com>.
On 02/05/2012 08:41 AM, sinduja.ramaraj@gmail.com wrote:
> Hi everybody,
> I am unable to install QPID management tools for cpp development.

You want qpid-qmf-0.14.tar.gz and qpid-tools-0.14.tar.gz from the 
download page. Alternaticely as you are working of the svn export, you 
can use extras/qmf/setup.py and tools/setup.py from your source tree.

> I dunno
> why I dont have any of the following tools . I am a cpp guy.
> 1. qpid-route
> 2. qpid-config
> 3. qpid-tool
> 4. qpid-printevents
> I am working on OpenSUSE OS. I jhave installed qpid-0.14 full package.
> I have followed the following steps .
> qpid0.14/cpp:./bootstrap
>   qpid0.14/cpp:./configure
>   qpid0.14/cpp: make
>   qpid0.14/cpp:.make check
>   qpid0.14/cpp:make install.
>
> But after following all the steps , I find the following tools under py
> (python). But I dont anything for cpp under tools folder.
>   home/sinduja_task/qpid-0.14/tools/src # ls
> py
> linux-scp8:/home/sinduja_task/qpid-0.14/tools/src/py # ls
> .gitignore  qmf-tool  qpid-cluster  qpid-cluster-store  qpid-config
> qpid-configc  qpid-printevents  qpid-queue-stats  qpid-route  qpid-routec
> qpid-stat  qpid-tool  README.txt
>
> These tools are only for python. I obviously cannot use for cpp(I want to
> add a queue or an exchange ;qpid-config add queue hello-world;;;;something
> of this sought).

These tools are written in python, but they can be used by those 
developing in c++.

---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:users-subscribe@qpid.apache.org