Bonjour peut être tu as un problème avec JAVA, soit il est pas du tout installé.
Soit dans le guide tu as :
Move to Ekylibre directory root and install gems with bundler:
cd /path/to/ekylibre
JAVA_HOME=/usr/lib/jvm/java-7-openjdk NOKOGIRI_USE_SYSTEM_LIBRARIES=1 bundle install
Or you can add the following lines in your +~/.bash_profile+ in your home
directory and run +bundle install+ after:
export JAVA_HOME=/usr/lib/jvm/java-7-openjdk
export NOKOGIRI_USE_SYSTEM_LIBRARIES=1
donc si tu as java 8 installé et que tu as passé ces commandes ça ne va pas. désolé de pas pouvoir aider plus.