On Thu, Mar 17, 2016 at 1:12 PM, Kaushal Shriyan <[email protected]> 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 > CentOS Linux release 7.1.1503 (Core) > > #rpm -qa | grep qpid > qpid-proton-c-0.10-2.el7.x86_64 > qpid-cpp-client-0.34-5.el7.x86_64 > python-qpid-qmf-0.32-1.el7.x86_64 > qpid-cpp-server-linearstore-0.34-5.el7.x86_64 > qpid-cpp-server-0.34-5.el7.x86_64 > qpid-cpp-client-rdma-0.34-5.el7.x86_64 > qpid-cpp-client-devel-0.34-5.el7.x86_64 > python-qpid-0.32-13.el7.noarch > qpid-qmf-0.32-1.el7.x86_64 > qpid-cpp-server-devel-0.34-5.el7.x86_64 > qpid-cpp-server-rdma-0.34-5.el7.x86_64 > qpid-cpp-client-devel-docs-0.34-5.el7.noarch > python-qpid-common-0.32-13.el7.noarch > qpid-cpp-server-ha-0.34-5.el7.x86_64 > qpid-cpp-server-xml-0.34-5.el7.x86_64 > > #rpm -qa | grep boost > boost-timer-1.53.0-25.el7.x86_64 > boost-context-1.53.0-25.el7.x86_64 > boost-signals-1.53.0-25.el7.x86_64 > boost-devel-1.53.0-25.el7.x86_64 > boost-system-1.53.0-25.el7.x86_64 > boost-thread-1.53.0-25.el7.x86_64 > boost-regex-1.53.0-25.el7.x86_64 > boost-date-time-1.53.0-25.el7.x86_64 > boost-wave-1.53.0-25.el7.x86_64 > boost-locale-1.53.0-25.el7.x86_64 > boost-python-1.53.0-25.el7.x86_64 > boost-atomic-1.53.0-25.el7.x86_64 > boost-iostreams-1.53.0-25.el7.x86_64 > boost-test-1.53.0-25.el7.x86_64 > boost-1.53.0-25.el7.x86_64 > boost-program-options-1.53.0-25.el7.x86_64 > boost-chrono-1.53.0-25.el7.x86_64 > boost-filesystem-1.53.0-25.el7.x86_64 > boost-graph-1.53.0-25.el7.x86_64 > boost-serialization-1.53.0-25.el7.x86_64 > boost-random-1.53.0-25.el7.x86_64 > boost-math-1.53.0-25.el7.x86_64 > > #cat qpidd.log > 2016-03-17 07:41:31 [Broker] notice Shut down > 2016-03-17 07:41:34 [Security] notice SSL plugin not enabled, you must set > --ssl-cert-db to enable it. > 2016-03-17 07:41:34 [Store] warning Message store plugin: No storage > providers available. > 2016-03-17 07:41:34 [Broker] notice SASL disabled: No Authentication > Performed > 2016-03-17 07:41:34 [Network] notice Listening on TCP/TCP6 port 5672 > 2016-03-17 07:41:34 [Broker] notice Broker running > > Any help will be highly appreciable. > > Regards, > > Kaushal > Hi, Further to the earlier post, please find the below pastebin http://sprunge.us/EfAI pastebin for ldd -d -r /opt/apigee4/share/apache-qpid/sbin/qpidd http://sprunge.us/WYYY pastebin for strace /opt/apigee4/share/apache-qpid/sbin/qpidd -v Regards, Kaushal
