WPI-AIM / ros_falcon

ROS Interface for Novint Falcon
8 stars 12 forks source link

error while loading shared libraries: libnifalcon.so.1.0.2: cannot open shared object file: No such file or directory #2

Closed ashk-on closed 4 years ago

ashk-on commented 7 years ago

Hi, I managed to compile the package and everything finished without error... However while trying to rosrun, the following happend.

/home/ashkan/catkin_ws/devel/lib/rosfalcon/joystick: error while loading shared libraries: libnifalcon.so.1.0.2: cannot open shared object file: No such file or directory

adnanmunawar commented 7 years ago

Did you install libnifalcon located here

https://github.com/libnifalcon/libnifalcon

navuboy commented 5 years ago

Is this issue resolved? Even I am facing the similar issue.

adnanmunawar commented 5 years ago

Did you install libnifalcon as stated on the project README page?

navuboy commented 5 years ago

I sorted out the issue, but thanks for the reply!

OEspitia77 commented 4 years ago

@nav74neet , How did you solve the problem, the same thing happened to me.

adnanmunawar commented 4 years ago

Try running sudo ldconfig in your terminal and then retry

OEspitia77 commented 4 years ago

@adnanmunawar work it, thanks a lot¡¡¡¡¡

adnanmunawar commented 4 years ago

Great. Closing this issue