Problem with roscore
Hello all!
I have a new problem, now when I want to run roscore shows the fallowing.
The OS that I'm using is Raspbian with ROS Indigo
process[master]: started with pid [2464]
ROS_MASTER_URI=http://cctronics:11311/
started core service [/rosout]
/opt/ros/indigo/lib/rosout/rosout: error while loading shared libraries: libboost_thread.so.1.54.0: cannot open shared object file: No such file or directory
[rosout-1] process has died [pid 2477, exit code 127, cmd /opt/ros/indigo/lib/rosout/rosout __name:=rosout __log:=/home/pi/.ros/log/6fe27282-341b-11e5-a82f-b827eb1d4855/rosout-1.log].
log file: /home/pi/.ros/log/6fe27282-341b-11e5-a82f-b827eb1d4855/rosout-1*.log
After of run the fallowing line.
pi@cctronics ~ $ sudo apt-get install libboost-thread1.54.0
pi@cctronics ~ $ sudo apt-get install libboost-thread1.54.0
Reading package lists... Done
Reading state information... Done
Package libboost-thread1.54.0 is not available, but is referred to by another packages.
This may mean that the package is missing, has been obsoleted, or is only avalilable from another source.
E: Package 'libboost-thread1.54.0' has no installation candidate
It looks like there's something wrong with your ROS installation or your system libraries. It would be useful to know which OS you're using, which version of ROS you're using, and a link to the install instructions you followed when installing ROS.
Hello. The OS that I'm using is Raspbian with ROS Indigo, and when I bought RPi already had the OS loaded. http://www.moosth.net/calabrothers/?p...
What do you recommend me?
It looks like ROS isn't installed correctly, or some of the dependencies are missing. Have you made any changes (particularly with dpkg or apt-get) since you got it?
Interestingly, this is an issue with the same version of boost that you reported here: http://answers.ros.org/question/23176... . I suspect these are related.
Of course, I wrote that question. But proposed solutions did not work. Even I have that problem. Try to install dependencies from this website http://packages.ros.org/ros-shadow-fi... using dpkg -i
Ok. it would have been good to give feedback on the original question indicating that the proposed solutions didn't work, and the error message involved.
I ran the line that you give me, and I edited my question with the result