Hide Forgot
Description of problem: current pacemaker-cloud package missing dependency check for qmf packages in configure stage Version-Release number of selected component (if applicable): How reproducible: ./configure without qpid/qmf on system, software configures but wont build Steps to Reproduce: 1. 2. 3. Actual results: configure doesn't complain about missing qmf dependency Expected results: configure should complain about missing qmf dependency Additional info:
Jim, I've asked Angus to sync up with you on checking a mangled symbol. Would you mind answering his questions? Thanks.
Hopefully the qpid guys will fix this https://bugzilla.redhat.com/show_bug.cgi?id=705208 sometime soon. But until then I'll try get better library checks going. This doen't seem very useful http://www.openismus.com/documents/linux/using_libraries/using_libraries This suggests doing a TRY_COMPLIE which might be one way of doing it. But I doubt it will try different include paths (/usr/local/ ...) http://stackoverflow.com/questions/798497/how-do-i-check-for-an-unmangled-c-symbol-when-building-a-php-extension
wag - Could pass the configured lib paths passed via configure as command line options and pass those as -D options to the C++ trycompile code...
We have long since applied Jim's patches.
perm close