Différences

Ci-dessous, les différences entre deux révisions de la page.

Lien vers cette vue comparative

Les deux révisions précédentesRévision précédente
gallery_remote [Le 01/01/2009, 15:18] 213.95.41.13gallery_remote [Le 02/07/2010, 15:35] (Version actuelle) – tags superflus YoBoY
Ligne 1: Ligne 1:
 +{{tag>photo brouillon}}
 +----
  
 +====== Gallery Remote ======
 +
 +
 +Pour info, [[http://gallery.menalto.com/wiki/Gallery_Remote|Gallery Remote]] est un petit logiciel en Java qui permet de publier très facilement ses photos sur un site équipé de [[http://gallery.menalto.com/|Gallery]].
 +
 +L'installation par défaut plante, du genre :
 +"libm.so.6: cannot open shared object file: No such file or directory"
 +
 +Voici la solution :
 +
 +1- télécharger la version JVM included pour linux [[http://gallery.menalto.com/wiki/Gallery_Remote|ici]]
 +
 +2- en ligne de commande, aller dans le répertoire où vous avez téléchargé GalleryRemote.1.5.Linux.VM.bin et taper cette ligne de commande (remplacer 1.5 par la nouvelle version si besoin) :
 +
 +  mv GalleryRemote.1.5.Linux.VM.bin GalleryRemote.1.5.Linux.VM.bin.bak; cat GalleryRemote.1.5.Linux.VM.bin.bak | sed "s/export LD_ASSUME_KERNEL/#xport LD_ASSUME_KERNEL/" > GalleryRemote.1.5.Linux.VM.bin; chmod a+x GalleryRemote.1.5.Linux.VM.bin; ./GalleryRemote.1.5.Linux.VM.bin
 +
 +Puis attendez 10 à 30 secondes que ça se lance