I'm trying to load the Ofelia library but I get this error message: ofelia.pd_linux: libGLEW.so.2.0: cannot open shared object file: No such file or directory
I did this in the terminal: dpkg -s libglew-dev dpkg -s libglew2.1
and both packages are installed in my system. I don't get a libglew2.0 with "apt-cache search libglew", but only a 2.1.
I've run the install_dependencies.sh script and all dependencies are supposed to have been properly installed in my system.
I'm on UbuntuStudio 19.04 with Pd-0.49.0
On 8/24/19 11:46 AM, Alexandros wrote:
I'm trying to load the Ofelia library but I get this error message: ofelia.pd_linux: libGLEW.so.2.0: cannot open shared object file: No such file or directory
I did this in the terminal: dpkg -s libglew-dev dpkg -s libglew2.1
and both packages are installed in my system. I don't get a libglew2.0 with "apt-cache search libglew", but only a 2.1.
I've run the install_dependencies.sh script and all dependencies are supposed to have been properly installed in my system.
I'm on UbuntuStudio 19.04 with Pd-0.49.0
this is basically https://github.com/cuinjune/ofxOfelia/issues/11
afaict, you have three options:
that would be)
dgamr IOhannes
On 24.08.19 12:53, IOhannes m zmölnig wrote:
On 8/24/19 11:46 AM, Alexandros wrote:
afaict, you have three options:
- run ofelia on a compatible linux installation (i don't know which one
that would be)
- compile ofelia yourself on your system
- nag zack until he releases a version that is compatible with your system
Compiling it yourself is fairly straight forward and reasonably well documented.
On 27/8/19 4:44 μ.μ., Max wrote:
On 24.08.19 12:53, IOhannes m zmölnig wrote:
On 8/24/19 11:46 AM, Alexandros wrote:
afaict, you have three options:
- run ofelia on a compatible linux installation (i don't know which one
that would be)
- compile ofelia yourself on your system
- nag zack until he releases a version that is compatible with your
system
Compiling it yourself is fairly straight forward and reasonably well documented.
I already did it and reported back here. See here https://www.mail-archive.com/pd-list@lists.iem.at/msg18577.html