zyedidia / SFML.jl

A binding of the game and multimedia library SFML for Julia
Other
93 stars 22 forks source link

libGLEW.so.1.10 => not found #36

Open RoxieRaven opened 7 years ago

RoxieRaven commented 7 years ago
julia> using SFML
INFO: Precompiling module SFML.
WARNING: replacing module SFML.
Could not resolve dependencies:
    libGLEW.so.1.10 => not found
Something has gone wrong with the SFML installation.
ErrorException("could not load library \"libsfml-graphics\"\nlibGLEW.so.1.10: cannot open shared object file: No such file or directory")
julia> VERSION
v"0.5.2"

When searching for libGLEW I got:

/usr/share/doc/libglew1.13
/var/lib/dpkg/info/libglew1.13:amd64.list
/var/lib/dpkg/info/libglew1.13:amd64.md5sums
/var/lib/dpkg/info/libglew1.13:amd64.shlibs
/var/lib/dpkg/info/libglew1.13:amd64.symbols
/var/lib/dpkg/info/libglew1.13:amd64.triggers
/usr/lib/x86_64-linux-gnu/libGLEW.so.1.13
/usr/lib/x86_64-linux-gnu/libGLEW.so.1.13.0

It would seem that either libglew needs to be rolled back (which could affect other programs I'm using) or SFML needs updating to support the newer libglew package. Linux version: Linux Mint 18.1 Serena

scls19fr commented 6 years ago

Same issue https://github.com/zyedidia/SFML.jl/issues/38#issuecomment-331062152