Welcome, Guest. Please login or register. Did you miss your activation email?

Author Topic: error while loading sharelibraries libglew.so.1.7  (Read 2402 times)

0 Members and 1 Guest are viewing this topic.

GameGeazer

  • Newbie
  • *
  • Posts: 1
    • View Profile
error while loading sharelibraries libglew.so.1.7
« on: February 24, 2013, 08:40:19 pm »
Hey, I had sfml working properly then out of the blue I started getting an error message in the SFML window. "error while loading shared libraries libGlew.so.1.7." the project builds, but the render window doesn't open. I've tried finding a libglew.so.1.7 file to manually link it but to  no avail.

I'm running Ubuntu and using sfml 2.0, thanks for your time.

mateandmetal

  • Full Member
  • ***
  • Posts: 171
  • The bird is the word
    • View Profile
    • my blog
Re: error while loading sharelibraries libglew.so.1.7
« Reply #1 on: February 25, 2013, 10:28:16 pm »
Try reinstalling libglew from the official repository
Or, compile from sources  ;)

Quote
On Unix, typing make install will attempt to install GLEW into /usr/include/GL and /usr/lib. You can customize the installation target via the GLEW_DEST environment variable if you do not have write access to these directories.
- Mate (beverage) addict
- Heavy metal addict _lml
- SFML 2 addict
- My first (and free) game: BichingISH!

eXpl0it3r

  • SFML Team
  • Hero Member
  • *****
  • Posts: 10820
    • View Profile
    • development blog
    • Email
Re: error while loading sharelibraries libglew.so.1.7
« Reply #2 on: February 25, 2013, 10:51:03 pm »
Well my guess is, that your OS updated to a newer GLEW version, but you're SFML still wants to use the 1.7 version (I think 1.9 is current), so it's better to recompile SFML rather than trying to get the outdated GLEW version. ;)
Official FAQ: https://www.sfml-dev.org/faq.php
Official Discord Server: https://discord.gg/nr4X7Fh
——————————————————————
Dev Blog: https://duerrenberger.dev/blog/

 

anything