I've been working to build groovy desktop from source on RHEL 6.4 with limited success thus far. Ive been relying on the link:[Fedora installation instructions](http://wiki.ros.org/groovy/Installation/Fedora) for the most part.
After downloading the source and installing dependencies using rosdep, I am having an issue building the 'console_bridge' package.
Error message: "No rule to make target '/usr/lib64/lib64/libboost_system-mt.so.5', needed by '/home/username/ros_catkin_ws/devel_isolated/console_bridge/lib/libconsole_bridge.so'"
The library exists in /usr/lib64, but there is no /usr/lib64/lib64. How do I specify to catkin to look in /usr/lib64 and no /usr/lib64/lib64?
Thanks!
↧