On 02/20/2011 07:01 PM, Angus Salkeld wrote:
Hi
I ran "./configure --prefix=/usr" and qpid.pc got installed into
/usr/lib/pkgconfig/. All the other .pc files on my system are in
/usr/lib64/pkgconfig/.
Now my "PKG_CHECK_MODULES(QPID)" doesn't work.
Any ideas? Any other preferred way of finding the libs?
I am on Fedora14, using latest qpid code.
You can get it to do the right thing with:
./configure --prefix=/usr --libdir=/usr/lib64
I'm not sure how to get automake to do it right automatically.
---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project: http://qpid.apache.org
Use/Interact: mailto:[email protected]