Error while running Gallery Remote on Linux

matosale
matosale's picture

Joined: 2006-11-05
Posts: 15
Posted: Sun, 2006-11-05 03:01

I installed GR on linux but when I'm trying to run it I get this:

alejandro@matos:~$ ./runGallery_Remote 
nawk: error while loading shared libraries: libm.so.6: cannot open shared object file: No such file or directory
dirname: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
/bin/ls: error while loading shared libraries: librt.so.1: cannot open shared object file: No such file or directory
basename: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
dirname: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
basename: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
grep: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
/usr/java/j2re1.4.2_13/bin/java: error while loading shared libraries: libpthread.so.0: cannot open shared object file: No such file or directory

I got similar error when I tried to install GR but I found a way to do it:

cp GalleryRemote.1.5.Linux.NoVM.bin GalleryRemote.1.5.Linux.NoVM.bin.back
cat GalleryRemote.1.5.Linux.NoVM.bin.back | sed "s/export LD_ASSUME_KERNEL/#xport LD_ASSUME_KERNEL/" > GalleryRemote.1.5.Linux.NoVM.bin

Is there another way to get this to work?
thanks in advance!

Alejandro
PS:

alejandro@matos:~$ uname -a
Linux matos 2.6.17-10-386 #2 Fri Oct 13 18:41:40 UTC 2006 i686 GNU/Linux

EDIT: with this line it would work, but how to get it work w/o so many tricks?

alejandro@matos:~$ cp runGallery_Remote runGallery_Remote.back
alejandro@matos:~$ cat runGallery_Remote.back | sed "s/export LD_ASSUME_KERNEL/#xport LD_ASSUME_KERNEL/" > runGallery_Remote
 
clshrock

Joined: 2007-01-12
Posts: 2
Posted: Fri, 2007-01-12 08:11

These steps were required on my Ubuntu 6.10 linux box. I installed from the .jar file but still had to modify the execution script named "Gallery_Remote" in the install directory (~/Gallery_Remote by default) which is different then the "runGallery_Remote" mentioned above using:

$ cp Gallery_Remote Gallery_Remote.back
$ cat Gallery_Remote.back | sed "s/export LD_ASSUME_KERNEL/#xport LD_ASSUME_KERNEL/" > Gallery_Remote