ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

It seems I was able to solve it. For some reason the symbolic link in

/usr/lib/x86_64-linux-gnu/libvtkproj4-6.2.so.6.2.0

Is not there anymore, but there is a library in

/usr/lib/libvtkproj4.so

So I basically created a link from one to the other and now at least it compiles

ln -s /usr/lib/libvtkproj4.so /usr/lib/x86_64-linux-gnu/libvtkproj4-6.2.so.6.2.0

I edit the answer thanks to @javisschultz comment (down). It seems this answer is just a workarround while we wait for the bug to be solved


It seems I was able to solve it. For some reason the symbolic link in

/usr/lib/x86_64-linux-gnu/libvtkproj4-6.2.so.6.2.0

Is not there anymore, but there is a library in

/usr/lib/libvtkproj4.so

So I basically created a link from one to the other and now at least it compiles

ln -s /usr/lib/libvtkproj4.so /usr/lib/x86_64-linux-gnu/libvtkproj4-6.2.so.6.2.0

Second edit: For anyone interested, see the answer of Martin Günther and specially the comment provided by @jarvisschultz to it.

I edit the answer thanks to @javisschultz @jarvisschultz comment (down). It seems this answer is just a workarround while we wait for the bug to be solved


It seems I was able to solve it. For some reason the symbolic link in

/usr/lib/x86_64-linux-gnu/libvtkproj4-6.2.so.6.2.0

Is not there anymore, but there is a library in

/usr/lib/libvtkproj4.so

So I basically created a link from one to the other and now at least it compiles

ln -s /usr/lib/libvtkproj4.so /usr/lib/x86_64-linux-gnu/libvtkproj4-6.2.so.6.2.0

Second edit: For anyone interested, see the answer of Martin Günther @martin-gunther and specially the comment provided by @jarvisschultz to it.

I edit the answer thanks to @jarvisschultz comment (down). It seems this answer is just a workarround while we wait for the bug to be solved


It seems I was able to solve it. For some reason the symbolic link in

/usr/lib/x86_64-linux-gnu/libvtkproj4-6.2.so.6.2.0

Is not there anymore, but there is a library in

/usr/lib/libvtkproj4.so

So I basically created a link from one to the other and now at least it compiles

ln -s /usr/lib/libvtkproj4.so /usr/lib/x86_64-linux-gnu/libvtkproj4-6.2.so.6.2.0