I'm installing ROS Indigo from source on Fedora 23 and I also have a source install of openCV 2.4.12.
After I compiled everything when I try to run `rosrun rviz rviz`
I have this error :
rosrun rviz rviz
/home/malcolm/ros_catkin_ws/source_indigo/install_isolated/lib/rviz/rviz: error while loading shared libraries: libopencv_videostab.so.2.4: cannot open shared object file: No such file or directory
But it is installed :
$ pwd
/usr/local/lib
$ ls -la | grep libopencv_videostab
lrwxrwxrwx. 1 root root 26 Jun 20 12:53 libopencv_videostab.so -> libopencv_videostab.so.2.4
lrwxrwxrwx. 1 root root 29 Jun 20 12:53 libopencv_videostab.so.2.4 -> libopencv_videostab.so.2.4.12
-rwxr-xr-x. 1 root root 297416 Jun 28 12:06 libopencv_videostab.so.2.4.12
I found this [very similar question](http://answers.ros.org/question/217769/corrupted-ros-install-on-debian-jessie-after-update/) but I already reinstalled opencv and reinstalled ros and it didn't change anything. It worked before with the repo install.
Any idea on what is happening ?
↧