java.lang.UnsatisfiedLinkError: no xuggle-xuggler en java.library.path

Estoy usando Ubuntu 11.04 y Eclipse. Instalé Xuggler con éxito, verifiqué las variables de entorno y todo lo relacionado con Linux en sus preguntas frecuentes:http: //wiki.xuggle.com Frecuentemente_Preguntas_Preguntas#What.27s_up_with_java.lang.UnsatisfiedLinkError.3

También configuré Eclipse de acuerdo con su tutorial:http: //xuggle.wordpress.com/2009/01/23/how-to-write-your-first-xuggler-application-in-eclipse

Cada vez que intento ejecutar cualquier código que use Xuggler me sale el siguiente error:

2011-09-14 14:17:30,093 [main] ERROR com.xuggle.ferry.JNILibraryLoader - Could not load library: xuggle-xuggler; version: 3; Visit http://www.xuggle.com/xuggler/faq/ to find common solutions to this problem
Exception in thread "main" java.lang.UnsatisfiedLinkError: no xuggle-xuggler in java.library.path
    at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1681)
    at java.lang.Runtime.loadLibrary0(Runtime.java:840)
    at java.lang.System.loadLibrary(System.java:1047)
    at com.xuggle.ferry.JNILibraryLoader.loadLibrary0(JNILibraryLoader.java:265)
    at com.xuggle.ferry.JNILibraryLoader.loadLibrary(JNILibraryLoader.java:168)
    at com.xuggle.xuggler.XugglerJNI.<clinit>(XugglerJNI.java:19)
    at com.xuggle.xuggler.IContainer.<clinit>(IContainer.java:1457)
    at com.xuggle.mediatool.MediaReader.<init>(MediaReader.java:137)
    at com.xuggle.mediatool.ToolFactory.makeReader(ToolFactory.java:77)
    at recode.main(recode.java:16)

Entonces, ¿cómo resolver esto?

Respuestas a la pregunta(4)

Su respuesta a la pregunta