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

Author Topic: Space Racer  (Read 10715 times)

0 Members and 1 Guest are viewing this topic.

Tank

  • SFML Team
  • Hero Member
  • *****
  • Posts: 1486
    • View Profile
    • Blog
    • Email
Re: Space Racer
« Reply #15 on: March 10, 2014, 09:18:23 am »
I'm not able to launch it:

Code: [Select]
% ./space\ racers         
./space racers: error while loading shared libraries: libsfml-system.so.2: cannot open shared object file: No such file or directory

Code: [Select]
% ldd space\ racers         
linux-gate.so.1 (0xf7744000)
libsfml-system.so.2 => not found
libsfml-window.so.2 => not found
libsfml-graphics.so.2 => not found
libsfml-audio.so.2 => not found
...

Code: [Select]
% sudo ldconfig -v |grep sfml
ldconfig: Path `/usr/lib' given more than once
ldconfig: Path `/usr/lib64' given more than once
ldconfig: Can't stat /usr/libx32: No such file or directory
libsfml-system.so.2 -> libsfml-system.so.2.1
libsfml-window.so.2 -> libsfml-window.so.2.1
libsfml-audio.so.2 -> libsfml-audio.so.2.1
libsfml-graphics.so.2 -> libsfml-graphics.so.2.1
libsfml-network.so.2 -> libsfml-network.so.2.1

Any chance to get sources and build myself?