Conversation
Notices
-
Alfredo Albiter (alfredo@gnusocial.net)'s status on Sunday, 13-Aug-2017 18:18:33 UTC Alfredo Albiter !parabola hello everyone. I am new user of Parabola. Recently i upgrade whit this commands: https://www.parabola.nu/news/ca-certificates-utils-20170307-1-upgrade-requires-manual-intervention/
But when i wanted start blender (my software of 3D creations ) i can't open it. the terminal show this message:
"blender: error while loading shared libraries: libGLEW.so.2.0: cannot open shared object file: No such file or directory".
thanks for your help
- Modélico repeated this.
-
Tobias Dausend (throgh@gnusocial.federated-networks.org)'s status on Sunday, 13-Aug-2017 19:23:06 UTC Tobias Dausend !parabola @alfredo Hey welcome! Have you created an issue within the Labs? Look here: https://labs.parabola.nu/projects/issue-tracker/issues
But for the first you could make a symbolic link:
sudo ln -s /usr/lib/libGLEW.so /usr/lib/libGLEW.so.2.0 -
Tobias Dausend (throgh@gnusocial.federated-networks.org)'s status on Sunday, 13-Aug-2017 20:26:55 UTC Tobias Dausend !parabola @alfredo Could be also an issue that there are too many symbolic links open at a time. I'll keep search up! I had also this issue and solved it with the symblic link for now. Another possible solution could be compiling the package by yourself: https://git.parabola.nu/abslibre.git/tree/libre/blender