./qpidd: symbol lookup error: ./qpidd: undefined symbol:

2016-03-19 Thread Kaushal Shriyan
Hi, I am seeing the below issue which is highlighted in red. #./qpidd -v *./qpidd: symbol lookup error: ./qpidd: undefined symbol: _ZN4qpid3sys7AbsTime5EpochEv* #cat /etc/redhat-release CentOS Linux release 7.1.1503 (Core) #rpm -qa | grep qpid qpid-proton-c-0.10-2.el7.x86_64 qpid-cpp-client-0.3

Re: ./qpidd: symbol lookup error: ./qpidd: undefined symbol:

2016-03-19 Thread Kaushal Shriyan
On Thu, Mar 17, 2016 at 1:12 PM, Kaushal Shriyan wrote: > Hi, > > I am seeing the below issue which is highlighted in red. > > #./qpidd -v > *./qpidd: symbol lookup error: ./qpidd: undefined symbol: > _ZN4qpid3sys7AbsTime5EpochEv* > > #cat /etc/redhat-release >

Re: ./qpidd: symbol lookup error: ./qpidd: undefined symbol:

2016-03-19 Thread Kaushal Shriyan
On Thu, Mar 17, 2016 at 9:53 PM, Andrew Stitcher wrote: > On Thu, 2016-03-17 at 16:39 +0530, Kaushal Shriyan wrote: > > ...Further to the earlier post, please find the below pastebin > > > > http://sprunge.us/EfAI pastebin for ldd -d -r > > /opt/apigee4/share/apach

Re: ImportError: No module named qpid.disp while invoking qpid-tool

2015-12-17 Thread Kaushal Shriyan
On Thu, Dec 17, 2015 at 2:18 PM, Kaushal Shriyan wrote: > Hi, > > I am getting the below issue while invoking qpid-tool on Red Hat > Enterprise Linux Server release 6.6 (Santiago) OS. Apache qpid version is > 0.14 and python version is 2.6.6. > > ./qpid-tool > Tracebac

ImportError: No module named qpid.disp while invoking qpid-tool

2015-12-17 Thread Kaushal Shriyan
Hi, I am getting the below issue while invoking qpid-tool on Red Hat Enterprise Linux Server release 6.6 (Santiago) OS. Apache qpid version is 0.14 and python version is 2.6.6. ./qpid-tool Traceback (most recent call last): File "./qpid-tool", line 31, in from qpid.disp import Display Im

Re: read data from qpid daemon queue

2015-05-12 Thread Kaushal Shriyan
On Fri, May 8, 2015 at 10:25 PM, Gordon Sim wrote: > On 05/08/2015 03:26 PM, Kaushal Shriyan wrote: > >> is there a way out to read data from the qpid daemon queue? >> > > Not sure what you mean here... are you asking how to get information about > the state of th

read data from qpid daemon queue

2015-05-08 Thread Kaushal Shriyan
Hi, is there a way out to read data from the qpid daemon queue? Regards, Kaushal