Ran into a strange frustrating testing glitch trying to verify the lin32 build would run on an unbuntu64 system.
PROBLEM No matter what I did it would respond "No such file or directory"! ./udig.sh ---> bash: ./udig.sh: No such file or directory And then finally my clue: cd jre/bin ./java bash: ./java No such file or directory SOLUTION The java exe is failing as it cannot find some of the shared libs it wants. $ apt-get install libc6-i386 lib32gcc1 lib32z1 lib32stdc++6 ia32-libs Reference: - http://ubuntuforums.org/archive/index.php/t-1054621.html
_______________________________________________ User-friendly Desktop Internet GIS (uDig) http://udig.refractions.net http://lists.refractions.net/mailman/listinfo/udig-devel
