ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

Okay, I've just installed libconsole-bridge-dev on my computer using the command:

sudo apt-get install libconsole-bridge-dev

This has installed the shared object fine for me. If you can't find the file on your system then apt-get must have given an error message when you tried to install it. if you type:

dpkg -L libconsole-bridge-dev

This will list all the file installed on your system from the named package, this is a good way of checking it installed okay and what got put where.

The error message you're getting when compiling your project is unrelated to this, because your project appears to be trying to build /usr/lib/x86_64-linux-gnu/libconsole_bridge.so from source itself. I would recommend getting the apt-get install working instead and adding a dependency to your project if you can, this will be easier than trying to build it yourself as part of your project.