for work reasons I have to use a program (Genfit, not very well-known), that during installation (more precise: I build it from source with make) produces the following error:
Linking CXX executable bin/vertexingTestRead
/usr/lib64/gcc/x86_64-suse-linux/4.8/../../../../x86_64-suse-linux/bin/ld: warning: libGLEW.so.1.9, needed by /usr/lib64/root/5.34/libRGL.so, not found (try using -rpath or -rpath-link)
…
As far as I understand, the problem is the following: I installed glew from the repos, but the only versions offered are 1.10 (in the default repo) or 1.12 in some other repos; Genfit however seems to require version 1.9 (from 2013). So: Is there a simple way to get this older version?
What I already tried was downloading the .rpm from rpmfind. I clicked on the rpm-link (right of the “OpenSuSE 13.1 for x86_64”), rpminstall opened, I clicked yes, okay and got no errors, and there is a file /usr/lib/libGLEW.so.1.9 now, but I still get the same error. Can anyone give me a hint?