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/>")
 
 
(2 intermediate revisions by the same user not shown)
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>
 +
 
 +
 
 +
 
 +
Go back to [[Technical Support Software | Technical Support Software]]
 +
 
 +
''Corrections, suggestions, and new documentation should be posted to the [http://www.youbot-store.com/forum/ Forum].''

Latest revision as of 17:56, 9 February 2015

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

sudo ldconfig /opt/ros/hydro/lib


Go back to Technical Support Software

Corrections, suggestions, and new documentation should be posted to the Forum.