On a hunch I discovered the problem you are having: Reported as https://issues.apache.org/jira/browse/PROTON-1747 .
For you the workaround is to make sure you have the openssl dev package installed - you will want that anyway to do encryption and maybe authentication - you might also want to have cyrus-sasl installed for more authentication options. But really just use the premade packages! Andrew On Thu, 2018-01-18 at 07:54 -0700, nandanone wrote: > Following the instructions to build the qpid-proton language bindings > for > Python ( http://qpid.apache.org/proton/ and follow the link for > Installing > Qpid Proton), I get the following error. > > > make install > [ 1%] Built target generated_c_files > [ 13%] Built target qpid-proton-core > [ 31%] Built target qpid-proton > [ 32%] Built target qpid-proton-proactor > [ 33%] Built target msgr-send > [ 34%] Built target msgr-recv > [ 36%] Built target reactor-recv > [ 37%] Built target reactor-send > [ 38%] Linking CXX shared library libqpid-proton-cpp.so > CMakeFiles/qpid-proton-cpp.dir/src/proactor_container_impl.cpp.o: In > function `std::thread::thread<void (proton::container::impl::*)(), > proton::container::impl*>(void (proton::container::impl::*&&)(), > proton::container::impl*&&)': > /usr/include/c++/7/thread:126: undefined reference to > `pthread_create' > collect2: error: ld returned 1 exit status > make[2]: *** > [proton-c/bindings/cpp/CMakeFiles/qpid-proton- > cpp.dir/build.make:1397: > proton-c/bindings/cpp/libqpid-proton-cpp.so.11.1.0] Error 1 > make[1]: *** [CMakeFiles/Makefile2:1886: > proton-c/bindings/cpp/CMakeFiles/qpid-proton-cpp.dir/all] Error 2 > make: *** [Makefile:141: all] Error 2 > > Anyone run into this? On Fedora 26. Looks like the compiler needs a > -pthread > option. Not sure where to specify. > > Any help or pointers greatly appreciated. > > Regards, > > Nandan Joshi > > > > -- > Sent from: http://qpid.2158936.n2.nabble.com/Apache-Qpid-users-f21589 > 36.html > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
