Intel® Edge Software Hub
Get answers from community peers to your questions about building Edge Software Hub solutions for edge compute node.
Announcements
Welcome to the Intel Community! If you like the answer to your question, please mark it as 'Accepted Solution' to help others.

The Edge Software Vision Package for Red Hat Enterprise Linux is now available here.

Learn more about developing on Intel® Hardware and Software here.
432 Discussions

Fail to setup message bus for eiiv3.0

Tconnell
Novice
704 Views

Why are you recompiling the message bus? What is the use case that you have that is not supported in our release build?

* setting up message bus for running ZeroMQ example usage

 OS version:

* Ubuntu 20.04.4 LTS

Kernel version:

* 5.13.0-44-generic

CMake version:

cmake version 3.15.0

Has you completed all the ‘Dependency Installation’ steps? Any error or warning?

Yes, I am following the step stated in this link: https://open-edge-insights.github.io/3.0/pages/msgbus.html

There is no error/warming until the compilation step. 

On the compilation, are you using any of the flags(-DWITH_PYTHON, -DWITH_GO, with Debug, etc)?

The first attempt, I without using any flags. After I failed I added -DWITH_PYTHON

Can you also attached along the error log?

Attached

Labels (1)
0 Kudos
1 Reply
Sahira_Intel
Moderator
661 Views

Hi,


I see the error: cannot find -lpthreads


That library could be missing. can you search for the pthreads library on your system: apt-cache search pthreads


Sincerely,

Sahira


0 Kudos
Reply