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

Author Topic: ELF file OS ABI invalid  (Read 2403 times)

0 Members and 1 Guest are viewing this topic.

dul

  • Newbie
  • *
  • Posts: 3
    • View Profile
ELF file OS ABI invalid
« on: June 03, 2013, 05:44:50 am »
hi guys
i just use sfml 2, congrat for your release, Laurent
no warning & error i got after output exec file
but when i run it
i got this message:

error while loading shared libraries: /usr/local/lib/libsfml-graphics.so.2: ELF file OS ABI invalid

my os is slackware 13
how to solve that problem?

thanks all

Laurent

  • Administrator
  • Hero Member
  • *****
  • Posts: 32504
    • View Profile
    • SFML's website
    • Email
Re: ELF file OS ABI invalid
« Reply #1 on: June 03, 2013, 08:04:05 am »
I don't know, but recompiling SFML would most likely solve your problem.
Laurent Gomila - SFML developer

dul

  • Newbie
  • *
  • Posts: 3
    • View Profile
Re: ELF file OS ABI invalid
« Reply #2 on: June 06, 2013, 10:40:25 am »
as you said, my program works after compile sfml
i never think compiling sfml would be easy in slack

honestly it's horror to touch source code
so i usually use binary file

just report
i tested from source in doc main page
program can't play ogg file
but no problem with wav file

Failed to open sound file "lepidoptera.ogg" (File contains data in an unimplemented format.)
Failed to play audio stream: sound parameters have not been initialized (call Initialize first)


however thank u very much
i'm glad the big bos replied post from new member like me

Laurent

  • Administrator
  • Hero Member
  • *****
  • Posts: 32504
    • View Profile
    • SFML's website
    • Email
Re: ELF file OS ABI invalid
« Reply #3 on: June 06, 2013, 10:57:11 am »
Quote
program can't play ogg file
Yes, depending on how the file was encoded, sometimes it might fail to be loaded by SFML.
Have you tried the .ogg from the Sound sample of SFML 2 (orchestral.ogg)?
Laurent Gomila - SFML developer

dul

  • Newbie
  • *
  • Posts: 3
    • View Profile
Re: ELF file OS ABI invalid
« Reply #4 on: June 06, 2013, 06:32:36 pm »
ogg file is fine
i guess sndfile doesnt match with requirement
i recompile sfml in ubuntu 9.1
and it plays nicely
there is only annoy shout from mr. old kernel which should be in museum

bt_audio_service_open: connect() failed: Connection refused (111)
do_wait: drmWaitVBlank returned -1, IRQs don't seem to be working correctly.
Try adjusting the vblank_mode configuration parameter.



thanks