I've compiled the SFML library from the sources.
I've executed the following actions:
cmake
ccmake
- Turn on shared library build and set build type to release
make
I then use the library into my own code. Compilation went fine.
At execution time, I have the message described above. I have checked that libvorbis is installed.
Christophe