Difference between revisions of "Error while loading shared libraries"

From youBot wiki
Jump to: navigation, search
(Created page with "This error may be caused because you did not create links to shared libraries. Try: <pre> sudo ldconfig /opt/ros/hydro/lib <pre/>")
 
Line 1: Line 1:
This error may be caused because you did not create links to shared libraries. Try:
+
This error may be caused by lacking links to shared libraries. Try:
 
<pre>
 
<pre>
 
sudo ldconfig /opt/ros/hydro/lib
 
sudo ldconfig /opt/ros/hydro/lib
 
<pre/>
 
<pre/>

Revision as of 17:14, 5 February 2015

This error may be caused by lacking links to shared libraries. Try:

sudo ldconfig /opt/ros/hydro/lib
<pre/>